Browse Source

HL-525313环境预生产报工申请重复创建了标签和任务

hella_online_20240829
wangyufei 2 months ago
parent
commit
2ac38804fd
  1. 1
      src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue
  2. 1
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue

1
src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue

@ -591,6 +591,7 @@ const buttonTableClick = async (val, row) => {
buttonBaseClick('refresh', null)
})
.catch((err) => {
tableObject.loading = false
console.log(err)
})
} else if (val == 'edit') {

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

@ -511,6 +511,7 @@ const buttonTableClick = async (val, row) => {
tableObject.loading = false
buttonBaseClick('refresh',null)
}).catch(err => {
tableObject.loading = false
console.log(err)
})
} else if (val == 'edit') { //

Loading…
Cancel
Save