Explorar el Código

内贸首页跳转

lichao hace 3 años
padre
commit
c2d8d6c389
Se han modificado 1 ficheros con 28 adiciones y 0 borrados
  1. 28 0
      src/views/wel/components/quick-launch.vue

+ 28 - 0
src/views/wel/components/quick-launch.vue

@@ -80,6 +80,34 @@ export default {
             );
             break;
         }
+      } else if (this.sysType == 2) {
+        switch (type) {
+          case "xs":
+            this.$router.push("/businessManagement/salesOrder/index");
+            break;
+          case "cg":
+            this.$router.push("/businessManagement/purchaseOrder/index");
+            break;
+          case "fh":
+            this.$router.push("/businessManagement/deliveryNotice/index");
+            break;
+          case "sh":
+            this.$router.push("/businessManagement/receipt/index");
+            break;
+          case "sqfk":
+            this.$router.push("/financialManagement/paymentRequest/index");
+            break;
+          case "sf":
+            this.$router.push(
+              "/financialManagement/receiptSettle/receiptSettle"
+            );
+            break;
+          case "ff":
+            this.$router.push(
+              "/financialManagement/paymentSettle/paymentSettle"
+            );
+            break;
+        }
       }
     }
   }