1
This commit is contained in:
parent
db2726043e
commit
02e4b3e811
@ -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({
|
||||
|
@ -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","");
|
||||
|
Loading…
Reference in New Issue
Block a user