|
|
@ -329,29 +329,39 @@ const buttonTableClick = async (val, row) => { |
|
|
|
await ProductionMainApi.submit(row.masterId).then((res) => { |
|
|
|
if (res.status == '6') { |
|
|
|
// 生成备料计划 |
|
|
|
tableObject.loading = true |
|
|
|
// tableObject.loading = true |
|
|
|
ProductionMainApi.generatePreparetoissue(row.number).then(() => { |
|
|
|
// message.success(t('common.createSuccess')) |
|
|
|
// tableObject.loading = false |
|
|
|
// getList() |
|
|
|
// 生成收货申请 |
|
|
|
// tableObject.loading = true |
|
|
|
ProductionMainApi.generateProductreceiptRequest(row.number).then(() => { |
|
|
|
message.success(t('common.createSuccess')) |
|
|
|
tableObject.loading = false |
|
|
|
getList() |
|
|
|
}).catch(err => { |
|
|
|
tableObject.loading = false |
|
|
|
console.log(err) |
|
|
|
}) |
|
|
|
}).catch(err => { |
|
|
|
// tableObject.loading = false |
|
|
|
console.log(err) |
|
|
|
// 生成收货申请 |
|
|
|
tableObject.loading = true |
|
|
|
// tableObject.loading = true |
|
|
|
ProductionMainApi.generateProductreceiptRequest(row.number).then(() => { |
|
|
|
// message.success(t('common.createSuccess')) |
|
|
|
message.success(t('common.createSuccess')) |
|
|
|
tableObject.loading = false |
|
|
|
getList() |
|
|
|
}).catch(err => { |
|
|
|
tableObject.loading = false |
|
|
|
console.log(err) |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
message.success(t('common.updateSuccess')) |
|
|
|
tableObject.loading = false |
|
|
|
getList() |
|
|
|
// message.success(t('common.updateSuccess')) |
|
|
|
// tableObject.loading = false |
|
|
|
// getList() |
|
|
|
}).catch(err => { |
|
|
|
tableObject.loading = false |
|
|
|
console.log(err) |
|
|
@ -395,24 +405,34 @@ const buttonTableClick = async (val, row) => { |
|
|
|
}) |
|
|
|
// 生成备料计划 |
|
|
|
tableObject.loading = true |
|
|
|
await ProductionMainApi.generatePreparetoissue(row.number).then(() => { |
|
|
|
ProductionMainApi.generatePreparetoissue(row.number).then(() => { |
|
|
|
// message.success(t('common.createSuccess')) |
|
|
|
// tableObject.loading = false |
|
|
|
// getList() |
|
|
|
// 生成收货申请 |
|
|
|
// tableObject.loading = true |
|
|
|
ProductionMainApi.generateProductreceiptRequest(row.number).then(() => { |
|
|
|
message.success(t('common.createSuccess')) |
|
|
|
tableObject.loading = false |
|
|
|
getList() |
|
|
|
}).catch(err => { |
|
|
|
tableObject.loading = false |
|
|
|
console.log(err) |
|
|
|
}) |
|
|
|
}).catch(err => { |
|
|
|
// tableObject.loading = false |
|
|
|
console.log(err) |
|
|
|
// 生成收货申请 |
|
|
|
tableObject.loading = true |
|
|
|
await ProductionMainApi.generateProductreceiptRequest(row.number).then(() => { |
|
|
|
// message.success(t('common.createSuccess')) |
|
|
|
// tableObject.loading = true |
|
|
|
ProductionMainApi.generateProductreceiptRequest(row.number).then(() => { |
|
|
|
message.success(t('common.createSuccess')) |
|
|
|
tableObject.loading = false |
|
|
|
getList() |
|
|
|
}).catch(err => { |
|
|
|
tableObject.loading = false |
|
|
|
console.log(err) |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
|
if (!isAvailable) { |
|
|
@ -579,8 +599,42 @@ const submitForm = async (formType, submitData) => { |
|
|
|
try { |
|
|
|
if (formType === 'create') { |
|
|
|
data.subList = tableData.value // 拼接子表数据参数 |
|
|
|
await ProductionMainApi.createProductionMain(data) |
|
|
|
await ProductionMainApi.createProductionMain(data).then((res) => { |
|
|
|
// console.log(565,res) |
|
|
|
if (res.status == '6') { |
|
|
|
// 生成备料计划 |
|
|
|
tableObject.loading = true |
|
|
|
ProductionMainApi.generatePreparetoissue(res.number).then(() => { |
|
|
|
// message.success(t('common.createSuccess')) |
|
|
|
// tableObject.loading = false |
|
|
|
// getList() |
|
|
|
// 生成收货申请 |
|
|
|
// tableObject.loading = true |
|
|
|
ProductionMainApi.generateProductreceiptRequest(res.number).then(() => { |
|
|
|
message.success(t('common.createSuccess')) |
|
|
|
tableObject.loading = false |
|
|
|
getList() |
|
|
|
}).catch(err => { |
|
|
|
tableObject.loading = false |
|
|
|
console.log(err) |
|
|
|
}) |
|
|
|
}).catch(err => { |
|
|
|
// tableObject.loading = false |
|
|
|
console.log(err) |
|
|
|
// 生成收货申请 |
|
|
|
// tableObject.loading = true |
|
|
|
ProductionMainApi.generateProductreceiptRequest(res.number).then(() => { |
|
|
|
message.success(t('common.createSuccess')) |
|
|
|
tableObject.loading = false |
|
|
|
getList() |
|
|
|
}).catch(err => { |
|
|
|
tableObject.loading = false |
|
|
|
console.log(err) |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |
|
|
|
// message.success(t('common.createSuccess')) |
|
|
|
} else { |
|
|
|
await ProductionMainApi.updateProductionMain(data) |
|
|
|
message.success(t('common.updateSuccess')) |
|
|
|