Browse Source

隔离转合格(隔离转物流)申请,新增时增加主数据备注字段

hella_online_20240927
yufei_wang 2 months ago
parent
commit
75a8cebd0f
  1. 19
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts

19
src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/inventorymoveRequestMain.data.ts

@ -256,15 +256,16 @@ export const InventorymoveRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
// }
// }
// },
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: false,
// },
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
isTable: true,
sortTableDefault:1000
},
// {
// label: '自动提交',
// field: 'autoCommit',

Loading…
Cancel
Save