Bläddra i källkod

订单管理审核调整,在非订单明细tab也可以进行审核操作

qymljy 1 månad sedan
förälder
incheckning
36b61f79f5
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      src/HDrpManagement/orderManage/details/index.vue

+ 3 - 3
src/HDrpManagement/orderManage/details/index.vue

@@ -254,7 +254,9 @@ export default {
             this.rebateamount = this.mainData.rebateamount
           }
           console.log(this.mainData);
-          this.$refs.prod.listData(this.$refs.prod.param.content.pageNumber = 1)
+          if (this.tabNow == 'tab0'){
+            this.$refs.prod.listData(this.$refs.prod.param.content.pageNumber = 1)
+          }
           this.queryUsedrebate()
           this.changeDataStructure()
           this.orderreviewtype()
@@ -841,9 +843,7 @@ export default {
           cancelButtonText: this.$t('取消'),
           type: 'warning'
         }).then(async () => {
-          console.log(this.tabNow,'tabNow',this.$refs.prod.time)
           if (this.tabNow != 'tab0' || this.$refs.prod.time == null){
-            console.log('2222222222222222222222')
             this.onSubmitRe(type)
           }else {
             this.typeNew = type