1 vuosi sitten
vanhempi
commit
7740204211

+ 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',