@ -153,8 +153,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) =>
row['itemCode'] = val[0]['itemCode']
row['poLine'] = val[0]['poLine']
row['uom'] = val[0]['uom']
row['planQty'] = val[0]['planQty']
}
} else {
const setV = {}
setV[formField] = val[0][searchField]
@ -853,10 +853,33 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]
width: 150
},
tableForm: {
type: 'Select'
type: 'Select',
disabled: true,
{
label: '计划数量数量',
field: 'planQty',
sort: 'custom',
table: {
isForm:false,
form: {
component: 'InputNumber',
componentProps: {
disabled:true,
min: 1,
precision: 6
type: 'InputNumber',
label: '数量',
field: 'qty',
@ -877,7 +900,6 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]
label: '备注',
field: 'remark',