2
3
Переглянути джерело

前端: 目录申请面包屑文案判断

baichengfei 4 роки тому
батько
коміт
606bfcf1ab

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

@@ -490,9 +490,12 @@
       if (this.$route.query.type == 6) {
         this.formDataType = '外部市场'
         this.cardType = '6'
-      } else {
+      } else if (this.$route.query.type == 7) {
         this.formDataType = '收入业务'
         this.cardType = '7'
+      } else {
+        // 二级单位从目录申请列表点进来不区分类型
+        this.formDataType = '目录申请'
       }
       Object.assign(this.incomeDataTmp, this.incomeData)
       this.formData.SubmitterId = this.authUser.Profile.Id