Browse Source

发料记录,隐藏使用在途库

master_hella_20240701
yufei0306 4 months ago
parent
commit
92ed4ca2a4
  1. 38
      src/views/wms/issueManage/issue/issueRecordMain/issueRecordMain.data.ts

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

@ -303,25 +303,25 @@ export const IssueRecordMain = 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,
// sort: 'custom',
// table: {
// width: 150
// },
// form: {
// component: 'Switch',
// value: 'TRUE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE'
// }
// }
// },
{
label: '是否可用',
field: 'available',

Loading…
Cancel
Save