Browse Source

去掉超过两小时禁止退件逻辑

xiaowang-12345
mk 10 months ago
parent
commit
8f596b7c2b
  1. 9
      src/views/HotlineDetail/index.vue

9
src/views/HotlineDetail/index.vue

@ -558,7 +558,6 @@ export default {
returnSuggestDept: this.returnSuggestDept, // returnSuggestDept: this.returnSuggestDept, //
returnSuggestDeptName: this.returnSuggestDeptName, // returnSuggestDeptName: this.returnSuggestDeptName, //
returnLoseContact: this.returnLoseContact,// 01 returnLoseContact: this.returnLoseContact,// 01
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(){

Loading…
Cancel
Save