yusheng 1 год назад
Родитель
Сommit
e65c6fa999

+ 1 - 1
src/BIZComponents/inventoryTableDetails.vue

@@ -208,7 +208,7 @@
             slot: 'pricingWay',
             align: 'center',
             formatter: (row, column) => {
-              return row.pricingWay == 1 ? '数量' : row.pricingWay == 2 ? '重量':'';
+              return row.pricingWay == 1 ? '按数量计价' : row.pricingWay == 2 ? '按数量计价':'';
             }
           },
           {

+ 7 - 0
src/views/bpm/handleTask/components/purchaseOrder/invoice/detailDialog.vue

@@ -278,6 +278,13 @@
             slot: 'modelType',
             align: 'center'
           },
+          {
+            width: 120,
+            prop: 'supplierMark',
+            label: '供应商代号',
+            slot: 'supplierMark',
+            align: 'center'
+          },
           {
             width: 120,
             prop: 'specification',