1
This commit is contained in:
parent
db2726043e
commit
02e4b3e811
@ -267,8 +267,7 @@ export default {
|
|||||||
const param = {
|
const param = {
|
||||||
id: this.ticketId,
|
id: this.ticketId,
|
||||||
nowRepairId: this.checkedUserId,
|
nowRepairId: this.checkedUserId,
|
||||||
nowRepairName: this.checkedUserName,
|
nowRepairName: this.checkedUserName
|
||||||
operateCode:"sgwczj"
|
|
||||||
}
|
}
|
||||||
console.log(param)
|
console.log(param)
|
||||||
request({
|
request({
|
||||||
|
@ -550,6 +550,9 @@ export default {
|
|||||||
}else if("done_half"==this.nowChooseOperate){
|
}else if("done_half"==this.nowChooseOperate){
|
||||||
//阶段完成
|
//阶段完成
|
||||||
const result = await saveTicketsRecords(this.ticketInfo.id, '03',this.nowRepair.repairItemId,"03","sgwczj","阶段完成",fileStr,"","");
|
const result = await saveTicketsRecords(this.ticketInfo.id, '03',this.nowRepair.repairItemId,"03","sgwczj","阶段完成",fileStr,"","");
|
||||||
|
}else if("other"==this.nowChooseOperate){
|
||||||
|
//项目完成
|
||||||
|
const result = await saveTicketsRecords(this.ticketInfo.id, '03',this.nowRepair.repairItemId,"03","sgwczj","维修完成移交下一班组维修",fileStr,"","");
|
||||||
}else if("done"==this.nowChooseOperate){
|
}else if("done"==this.nowChooseOperate){
|
||||||
//移交总检
|
//移交总检
|
||||||
const result = await saveTicketsRecords(this.ticketInfo.id, '03',this.nowRepair.repairItemId,"03","sgwczj","维修完成移交总检",fileStr,"02","");
|
const result = await saveTicketsRecords(this.ticketInfo.id, '03',this.nowRepair.repairItemId,"03","sgwczj","维修完成移交总检",fileStr,"02","");
|
||||||
|
Loading…
Reference in New Issue
Block a user