Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
879521b3
Commit
879521b3
authored
Jan 12, 2023
by
郭旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改gitfee交易
parent
02a7a3e2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
package.json
package.json
+1
-0
index.js
src/model/Gitfee/index.js
+3
-0
BusRouter.js
src/views/Business/BusRouter.js
+2
-0
Gitsetp1.vue
src/views/Business/Gitfee/Gitsetp1.vue
+5
-5
No files found.
package.json
View file @
879521b3
...
...
@@ -5,6 +5,7 @@
"private"
:
true
,
"scripts"
:
{
"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"
},
"dependencies"
:
{
...
...
src/model/Gitfee/index.js
View file @
879521b3
...
...
@@ -18,6 +18,9 @@ export default class Gitfee {
},
},
},
aamgid
:{
addamtflg
:
""
,
},
gidgrp
:
{
rec
:
{
ownref
:
""
,
// Reference .gidgrp.rec.ownref
...
...
src/views/Business/BusRouter.js
View file @
879521b3
...
...
@@ -276,6 +276,7 @@ import Dbfdel from "./Dbfdel"
import
Dbfinf
from
"./Dbfinf"
import
Gitdla
from
"./Gitdla"
import
Gitfee
from
"./Gitfee"
import
Getfee
from
"./Getfee"
//添加静态交易路由
...
...
@@ -343,6 +344,7 @@ import Dbdusr from "~/views/Statics/Dbdusr";
*/
const
BusRouter
=
[
{
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
:
'gitatt'
,
component
:
Gitatt
,
name
:
'Gitatt'
,
meta
:
{
title
:
'绑定电子凭证'
}
},
{
path
:
'botrad'
,
component
:
Botrad
,
name
:
'Botrad'
,
meta
:
{
title
:
'出口托收二次寄单'
}
},
...
...
src/views/Business/Gitfee/Gitsetp1.vue
View file @
879521b3
...
...
@@ -30,11 +30,11 @@
<c-input
disabled
v-model=
"model.gidgrp.cbs.max.amt"
placeholder=
"请输入金额"
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="4" >--
>
<!-- <c-form-item label="" label-width="20px">--
>
<!-- <c-checkbox disabled v-model="model.aamgid.addamtflg">附加金额</c-checkbox>--
>
<!-- </c-form-item>--
>
<!-- </c-col>--
>
<c-col
:span=
"4"
>
<c-form-item
label=
""
label-width=
"20px"
>
<c-checkbox
disabled
v-model=
"model.aamgid.addamtflg"
>
附加金额
</c-checkbox
>
</c-form-item
>
</c-col
>
</c-col>
<!-- SF000268 : Open Amount 保函余额 -->
<c-col
:span=
"24"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment