@ -903,27 +903,6 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]
isTableForm: false,
isForm: false
},
{
label: '数量',
field: 'qty',
sort: 'custom',
table: {
width: 150
form: {
component: 'InputNumber',
componentProps: {
min: 1,
precision: 6
}
tableForm: {
type: 'InputNumber',
label: '项目代码',
field: 'projectCode',