1 year ago
parent
commit
7740204211
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/purchase/purchase-order-record/PurchaseOrderRecord.vue

+ 6 - 0
src/views/purchase/purchase-order-record/PurchaseOrderRecord.vue

@@ -106,6 +106,12 @@ export default {
             return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
           }
         },
+        {
+          title: '用友单号',
+          dataIndex: 'yongYouId',
+          checked: true,
+          width: 200
+        },
         {
           title: '存货编码',
           dataIndex: 'no',