liyg 2 年之前
父節點
當前提交
f8e605caf7

+ 2 - 2
src/views/sale/components/transportFreight/saleTruckSettlement/bmsTruckDetailsOrderNew.vue

@@ -3310,7 +3310,7 @@ export default {
         } else if (this.screen == '分录ID') {
         } else if (this.screen == '分录ID') {
           console.log('进入了分录')
           console.log('进入了分录')
           easPrimaryId = this.input
           easPrimaryId = this.input
-        } else if(!this.screen && this.input){
+        } else if(this.screen != '收款客户' && this.input){
           remark = this.input
           remark = this.input
         }
         }
         if (
         if (
@@ -3331,7 +3331,7 @@ export default {
           this.input1 != ''
           this.input1 != ''
         ) {
         ) {
           capacityNo = this.input1
           capacityNo = this.input1
-        } else if (!this.screen1 && this.input1) {
+        } else if (this.screen1 != '收款客户' && this.input1) {
           remark = this.input1
           remark = this.input1
         }
         }
         this.axios
         this.axios