浏览代码

前:目录申请审批

dubch 4 年之前
父节点
当前提交
2c93f70d86

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/index.vue

@@ -766,7 +766,7 @@
           this.initInvoiceDatas(val.Id)
           this.invoiceVisible = true
         } else if (val.Type == '9') { // 目录申请
-          this.$router.push('/oilsupplier/oilcatalogsub/' + val.Id + '/incomeedit?is_todo=1')
+          this.$router.push('/oilsupplier/oilcatalogsub/' + val.Id + '/incomeedit?is_todo=1&type=' + val.SupplierTypeCode)
         } else if (val.Type == '10') { // 日常评价
           if (val.SupplierTypeCode == '01') {
             this.$router.push({

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/oilcatalogsub/_opera/incomeedit.vue

@@ -491,10 +491,10 @@
         this.is_todo = '1'
       }
       this.formData.Type = this.$route.query.type
-      if (this.$route.query.type == 6) {
+      if (this.$route.query.type == 6 || this.$route.query.type == '9-6') {
         this.formDataType = '外部市场'
         this.cardType = '6'
-      } else if (this.$route.query.type == 7) {
+      } else if (this.$route.query.type == 7 || this.$route.query.type == '9-7') {
         this.formDataType = '收入业务'
         this.cardType = '7'
       } else {