Commit 7cc6e550 by liyixun

gitopn bug (626)

parent 57bd2710
......@@ -5,7 +5,18 @@ import Pub from "../Public"
export default class Gitopn{
constructor () {
this.data = {
gitbenl1blk:"",
gitapll1blk:"",
gitapll2blk:"",
gitbenl2blk:"",
gitapll3blk:"",
gitbenl4blk:"",
gitissl1blk:"",
gitbenl5blk:"",
gitrmbl1blk:"",
addbcb:{
addbcbl1blk:"",
name:"", // �'�物简称及税号 .addbcb.name
godnam:"", // �'�物简称 .addbcb.godnam
pwtyp1:"", // 进口许可证 .addbcb.pwtyp1
......
......@@ -257,6 +257,7 @@
</template>
<script>
import Api from "~/service/Api";
import Utils from "~/utils";
import CodeTable from "~/config/CodeTable";
import Gitopn from "~/model/Gitopn";
import commonProcess from "~/mixin/commonProcess";
......
......@@ -64,6 +64,7 @@ import ReviewGetopn from "./Business/ReviewGetopn.vue";
import ReviewGitpop from "./Business/ReviewGitpop.vue";
import ReviewGitopn from "./Business/ReviewGitopn.vue";
import ReviewGitame from "./Business/ReviewGitame.vue";
import ReviewGetame from "./Business/ReviewGetame.vue";
const ReviewRouter = [
{ path: "ditopn", component: ReviewDitopn, name: "ReviewDitopn", meta: { title: "复核-买方信用证开立" } },
......@@ -118,6 +119,7 @@ const ReviewRouter = [
{ path: "gitpop", component: ReviewGitpop, name: "ReviewGitpop", meta: { title: "复核-Gitpop" } },
{ path: "gitopn", component: ReviewGitopn, name: "ReviewGitopn", meta: { title: "复核-Gitopn" } },
{ path: "gitame", component: ReviewGitame, name: "ReviewGitame", meta: { title: "复核-Gitame" } },
{ path: "getame", component: ReviewGetame, name: "ReviewGetame", meta: { title: "复核-Getame" } },
{ path: "getamc", component: ReviewGetamc, name: "ReviewGetamc", meta: { title: "复核-Getamc" } },
{ path: "bftdrv", component: ReviewBftdrv, name: "ReviewBftdrv", meta: { title: "复核-Bftdrv" } },
{ path: "letdrv", component: ReviewLetdrv, name: "ReviewLetdrv", meta: { title: "复核-Letdrv" } },
......
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