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,
           checked: true,
           width: 150
           width: 150
         },
         },
+        {
+          title: '需求日期',
+          dataIndex: 'needDate',
+          checked: true,
+          width: 150
+        },
+        {
+          title: '计划到货日期',
+          dataIndex: 'planGetDate',
+          checked: true,
+          width: 150
+        },
         {
         {
           title: '申请时间',
           title: '申请时间',
           dataIndex: 'updateTime',
           dataIndex: 'updateTime',