Browse Source

根据HL-4888发现的代码bug

hella_online_20240821
wangyufei 1 month ago
parent
commit
38d595d1ba
  1. 2
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue

2
src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue

@ -818,7 +818,7 @@ const getDefaultWorkshopCode = async ()=>{
available: "TRUE"
})
if(res&&res.list.length>0){
if(res.list.find(item=>item.code=='PRC')){
if(res.list.find(item=>item.code=='PRA')){
ProductreceiptRequestMain.allSchemas.formSchema.map(itemColumns => {
if(itemColumns.field == 'workshopCode') {
itemColumns.value = 'PRA'

Loading…
Cancel
Save