戴艳蓉 3 anos atrás
pai
commit
a3e52efd21
2 arquivos alterados com 6 adições e 7 exclusões
  1. 0 0
      dist/static/js/0.js
  2. 6 7
      src/views/network/orderEntry/addEdit.vue

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/0.js


+ 6 - 7
src/views/network/orderEntry/addEdit.vue

@@ -526,12 +526,11 @@ export default {
           supplierNo,
           companyNo,
           sequenceNo,
-          khName,
+          knName,
           tax,
-          reteid,
+          rateid,
         } = res.data;
-
-        this.searchName1 = khName;
+        this.searchName1 = knName;
         this.searchName2 = supperinfo;
         this.searchName3 = supplier;
         this.searchName4 = tax;
@@ -543,7 +542,7 @@ export default {
           department: department,
           qrdType: qrdType,
           good_total: good_total * 1,
-          sequenceNo: sequenceNo,//单据号
+          sequenceNo: sequenceNo, //单据号
           poNo: poNo,
           contactor: contactor,
           mobile: mobile,
@@ -553,7 +552,7 @@ export default {
           goodPice: goodPice * 1,
           goodNum: goodNum * 1,
           cgd_tax: cgd_tax * 1,
-          tax: [reteid],
+          tax: [rateid],
         };
       } else if (res && res.code >= 100 && res.code <= 104) {
         await this.logout();
@@ -622,7 +621,7 @@ export default {
           obj.tax = obj.tax[0];
           obj.buyer = obj.sale_name;
           obj.buy_depart = obj.department;
-          obj.id=this.id
+          obj.id = this.id;
           for (let key in obj) {
             obj[key] = obj[key] + "";
           }

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff