yusheng пре 10 месеци
родитељ
комит
c20efb85bd

+ 8 - 0
src/views/bpm/handleTask/components/purchaseNeedManage/detailDialog.vue

@@ -234,6 +234,14 @@
             slot: 'batchNo',
             align: 'center'
           },
+          {
+            width: 180,
+            prop: 'supplierName',
+            label: '供应商',
+            slot: 'supplierName',
+            // headerSlot: 'headerSupplierName',
+            align: 'center'
+          },
           {
             prop: 'provenance',
             label: '产地',

+ 9 - 1
src/views/bpm/handleTask/components/purchaseNeedManage/inventoryTable.vue

@@ -374,7 +374,7 @@
           {
             width: 100,
             prop: 'measuringUnit',
-            label: '单位',
+            label: '计量单位',
             slot: 'measuringUnit'
           },
           {
@@ -383,6 +383,14 @@
             label: '品牌',
             slot: 'brand'
           },
+          {
+            width: 180,
+            prop: 'supplierName',
+            label: '供应商',
+            slot: 'supplierName',
+            // headerSlot: 'headerSupplierName',
+            align: 'center'
+          },
           {
             width: 160,
             prop: 'arrivalWay',