@ -95,6 +95,7 @@ const searchTableSuccess = (formField, searchField, val, formRef) => {
} else {
setV[formField] = val[0][searchField]
}
setV['itemDesc1'] = val[0]['backNumber']//物料描述1赋值到背番
formRef.setValues(setV)
})
@ -77,6 +77,22 @@ export const ItemSyntheticRelation = useCrudSchemas(reactive<CrudSchema[]>([
isSearch: false,
isForm:false,
},
{
label: '背番',
field: 'itemDesc1',
sort: 'custom',
hiddenSearchHigh:true,
table: {
width: 150
form:{
componentProps:{
disabled: true,
label: '生效时间',
field: 'effectiveDate',