This commit is contained in:
Vinjor 2024-11-05 11:07:12 +08:00
parent db2726043e
commit 02e4b3e811
2 changed files with 4 additions and 2 deletions

View File

@ -267,8 +267,7 @@ export default {
const param = {
id: this.ticketId,
nowRepairId: this.checkedUserId,
nowRepairName: this.checkedUserName,
operateCode:"sgwczj"
nowRepairName: this.checkedUserName
}
console.log(param)
request({

View File

@ -550,6 +550,9 @@ export default {
}else if("done_half"==this.nowChooseOperate){
//
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){
//
const result = await saveTicketsRecords(this.ticketInfo.id, '03',this.nowRepair.repairItemId,"03","sgwczj","维修完成移交总检",fileStr,"02","");