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, isTable: false,
}, },
{ // {
label: '使用在途库', // label: '使用在途库',
field: 'useOnTheWayLocation', // field: 'useOnTheWayLocation',
dictType: DICT_TYPE.TRUE_FALSE, // dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string', // dictClass: 'string',
isTable: false, // isTable: false,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'Switch', // component: 'Switch',
value: 'TRUE', // value: 'TRUE',
componentProps: { // componentProps: {
inactiveValue: 'FALSE', // inactiveValue: 'FALSE',
activeValue: 'TRUE' // activeValue: 'TRUE'
} // }
} // }
}, // },
{ {
label: '是否可用', label: '是否可用',
field: 'available', field: 'available',

Loading…
Cancel
Save