Commit a7288379 authored by Damon's avatar Damon

refactor: 完工取消访问保存配件接口

parent 3071ab1c
......@@ -982,10 +982,10 @@ export default {
this.$u.api.saveCompleteData(param, this.orderId).then(async (res) => {
if (res.code == 200) {
//完工项信息保存成功再次完工工单
if (!this.exception) { // 核销配件
const submitPart = await this.submitParts()
if (!submitPart) return
}
// if (!this.exception) { // 核销配件
// const submitPart = await this.submitParts()
// if (!submitPart) return
// }
if (this.inGuaranteePeriod === 'Y') {
this.$u.api.inOrderFinish(this.orderId).then((res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment