Browse Source

结账优化

shish 1 month ago
parent
commit
ad60c8b89e
2 changed files with 0 additions and 15 deletions
  1. 0 6
      hdApp/src/pagesPurchase/gathering.vue
  2. 0 9
      hdApp/src/pagesPurchase/purDetails.vue

+ 0 - 6
hdApp/src/pagesPurchase/gathering.vue

@@ -221,12 +221,6 @@ export default {
     //批量收款
     batchConfirm () {
 
-      //如果是小向花卉和奥斯的客户,暂时引导只能通过充值方式来结账,多处要同步修改change_clear_to_recharge
-      if(this.ghsInfo.shopId == 23580 || this.ghsInfo.shopId == 36843){
-        this.pageTo({url: '/admin/ghs/pay?id='+this.ghsInfo.id+'&salt='+this.ghsInfo.salt,type:2})
-        return false
-      }
-
       let arr = []
       let that = this
       if (this.$util.isEmpty(this.selectList)) {

+ 0 - 9
hdApp/src/pagesPurchase/purDetails.vue

@@ -536,15 +536,6 @@ export default {
     },
     clearOrder(){
 
-      //如果是小向花卉和奥斯的客户,暂时引导只能通过充值方式来结账,多处要同步修改change_clear_to_recharge
-      if(this.detailInfo.supplierMobile == 19224081651 || this.detailInfo.supplierMobile == 17187822038){
-        ghsDetail({id:this.detailInfo.ghsId}).then(res => {
-          let ghsInfo = res.data
-          this.pageTo({url: '/admin/ghs/pay?id='+ghsInfo.id+'&salt='+ghsInfo.salt,type:2})
-        })
-        return false
-      }
-
       let arr = []
       arr.push(this.detailInfo.id)
       let that = this