|
|
@@ -1790,7 +1790,7 @@ export default {
|
|
|
allCell() {
|
|
|
for(let item of this.addData){
|
|
|
if(item.currentStlAmountRMB == 0 && item.currentStlAmountUSD == 0){
|
|
|
- return this.$message.error("请正确选择对账数据");
|
|
|
+ return this.$message.error("账单编号:"+item.accBillNo+"的对账数据不允许选定");
|
|
|
}
|
|
|
}
|
|
|
this.editCustomer("query");
|