Browse Source

YT-2960:物料隔离,任务、记录中有2个备注字段,应去掉一个

intex_online20250725
songguoqiang 1 day ago
parent
commit
a5b3b441c5
  1. 20
      src/views/wms/moveManage/inventorymove/inventorymoveJobMain/inventorymoveJobMain.data.ts
  2. 18
      src/views/wms/moveManage/inventorymove/inventorymoveRecordMainOKHOLD/inventorymoveRecordMainOKHOLD.data.ts

20
src/views/wms/moveManage/inventorymove/inventorymoveJobMain/inventorymoveJobMain.data.ts

@ -204,16 +204,16 @@ export const InventorymoveJobMain = useCrudSchemas(reactive<CrudSchema[]>([
// },
// isTable: false,
// },
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
isTable: true,
sortTableDefault:1000,
},
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: true,
// sortTableDefault:1000,
// },
// {
// label: '自动完成',
// field: 'autoComplete',

18
src/views/wms/moveManage/inventorymove/inventorymoveRecordMainOKHOLD/inventorymoveRecordMainOKHOLD.data.ts

@ -289,15 +289,15 @@ export const InventorymoveRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
// width: 150
// },
// },
{
label: '备注',
field: 'remark',
sort: 'custom',
table: {
width: 150
},
sortTableDefault:32,
},
// {
// label: '备注',
// field: 'remark',
// sort: 'custom',
// table: {
// width: 150
// },
// sortTableDefault:32,
// },
{
label: '创建时间',
field: 'createTime',

Loading…
Cancel
Save