whj 1 년 전
부모
커밋
4649a1dc90
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

+ 12 - 0
src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

@@ -160,6 +160,18 @@ export default {
           checked: true,
           width: 150
         },
+        {
+          title: '需求日期',
+          dataIndex: 'needDate',
+          checked: true,
+          width: 150
+        },
+        {
+          title: '计划到货日期',
+          dataIndex: 'planGetDate',
+          checked: true,
+          width: 150
+        },
         {
           title: '申请时间',
           dataIndex: 'updateTime',