浏览代码

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

liujt 8 月之前
父节点
当前提交
39eca5df0c
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/purchasingManage/purchaseOrder/index.vue

+ 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',