Эх сурвалжийг харах

feat(采购订单): 添加收货数量列

liujt 8 сар өмнө
parent
commit
39eca5df0c

+ 7 - 0
src/views/purchasingManage/purchaseOrder/index.vue

@@ -531,6 +531,13 @@ export default {
           showOverflowTooltip: true,
           minWidth: 140
         },
+        {
+          prop: 'inboundCount',
+          label: '收货数量',
+          align: 'center',
+          showOverflowTooltip: true,
+          minWidth: 140
+        },
 
         {
           prop: 'partbName',