1 年之前
父节点
当前提交
7740204211
共有 1 个文件被更改,包括 6 次插入0 次删除
  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',