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: '货主代码',
field: 'ownerCode',
sort: 'custom',
table: {
width: 150
},
},
// {
// label: '货主代码',
// field: 'ownerCode',
// sort: 'custom',
// table: {
// width: 150
// },
// },
{
label: '创建时间',
field: 'createTime',

Loading…
Cancel
Save