Browse Source

隐藏货主代码

hella_online_20241024
yufei_wang 1 month ago
parent
commit
9c42135ed2
  1. 16
      src/views/wms/inventoryManage/transaction/transaction.data.ts

16
src/views/wms/inventoryManage/transaction/transaction.data.ts

@ -278,14 +278,14 @@ export const Transaction = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
}, },
{ // {
label: '货主代码', // label: '货主代码',
field: 'ownerCode', // field: 'ownerCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
}, // },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',

Loading…
Cancel
Save