Browse Source

发料申请以及任务,去掉“使用在途库”

master_hella_20240701
yufei0306 9 months ago
parent
commit
9804e9b90e
  1. 38
      src/views/wms/issueManage/issue/issueJobMain/issueJobMain.data.ts
  2. 39
      src/views/wms/issueManage/issue/issueRequestMain/issueRequestMain.data.ts

38
src/views/wms/issueManage/issue/issueJobMain/issueJobMain.data.ts

@ -368,25 +368,25 @@ export const IssueJobMain = useCrudSchemas(reactive<CrudSchema[]>([
},
isTable: false,
},
{
label: '使用在途库',
field: 'useOnTheWayLocation',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
sort: 'custom',
table: {
width: 150
},
isTable: false,
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
}
}
},
// {
// label: '使用在途库',
// field: 'useOnTheWayLocation',
// dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable: false,
// form: {
// component: 'Switch',
// value: 'TRUE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE'
// }
// }
// },
{
label: '自动完成',
field: 'autoComplete',

39
src/views/wms/issueManage/issue/issueRequestMain/issueRequestMain.data.ts

@ -277,25 +277,26 @@ export const IssueRequestMain = useCrudSchemas(reactive<CrudSchema[]>([
},
isTable: false,
},
{
label: '使用在途库',
field: 'useOnTheWayLocation',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
isTable:false,
sort: 'custom',
table: {
width: 150
},
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
}
}
},
// {
// label: '使用在途库',
// field: 'useOnTheWayLocation',
// dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string',
// isTable:false,
// isForm:false,
// sort: 'custom',
// table: {
// width: 150
// },
// form: {
// component: 'Switch',
// value: 'TRUE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE'
// }
// }
// },
{
label: '自动提交',
field: 'autoCommit',

Loading…
Cancel
Save