whj 1 year ago
parent
commit
5d3d8c59fa
1 changed files with 7 additions and 6 deletions
  1. 7 6
      src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

+ 7 - 6
src/views/purchase/purchase-order-page/PurchaseOrderPage.vue

@@ -172,6 +172,12 @@ export default {
           checked: true,
           width: 150
         },
+        {
+          title: '用友单号',
+          checked: true,
+          width: 100,
+          dataIndex: 'yongYouId'
+        },
         {
           title: '需求日期',
           dataIndex: 'needDate',
@@ -196,12 +202,7 @@ export default {
           width: 100,
           dataIndex: 'remark'
         },
-        {
-          title: '用友单号',
-          checked: true,
-          width: 100,
-          dataIndex: 'yongYouId'
-        },
+
         {
           title: '状态',
           dataIndex: 'status',