Jelajahi Sumber

feat(销售订单): 添加出库数量和金额列

liujt 1 bulan lalu
induk
melakukan
77a83af82b

+ 7 - 0
src/views/saleManage/saleOrder/index.vue

@@ -793,6 +793,13 @@ export default {
           showOverflowTooltip: true,
           minWidth: 120
         },
+        {
+          prop: 'outboundTotalCount',
+          label: '出库数量',
+          align: 'center',
+          showOverflowTooltip: true,
+          minWidth: 140
+        },
         {
           prop: 'returnTotalCount',
           label: '退货数量',

+ 14 - 0
src/views/saleManage/saleOrder/invoice/index.vue

@@ -449,6 +449,20 @@
             showOverflowTooltip: true,
             minWidth: 140
           },
+          {
+            prop: 'outboundTotalCount',
+            label: '出库数量',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 140
+          },
+          {
+            prop: 'outboundTotalAmount',
+            label: '出库金额',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 140
+          },
           {
             prop: 'projectName',
             label: '项目名称',