Sfoglia il codice sorgente

fix: 经销售钱包余额饿、返利单 跳转链接

zh 2 anni fa
parent
commit
e2d2a53272
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      src/views/finance/balance_sum.vue
  2. 2 2
      src/views/finance/rebate_form.vue

+ 2 - 2
src/views/finance/balance_sum.vue

@@ -188,7 +188,7 @@ export default {
     //余额
     walletFn(v) {
       this.$router.push({
-        path: '/finance/wallet',
+        path: '/finance/details/wallet',
         query: {
           id: v
         }
@@ -197,7 +197,7 @@ export default {
     //明细
     seeFN(customerName, customerNumber, customerId) {
       this.$router.push({
-        path: '/finance/standbook_list',
+        path: '/finance/details/standbook_list',
         query: {
           customerName,
           customerNumber,

+ 2 - 2
src/views/finance/rebate_form.vue

@@ -399,7 +399,7 @@ export default {
 
         // this.dataList = aa;
         this.$message.success('导入成功')
-        this.$router.push('/finance/rebate_list?refreshList=true')
+        this.$router.push('/finance/rebate/rebate_list?refreshList=true')
       } else {
         this.$message.error(result.message)
       }
@@ -451,7 +451,7 @@ export default {
       await getRebateOrderAdd({ ...this.searchForm, items: this.dataList })
       this.$message.success('保存成功')
       this.cancelFn()
-      this.$router.push('/finance/rebate_list?refreshList=true')
+      this.$router.push('/finance/rebate/rebate_list?refreshList=true')
     },
     // 选择经销商名称事件
     async changeCustomerFn(v, index, value) {