Browse Source

处理YT-1761需求

intex_online20241228
刘忱 2 months ago
parent
commit
bc32ac3116
  1. 40
      src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/unplannedreceiptRequestMain.data.ts

40
src/views/wms/inventoryjobManage/unplannedreceipt/unplannedreceiptRequestMain/unplannedreceiptRequestMain.data.ts

@ -527,26 +527,26 @@ export const UnplannedreceiptRequestMain = useCrudSchemas(reactive<CrudSchema[]>
} }
} }
}, },
{ // {
label: '是否直接生成记录', // label: '是否直接生成记录',
field: 'directCreateRecord', // field: 'directCreateRecord',
dictType: DICT_TYPE.TRUE_FALSE, // dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string', // dictClass: 'string',
isForm: true, // isForm: true,
isTable: false, // isTable: false,
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'Switch', // component: 'Switch',
value: 'FALSE', // value: 'FALSE',
componentProps: { // componentProps: {
inactiveValue: 'FALSE', // inactiveValue: 'FALSE',
activeValue: 'TRUE' // activeValue: 'TRUE'
} // }
} // }
}, // },
{ {
label: '单据备注', label: '单据备注',
field: 'remarkMain', field: 'remarkMain',

Loading…
Cancel
Save