Browse Source

修改代码错误

xiaodai2022 1 year ago
parent
commit
c040371d2f

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 2 - 2
src/views/netOrderEntry/netOrderEnter/addEdit-c.vue

@@ -778,14 +778,14 @@ export default {
         ...rest,
         buyerid: buyerid ? [buyerid] : [],
         addr_code: addr_code ? addr_code.split(",") : [],
-        cat_id: cat_id && cat_id.length.length === 3 ? [cat_id[cat_id.length - 1]] : [],
+        cat_id: cat_id && cat_id.length === 3 ? [cat_id[cat_id.length - 1]] : [],
         supplierNo: supplierNo ? [supplierNo] : [],
         khNo: khNo ? [khNo] : [],
         tax: tax ? tax + "%" : "",
         goodUnit: goodUnit ? [goodUnit] : "",
       };
 
-      this.cat_id_name = cat_id && cat_id.length.length === 3?cat_id.map(({ name }) => name).join("_"):"";
+      this.cat_id_name = cat_id && cat_id.length === 3?cat_id.map(({ name }) => name).join("_"):"";
       console.log(this.cat_id_name);
       this.unit_name = unitName;
 

+ 2 - 2
src/views/netOrderEntry/netOrderEnter/addEdit.vue

@@ -795,14 +795,14 @@ export default {
         managerid:managerid ? [managerid] : managerid,
         buyerid: buyerid ? [buyerid] : [],
         addr_code: addr_code ? addr_code.split(",") : [],
-        cat_id: cat_id && cat_id.length.length === 3 ? [cat_id[cat_id.length - 1]] : [],
+        cat_id: cat_id && cat_id.length === 3 ? [cat_id[cat_id.length - 1]] : [],
         supplierNo: supplierNo ? [supplierNo] : [],
         khNo: khNo ? [khNo] : [],
         tax: tax ? tax + "%" : "",
         goodUnit: goodUnit ? [goodUnit] : ""
       };
 
-      this.cat_id_name = cat_id && cat_id.length.length === 3?cat_id.map(({ name }) => name).join("_"):"";
+      this.cat_id_name = cat_id && cat_id.length === 3?cat_id.map(({ name }) => name).join("_"):"";
       console.log(this.cat_id_name);
       this.unit_name = unitName;
 

+ 2 - 2
src/views/netOrderEntry/netOrderEnter/detail-modal.vue

@@ -746,14 +746,14 @@ export default {
         ...rest,
         buyerid: buyerid ? [buyerid] : [],
         addr_code: addr_code ? addr_code.split(",") : [],
-        cat_id: cat_id && cat_id.length.length === 3 ? [cat_id[cat_id.length - 1]] : [],
+        cat_id: cat_id && cat_id.length === 3 ? [cat_id[cat_id.length - 1]] : [],
         supplierNo: supplierNo ? [supplierNo] : [],
         khNo: khNo ? [khNo] : [],
         tax: tax ? tax + "%" : "",
         goodUnit: goodUnit ? [goodUnit] : ""
       };
 
-      this.cat_id_name = cat_id && cat_id.length.length === 3?cat_id.map(({ name }) => name).join("_"):"";
+      this.cat_id_name = cat_id && cat_id.length === 3?cat_id.map(({ name }) => name).join("_"):"";
       console.log(this.cat_id_name);
       this.unit_name = unitName;
 

+ 2 - 2
src/views/netOrderEntry/prestoreRecordingOrders/addEdit.vue

@@ -757,14 +757,14 @@ export default {
         managerid:managerid ? [managerid] : [],
         buyerid: buyerid ? [buyerid] : [],
         addr_code: addr_code ? addr_code.split(",") : [],
-        cat_id: cat_id && cat_id.length.length === 3 ? [cat_id[cat_id.length - 1]] : [],
+        cat_id: cat_id && cat_id.length === 3 ? [cat_id[cat_id.length - 1]] : [],
         supplierNo: supplierNo ? [supplierNo] : [],
         khNo: khNo ? [khNo] : [],
         tax: tax ? tax + "%" : "",
         goodUnit: goodUnit ? [goodUnit] : ""
       };
 
-      this.cat_id_name = cat_id && cat_id.length.length === 3?cat_id.map(({ name }) => name).join("_"):"";
+      this.cat_id_name = cat_id && cat_id.length === 3?cat_id.map(({ name }) => name).join("_"):"";
       this.unit_name = unitName;
 
       this.khName = khName;

Some files were not shown because too many files changed in this diff