Commit 879521b3 by 郭旭

修改gitfee交易

parent 02a7a3e2
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"start": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve", "start": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
"start_new": "set NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve",
"build": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js build" "build": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js build"
}, },
"dependencies": { "dependencies": {
......
...@@ -18,6 +18,9 @@ export default class Gitfee { ...@@ -18,6 +18,9 @@ export default class Gitfee {
}, },
}, },
}, },
aamgid:{
addamtflg:"",
},
gidgrp: { gidgrp: {
rec: { rec: {
ownref: "", // Reference .gidgrp.rec.ownref ownref: "", // Reference .gidgrp.rec.ownref
......
...@@ -276,6 +276,7 @@ import Dbfdel from "./Dbfdel" ...@@ -276,6 +276,7 @@ import Dbfdel from "./Dbfdel"
import Dbfinf from "./Dbfinf" import Dbfinf from "./Dbfinf"
import Gitdla from "./Gitdla" import Gitdla from "./Gitdla"
import Gitfee from "./Gitfee"
import Getfee from "./Getfee" import Getfee from "./Getfee"
//添加静态交易路由 //添加静态交易路由
...@@ -343,6 +344,7 @@ import Dbdusr from "~/views/Statics/Dbdusr"; ...@@ -343,6 +344,7 @@ import Dbdusr from "~/views/Statics/Dbdusr";
*/ */
const BusRouter = [ const BusRouter = [
{ path:'gctadd',component:Gctadd, name:'Gctadd', meta:{title:'保函索赔编辑参考号'}}, { path:'gctadd',component:Gctadd, name:'Gctadd', meta:{title:'保函索赔编辑参考号'}},
{ path:'gitfee',component:Gitfee, name:'Gitfee', meta:{title:'进口保函收费'}},
{ path:'getfee',component:Getfee, name:'Getfee', meta:{title:'附加传入信息'}}, { path:'getfee',component:Getfee, name:'Getfee', meta:{title:'附加传入信息'}},
{ path: 'gitatt', component: Gitatt, name: 'Gitatt', meta: { title: '绑定电子凭证' } }, { path: 'gitatt', component: Gitatt, name: 'Gitatt', meta: { title: '绑定电子凭证' } },
{ path: 'botrad', component: Botrad, name: 'Botrad', meta: { title: '出口托收二次寄单' } }, { path: 'botrad', component: Botrad, name: 'Botrad', meta: { title: '出口托收二次寄单' } },
......
...@@ -30,11 +30,11 @@ ...@@ -30,11 +30,11 @@
<c-input disabled v-model="model.gidgrp.cbs.max.amt" placeholder="请输入金额"></c-input> <c-input disabled v-model="model.gidgrp.cbs.max.amt" placeholder="请输入金额"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="4" >--> <c-col :span="4" >
<!-- <c-form-item label="" label-width="20px">--> <c-form-item label="" label-width="20px">
<!-- <c-checkbox disabled v-model="model.aamgid.addamtflg">附加金额</c-checkbox>--> <c-checkbox disabled v-model="model.aamgid.addamtflg">附加金额</c-checkbox>
<!-- </c-form-item>--> </c-form-item>
<!-- </c-col>--> </c-col>
</c-col> </c-col>
<!-- SF000268 : Open Amount 保函余额 --> <!-- SF000268 : Open Amount 保函余额 -->
<c-col :span="24"> <c-col :span="24">
......
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