Browse Source

制品返修申请修改为请选择返修生产线代码,页面里的请选择生产线代码->请选择返修生产线代码

hella_online_20240829
zhang_li 4 months ago
parent
commit
ce880b8d37
  1. 4
      src/views/wms/productionManage/productrepair/productrepairRequestMain/productrepairRequestMain.data.ts

4
src/views/wms/productionManage/productrepair/productrepairRequestMain/productrepairRequestMain.data.ts

@ -566,7 +566,7 @@ export const ProductrepairRequestDetaila = useCrudSchemas(reactive<CrudSchema[]>
},{ },{
key: 'productionLineCode', key: 'productionLineCode',
value: 'productionLineCode', value: 'productionLineCode',
message: '请填写生产线代码!', message: '请选择返修生产线代码!',
isMainValue: true isMainValue: true
}] }]
}, },
@ -586,7 +586,7 @@ export const ProductrepairRequestDetaila = useCrudSchemas(reactive<CrudSchema[]>
},{ },{
key: 'productionLineCode', key: 'productionLineCode',
value: 'productionLineCode', value: 'productionLineCode',
message: '请填写生产线代码!', message: '请选择返修生产线代码!',
isMainValue: true isMainValue: true
}] }]
} }

Loading…
Cancel
Save