Commit d126903e by liaoxing

添加转让信用证寄单路由,添加lttopn codetable

parent 6f9b6414
......@@ -458,7 +458,9 @@ export default {
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
return {
codes: {...CodeTable},
};
},
computed: {
flag() {
......
<template>
<ReviewWrapper>
<Bttsnd></Bttsnd>
</ReviewWrapper>
</template>
<script>
import Bttsnd from "~/views/Business/Bttsnd";
import { ReviewWrapper } from "~/components/gj-common.min.js";
export default {
name: "ReviewBttsnd",
components: { ReviewWrapper, Bttsnd },
created() {},
mounted() {},
};
</script>
<style></style>
\ No newline at end of file
......@@ -140,6 +140,7 @@ import ReviewGctfee from "./Business/ReviewGctfee.vue";
import ReviewFctopn from "./Business/ReviewFctopn.vue";
import ReviewFctcan from "./Business/ReviewFctcan.vue";
import ReviewGctfre from "./Business/ReviewGctfre.vue";
import ReviewBttsnd from "./Business/ReviewBttsnd.vue";
const ReviewRouter = [
......@@ -298,6 +299,7 @@ const ReviewRouter = [
{ path: "gctfee", component: ReviewGctfee, name: "ReviewGctfee", meta: { title: "复核-Gctfee" } },
{ path: "fctopn", component: ReviewFctopn, name: "ReviewFctopn", meta: { title: "复核-Fctopn" } },
{ path: "gctfre", component: ReviewGctfre, name: "ReviewGctfre", meta: { title: "复核-Gctfre" } },
{ path: "bttsnd", component: ReviewBttsnd, name: "ReviewBttsnd", meta: { title: "复核-Bttsnd" } },
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment