Kaynağa Gözat

feat: 销售管理发货单增加发货数量,采购管理收货单增加收货数量

liujt 9 ay önce
ebeveyn
işleme
826368e9b6

+ 7 - 1
src/views/purchasingManage/purchaseOrder/invoice/index.vue

@@ -281,7 +281,13 @@
             showOverflowTooltip: true,
             minWidth: 140
           },
-
+          {
+            prop: 'receiveTotalCount',
+            label: '收货数量',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 140
+          },
           {
             prop: 'supplierName',
             label: '供应商名称',

+ 7 - 1
src/views/saleManage/saleOrder/invoice/index.vue

@@ -380,7 +380,13 @@
             showOverflowTooltip: true,
             minWidth: 140
           },
-
+          {
+            prop: 'sendTotalCount',
+            label: '发货数量',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 140
+          },
           {
             prop: 'projectName',
             label: '项目名称',