lilei 2 년 전
부모
커밋
48347d40e0
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/financialManagement/financialCollection/selectGlAllocatModal.vue

+ 4 - 4
src/views/financialManagement/financialCollection/selectGlAllocatModal.vue

@@ -128,7 +128,7 @@ export default {
       showDetailModal: false,
       showDetailModal: false,
       bizSn: null,
       bizSn: null,
       queryParam: {
       queryParam: {
-        buyerSn: undefined, //  客户名称
+        targetSn: undefined, //  客户名称
         receiverSn: undefined, // 收货客户
         receiverSn: undefined, // 收货客户
         allocateNo: '' //  调拨单号
         allocateNo: '' //  调拨单号
       },
       },
@@ -179,7 +179,7 @@ export default {
   },
   },
   methods: {
   methods: {
     custChange (val) {
     custChange (val) {
-      this.queryParam.buyerSn = val.key
+      this.queryParam.targetSn = val.key
     },
     },
     shcustChange (val) {
     shcustChange (val) {
       this.queryParam.receiverSn = val.key
       this.queryParam.receiverSn = val.key
@@ -215,7 +215,7 @@ export default {
     // 重置
     // 重置
     resetSearchForm (flag) {
     resetSearchForm (flag) {
       this.queryParam = {
       this.queryParam = {
-        buyerSn: undefined, //  客户名称
+        targetSn: undefined, //  客户名称
         receiverSn: undefined, // 收货客户
         receiverSn: undefined, // 收货客户
         allocateNo: '' //  调拨单号
         allocateNo: '' //  调拨单号
       }
       }
@@ -245,7 +245,7 @@ export default {
         if (this.dealerSn) {
         if (this.dealerSn) {
           this.resetSearchForm(1)
           this.resetSearchForm(1)
           // 回显客户
           // 回显客户
-          this.queryParam.buyerSn = this.dealerSn
+          this.queryParam.targetSn = this.dealerSn
           this.$nextTick(() => {
           this.$nextTick(() => {
             this.$refs.dealerSubareaScopeList.getDetail(this.dealerSn)
             this.$refs.dealerSubareaScopeList.getDetail(this.dealerSn)
             this.$refs.table.refresh(true)
             this.$refs.table.refresh(true)