@ -454,8 +454,9 @@ export const DeliverPlanDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
tableForm: {
disabled: true,
type: 'Select'
}
{
label: '最后更新时间',
@ -102,6 +102,9 @@ const updataTableColumns = (val) => {
const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => {
nextTick(() => {
if (type == 'tableForm') {
if(formField == 'itemCode') {
row['uom'] = val[0]['uom']
// 明细查询页赋值
row[formField] = val[0][searchField]
} else {