@ -354,7 +354,7 @@ export const Callmaterials = useCrudSchemas(reactive<CrudSchema[]>([
},
{
label: '叫料库位',
field: 'rawLocationCode',
field: 'location',
isTable: true,
sort: 'custom',
table: {
@ -122,7 +122,7 @@ const searchTableSuccess = (formField, searchField, val, formRef) => {
setV['callmaterialQty'] = val[0]['packQty']
} else if (formField == 'workStationCode') {
//工位
setV['rawLocationCode'] = val[0]['rawLocationCode']
setV['location'] = val[0]['rawLocationCode']
setV[formField] = val[0][searchField]
}else {