1 year ago
parent
commit
2509d359e4
1 changed files with 14 additions and 14 deletions
  1. 14 14
      src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

+ 14 - 14
src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

@@ -108,41 +108,41 @@ export default {
         },
 
         {
-          title: '采购计划名称',
+          title: '采购名称',
           dataIndex: 'orderName',
           checked: true,
           width: 150
         },
+        {
+          title: '采购计划类型',
+          dataIndex: 'type',
+          checked: true,
+          width: 100,
+          customRender: (text, record, index) => {
+            return this.BaseTool.Table.getMapText(this.typeMap, text)
+          }
+        },
 
         {
-          title: '设备位号',
+          title: '采购关联设备',
           dataIndex: 'positionNo',
           checked: true,
           width: 150
         },
         {
-          title: '备件数',
+          title: '采购数量',
           dataIndex: 'totalNum',
           checked: true,
           width: 150
         },
         {
-          title: '创建人',
+          title: '申请人',
           dataIndex: 'createdUserName',
           checked: true,
           width: 150
         },
         {
-          title: '类型',
-          dataIndex: 'type',
-          checked: true,
-          width: 100,
-          customRender: (text, record, index) => {
-            return this.BaseTool.Table.getMapText(this.typeMap, text)
-          }
-        },
-        {
-          title: '更新日期',
+          title: '申请时间',
           dataIndex: 'updateTime',
           checked: true,
           width: 150