Browse Source

补料任务明细中需要去掉无意义字段

hella_online_20240829
zhaoyiran 4 months ago
parent
commit
6c71022d5c
  1. 54
      src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts

54
src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts

@ -792,15 +792,15 @@ export const RepleinshJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
}, },
hiddenInMain: true, hiddenInMain: true,
}, },
{ // {
label: '项目代码', // label: '项目代码',
field: 'projectCode', // field: 'projectCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
hiddenInMain: true, // hiddenInMain: true,
}, // },
{ {
label: '数量', label: '数量',
field: 'qty', field: 'qty',
@ -843,24 +843,24 @@ export const RepleinshJobDetail = useCrudSchemas(reactive<CrudSchema[]>([
}, },
hiddenInMain: true, hiddenInMain: true,
}, },
{ // {
label: '从货主代码', // label: '从货主代码',
field: 'fromOwnerCode', // field: 'fromOwnerCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
hiddenInMain: true, // hiddenInMain: true,
}, // },
{ // {
label: '到货主代码', // label: '到货主代码',
field: 'toOwnerCode', // field: 'toOwnerCode',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
hiddenInMain: true, // hiddenInMain: true,
}, // },
{ {
label: '创建时间', label: '创建时间',
field: 'createTime', field: 'createTime',

Loading…
Cancel
Save