whj il y a 1 an
Parent
commit
4649a1dc90
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  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',