1 жил өмнө
parent
commit
14f6732fa8

+ 7 - 7
src/views/purchase/purchase-order-report/modules/Detail.vue

@@ -29,12 +29,12 @@ export default {
       statusMap: {},
       preparationMap: {},
       columns: [
-        {
-          title: '采购计划名称',
-          checked: true,
-          width: '150',
-          dataIndex: 'orderName'
-        },
+        // {
+        //   title: '采购计划名称',
+        //   checked: true,
+        //   width: '150',
+        //   dataIndex: 'orderName'
+        // },
         {
           title: '采购单号',
           checked: true,
@@ -42,7 +42,7 @@ export default {
           dataIndex: 'purchaseNo'
         },
         {
-          title: '采购物料总数',
+          title: '采购物料总数',
           checked: true,
           width: '200',
           dataIndex: 'totalNum'