소스 검색

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