yusheng 10 mesi fa
parent
commit
5f7828f639

+ 2 - 2
src/views/bpm/handleTask/components/purchaseOrder/invoice/receiptInfo.vue

@@ -209,7 +209,7 @@
           {
             width: 150,
             prop: 'purchaseCount',
-            label: '数量',
+            label: '收货数量',
             slot: 'purchaseCount',
             headerSlot: 'headerTotalCount',
             align: 'center'
@@ -232,7 +232,7 @@
           {
             width: 80,
             prop: 'totalCount',
-            label: '收货数量',
+            label: '计量数量',
             slot: 'totalCount',
             align: 'center'
           },

+ 2 - 2
src/views/bpm/handleTask/components/purchaseOrder/outSourceSend/detailDialog.vue

@@ -239,7 +239,7 @@
           {
             width: 150,
             prop: 'purchaseCount',
-            label: '数量',
+            label: '发货数量',
             slot: 'purchaseCount',
             headerSlot: 'headerTotalCount',
             align: 'center'
@@ -262,7 +262,7 @@
           {
             width: 120,
             prop: 'totalCount',
-            label: '发货数量',
+            label: '计量数量',
             slot: 'totalCount',
             align: 'center'
           },

+ 2 - 2
src/views/bpm/handleTask/components/saleOrder/invoice/detailDialog.vue

@@ -360,7 +360,7 @@
           {
             width: 150,
             prop: 'saleCount',
-            label: '数量',
+            label: '发货数量',
             slot: 'saleCount',
             headerSlot: 'headerTotalCount',
             align: 'center'
@@ -376,7 +376,7 @@
           {
             width: 120,
             prop: 'totalCount',
-            label: '发货数量',
+            label: '计量数量',
             slot: 'totalCount',
             headerSlot: 'headerTotalCount',
             align: 'center'