Kaynağa Gözat

详情新增编码

695593266@qq.com 10 ay önce
ebeveyn
işleme
92276d8e7f
1 değiştirilmiş dosya ile 38 ekleme ve 14 silme
  1. 38 14
      src/views/warehousing/components/tgDetails.vue

+ 38 - 14
src/views/warehousing/components/tgDetails.vue

@@ -162,69 +162,88 @@
 
           {
             label: '物品名称',
-            prop: 'categoryName'
+            prop: 'categoryName',
+            showOverflowTooltip: true
           },
           {
             label: '物品分类名称',
-            prop: 'categoryLevelName'
+            prop: 'categoryLevelName',
+            showOverflowTooltip: true
           },
 
           {
             label: '批次号',
-            prop: 'batchNo'
+            prop: 'batchNo',
+            showOverflowTooltip: true
           },
           {
             label: '牌号',
-            prop: 'brandNum'
+            prop: 'brandNum',
+            showOverflowTooltip: true
           },
 
           {
             label: '型号',
-            prop: 'modelType'
+            prop: 'modelType',
+            showOverflowTooltip: true
           },
 
           {
             label: '包装数量',
-            prop: 'packingCount'
+            prop: 'packingCount',
+            showOverflowTooltip: true
           },
 
           {
             label: '包装单位',
-            prop: 'packingUnit'
+            prop: 'packingUnit',
+            showOverflowTooltip: true
+          },
+          {
+            label: '包装编码',
+            prop: 'packingCode',
+            showOverflowTooltip: true
           },
 
           {
             label: '本包重量',
-            slot: 'packingWeight'
+            slot: 'packingWeight',
+            showOverflowTooltip: true
           },
 
           {
             label: '包装内总数量',
             slot: 'quantity',
-            prop: 'quantity'
+            prop: 'quantity',
+            showOverflowTooltip: true
           },
 
           {
             label: '序列号',
             slot: 'productSequence',
-            prop: 'productSequence'
+            prop: 'productSequence',
+            showOverflowTooltip: true
           },
           {
             label: '物料代号',
-            slot: 'materielCode'
+            slot: 'materielCode',
+            showOverflowTooltip: true
           },
           {
             label: '客户代号',
-            slot: 'clientCode'
+            slot: 'clientCode',
+            showOverflowTooltip: true
           },
           {
             label: '刻码',
-            slot: 'engrave'
+            slot: 'engrave',
+            showOverflowTooltip: true
           },
 
           {
             label: '发货码',
-            prop: 'sendCode'
+            prop: 'sendCode',
+            showOverflowTooltip: true
           }
         ],
 
@@ -272,6 +291,11 @@
             label: '包装单位',
             prop: 'packingUnit'
           },
+          {
+            label: '包装编码',
+            prop: 'packingCode',
+            showOverflowTooltip: true
+          },
 
           {
             label: '本包重量',