Browse Source

添加库内箱号字段

阿伏兔 4 năm trước cách đây
mục cha
commit
c4800223c6

+ 7 - 0
src/views/Warehousing/cargoClearance/AddOrUpdate.vue

@@ -3108,6 +3108,13 @@ export default {
           checked: 0,
           width: 100,
         },
+        {
+          surface: "13",
+          label: "fLocalcntrno",
+          name: "库内箱号",
+          checked: 0,
+          width: 100,
+        },
       ],
       setRowList2: [],
       getRowList2: [],

+ 7 - 0
src/views/Warehousing/goodsTransfer/AddOrUpdate.vue

@@ -2196,6 +2196,13 @@ export default {
           checked: 0,
           width: 100,
         },
+        {
+          surface: "13",
+          label: "fLocalcntrno",
+          name: "库内箱号",
+          checked: 0,
+          width: 100,
+        },
       ],
       setRowList2: [],
       getRowList2: [],

+ 7 - 0
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -3256,6 +3256,13 @@ export default {
           checked: 0,
           width: 100,
         },
+        {
+          surface: "13",
+          label: "fLocalcntrno",
+          name: "库内箱号",
+          checked: 0,
+          width: 100,
+        },
       ],
       setRowList2: [],
       getRowList2: [],

+ 7 - 0
src/views/Warehousing/stockTransfer/AddOrUpdate.vue

@@ -3406,6 +3406,13 @@ export default {
           checked: 0,
           width: 100,
         },
+        {
+          surface: "13",
+          label: "fLocalcntrno",
+          name: "库内箱号",
+          checked: 0,
+          width: 100,
+        },
       ],
       setRowList2: [],
       getRowList2: [],