|
|
@ -338,7 +338,7 @@ const buttonTableClick = async (val, row) => { |
|
|
|
}) |
|
|
|
} else if (val == 'mainPlanSub') { // 提交审批 |
|
|
|
if (row.available == 'FALSE') return message.warning('当前数据:【不可用】') |
|
|
|
await message.confirm('确认要提交审批吗?') |
|
|
|
// await message.confirm('确认要提交审批吗?') |
|
|
|
tableObject.loading = true |
|
|
|
await ProductionMainApi.submit(row.masterId).then((res) => { |
|
|
|
if (res.status == '6') { |
|
|
@ -499,7 +499,7 @@ const autoCreatePlanRequest = async (row)=>{ |
|
|
|
await ProductionMainApi.generateProductreceiptRequest(row.number) |
|
|
|
} |
|
|
|
} finally { |
|
|
|
message.success(t('common.updateSuccess')) |
|
|
|
message.success(t('common.submitSuccess')) |
|
|
|
tableObject.loading = false |
|
|
|
buttonBaseClick('refresh',null) |
|
|
|
} |
|
|
|