|
@ -332,29 +332,39 @@ const buttonTableClick = async (val, row) => { |
|
|
await ProductionMainApi.submit(row.masterId).then((res) => { |
|
|
await ProductionMainApi.submit(row.masterId).then((res) => { |
|
|
if (res.status == '6') { |
|
|
if (res.status == '6') { |
|
|
// 生成备料计划 |
|
|
// 生成备料计划 |
|
|
tableObject.loading = true |
|
|
// tableObject.loading = true |
|
|
ProductionMainApi.generatePreparetoissue(row.number).then(() => { |
|
|
ProductionMainApi.generatePreparetoissue(row.number).then(() => { |
|
|
// message.success(t('common.createSuccess')) |
|
|
// message.success(t('common.createSuccess')) |
|
|
tableObject.loading = false |
|
|
// tableObject.loading = false |
|
|
getList() |
|
|
// getList() |
|
|
}).catch(err => { |
|
|
// 生成收货申请 |
|
|
tableObject.loading = false |
|
|
// tableObject.loading = true |
|
|
console.log(err) |
|
|
ProductionMainApi.generateProductreceiptRequest(row.number).then(() => { |
|
|
}) |
|
|
message.success(t('common.createSuccess')) |
|
|
// 生成收货申请 |
|
|
tableObject.loading = false |
|
|
tableObject.loading = true |
|
|
getList() |
|
|
ProductionMainApi.generateProductreceiptRequest(row.number).then(() => { |
|
|
}).catch(err => { |
|
|
// message.success(t('common.createSuccess')) |
|
|
tableObject.loading = false |
|
|
tableObject.loading = false |
|
|
console.log(err) |
|
|
getList() |
|
|
}) |
|
|
}).catch(err => { |
|
|
}).catch(err => { |
|
|
tableObject.loading = false |
|
|
// tableObject.loading = false |
|
|
console.log(err) |
|
|
console.log(err) |
|
|
|
|
|
// 生成收货申请 |
|
|
|
|
|
// 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) |
|
|
|
|
|
}) |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
message.success(t('common.updateSuccess')) |
|
|
// message.success(t('common.updateSuccess')) |
|
|
tableObject.loading = false |
|
|
// tableObject.loading = false |
|
|
getList() |
|
|
// getList() |
|
|
}).catch(err => { |
|
|
}).catch(err => { |
|
|
tableObject.loading = false |
|
|
tableObject.loading = false |
|
|
console.log(err) |
|
|
console.log(err) |
|
@ -398,23 +408,33 @@ const buttonTableClick = async (val, row) => { |
|
|
}) |
|
|
}) |
|
|
// 生成备料计划 |
|
|
// 生成备料计划 |
|
|
tableObject.loading = true |
|
|
tableObject.loading = true |
|
|
await ProductionMainApi.generatePreparetoissue(row.number).then(() => { |
|
|
ProductionMainApi.generatePreparetoissue(row.number).then(() => { |
|
|
// message.success(t('common.createSuccess')) |
|
|
|
|
|
tableObject.loading = false |
|
|
|
|
|
getList() |
|
|
|
|
|
}).catch(err => { |
|
|
|
|
|
tableObject.loading = false |
|
|
|
|
|
console.log(err) |
|
|
|
|
|
}) |
|
|
|
|
|
// 生成收货申请 |
|
|
|
|
|
tableObject.loading = true |
|
|
|
|
|
await ProductionMainApi.generateProductreceiptRequest(row.number).then(() => { |
|
|
|
|
|
// message.success(t('common.createSuccess')) |
|
|
// message.success(t('common.createSuccess')) |
|
|
tableObject.loading = false |
|
|
// tableObject.loading = false |
|
|
getList() |
|
|
// 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 => { |
|
|
}).catch(err => { |
|
|
tableObject.loading = false |
|
|
// tableObject.loading = false |
|
|
console.log(err) |
|
|
console.log(err) |
|
|
|
|
|
// 生成收货申请 |
|
|
|
|
|
// 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) |
|
|
|
|
|
}) |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
@ -590,25 +610,35 @@ const submitForm = async (formType, submitData) => { |
|
|
tableObject.loading = true |
|
|
tableObject.loading = true |
|
|
ProductionMainApi.generatePreparetoissue(res.number).then(() => { |
|
|
ProductionMainApi.generatePreparetoissue(res.number).then(() => { |
|
|
// message.success(t('common.createSuccess')) |
|
|
// message.success(t('common.createSuccess')) |
|
|
tableObject.loading = false |
|
|
// tableObject.loading = false |
|
|
getList() |
|
|
// getList() |
|
|
}).catch(err => { |
|
|
// 生成收货申请 |
|
|
tableObject.loading = false |
|
|
// tableObject.loading = true |
|
|
console.log(err) |
|
|
ProductionMainApi.generateProductreceiptRequest(res.number).then(() => { |
|
|
}) |
|
|
message.success(t('common.createSuccess')) |
|
|
// 生成收货申请 |
|
|
tableObject.loading = false |
|
|
tableObject.loading = true |
|
|
getList() |
|
|
ProductionMainApi.generateProductreceiptRequest(res.number).then(() => { |
|
|
}).catch(err => { |
|
|
// message.success(t('common.createSuccess')) |
|
|
tableObject.loading = false |
|
|
tableObject.loading = false |
|
|
console.log(err) |
|
|
getList() |
|
|
}) |
|
|
}).catch(err => { |
|
|
}).catch(err => { |
|
|
tableObject.loading = false |
|
|
// tableObject.loading = false |
|
|
console.log(err) |
|
|
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')) |
|
|
// message.success(t('common.createSuccess')) |
|
|
} else { |
|
|
} else { |
|
|
await ProductionMainApi.updateProductionMain(data) |
|
|
await ProductionMainApi.updateProductionMain(data) |
|
|
message.success(t('common.updateSuccess')) |
|
|
message.success(t('common.updateSuccess')) |
|
|