@ -661,6 +661,22 @@ export const PreparetoissueDetail = useCrudSchemas(reactive<CrudSchema[]>([
}], // 失去焦点校验参数
},
{
label: '备料数量',
field: 'issueQty',
sort: 'custom',
table: {
width: 150
form: {
componentProps: {
disabled: true
}
tableForm: {
label: '计划数量',
field: 'planQty',