zhangyuewww 3 rokov pred
rodič
commit
e5c698cfc5

+ 11 - 5
src/views/statisticalReport/purchaseReceiptStatisticsList.vue

@@ -1000,8 +1000,12 @@ export default {
           customerConfirmationStatusFlag:
             this.modification[0].customerConfirmationStatusFlag,
             id:this.modification[0].id,
+            contractNo:this.modification[0].contractNo,
+            carryOverWeight: this.carryoverlist.carryOverWeight,
+            purchaseReceiptReport: {
             contractNo: this.carryoverlist.contractNo,
             carryOverWeight: this.carryoverlist.carryOverWeight,
+            },
           amountNotPayable: this.modification[0].amountNotPayable,
         })
           .toPromise()
@@ -1041,11 +1045,13 @@ export default {
         this.$message.warning('请选择一条要结转的条目')
       } else {
         this.dialogFormVisible11 = true
-        // this.carryovercontractnolist = this.contractNoList.records.filter(
-        //   (item) => {
-        //     return this.modification[0].id != item.id
-        //   }
-        // )
+        console.log(this.contractNoList.records)
+        this.carryovercontractnolist = this.contractNoList.records.filter(
+          (item) => {
+            return this.modification[0].id != item.id
+          }
+        )
+        
       }
     },
     handleSelectionChange(val) {

+ 1 - 1
vue.config.js

@@ -141,7 +141,7 @@ module.exports = {
         // target: 'https://product-server.winsea.com/', //目标地址
         // target: 'http://standard-dev.winsea.com/', //目标地址
         // target: 'http://localhost:8090/',
-        target: 'http://192.168.1.110:8090/',
+        target: 'http://192.168.1.120:8090/',
         // target: 'http://192.168.1.112:8090/',
         // target: 'http://192.168.1.121:8090/',
         // target: 'http://192.168.1.119:8090/',