yesheng 1 周之前
父节点
当前提交
0b45dfd093

+ 5 - 5
src/views/wms/inLibrary/materialDemolitionBatch.vue

@@ -319,7 +319,7 @@
           <el-table-column
             v-if="columnsList[0].visible"
             :key="columnsList[0].key"
-            label="物料条码"
+            label="索引号"
             align="center"
             prop="qrCode"
             width="180"
@@ -338,10 +338,10 @@
           <el-table-column
             v-if="columnsList[16].visible"
             :key="columnsList[16].key"
-            label="批次号"
+            label="条码号"
             align="center"
             prop="batchNumber"
-            width="160"
+            width="180"
             show-overflow-tooltip
           />
           <el-table-column
@@ -368,7 +368,7 @@
             label="呆滞料超期天数"
             align="center"
             prop="overProduceDate"
-            width="150"
+            width="120"
             show-overflow-tooltip
           />
           <el-table-column
@@ -377,7 +377,7 @@
             label="中间仓"
             align="center"
             prop="midbin"
-            width="120"
+            width="80"
             show-overflow-tooltip
           >
             <template slot-scope="scope">

+ 3 - 3
src/views/wms/incoming/register/components/LabelRepair.vue

@@ -49,13 +49,13 @@
       <el-table-column
         label="物料编码"
         align="center"
-        min-width="120"
+        min-width="150"
         prop="erpMaterialNo"
       />
       <el-table-column
-        label="标签码"
+        label="物料条码"
         align="center"
-        prop="qrCode"
+        prop="batchNumber"
         width="150"
         show-overflow-tooltip
       />