|
@ -558,7 +558,6 @@ export default { |
|
|
returnSuggestDept: this.returnSuggestDept, // 建议办理部门 |
|
|
returnSuggestDept: this.returnSuggestDept, // 建议办理部门 |
|
|
returnSuggestDeptName: this.returnSuggestDeptName, // 建议办理部门名称 |
|
|
returnSuggestDeptName: this.returnSuggestDeptName, // 建议办理部门名称 |
|
|
returnLoseContact: this.returnLoseContact,// 是否已联系,未联系:0;已联系:1 |
|
|
returnLoseContact: this.returnLoseContact,// 是否已联系,未联系:0;已联系:1 |
|
|
|
|
|
|
|
|
icEventId: this.icEventId// 事件id |
|
|
icEventId: this.icEventId// 事件id |
|
|
}).then(res => { |
|
|
}).then(res => { |
|
|
|
|
|
|
|
@ -661,10 +660,10 @@ export default { |
|
|
this.show=true |
|
|
this.show=true |
|
|
}, |
|
|
}, |
|
|
handleRefund(){ |
|
|
handleRefund(){ |
|
|
if(new Date().getTime() - new Date(this.tableData.latestOperatedTime).getTime() > 2 * 60 * 60 * 1000){ |
|
|
// if(new Date().getTime() - new Date(this.tableData.latestOperatedTime).getTime() > 2 * 60 * 60 * 1000){ |
|
|
this.$toast.fail("派件已超两小时不能退件,可联系热线专员改派") |
|
|
// this.$toast.fail("派件已超两小时不能退件,可联系热线专员改派") |
|
|
return |
|
|
// return |
|
|
} |
|
|
// } |
|
|
this.showAcsheet=true |
|
|
this.showAcsheet=true |
|
|
}, |
|
|
}, |
|
|
showPicker1(){ |
|
|
showPicker1(){ |
|
|