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
ce97156b
Commit
ce97156b
authored
Nov 13, 2023
by
lixinyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtdck,brtlat修改
parent
ab4faf0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
Brtdckp.vue
src/business/brtdck/views/Brtdckp.vue
+5
-5
index.js
src/business/brtlat/model/index.js
+1
-0
No files found.
src/business/brtdck/views/Brtdckp.vue
View file @
ce97156b
...
@@ -268,9 +268,9 @@
...
@@ -268,9 +268,9 @@
<!-- S0000006 : 附加金额 -->
<!-- S0000006 : 附加金额 -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"提取附加金额"
prop=
"brdgrp.cbs.
opn
2.cur"
>
<el-form-item
label=
"提取附加金额"
prop=
"brdgrp.cbs.
max
2.cur"
>
<c-select
<c-select
v-model=
"
opn
2cur"
v-model=
"
max
2cur"
disabled
disabled
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择币种"
placeholder=
"请选择币种"
...
@@ -623,9 +623,9 @@ export default {
...
@@ -623,9 +623,9 @@ export default {
created
:
function
()
{
created
:
function
()
{
},
},
computed
:
{
computed
:
{
opn
2cur
()
{
max
2cur
()
{
this
.
model
.
brdgrp
.
cbs
.
opn
2
.
cur
=
this
.
model
.
brdgrp
.
cbs
.
max
.
cur
this
.
model
.
brdgrp
.
cbs
.
max
2
.
cur
=
this
.
model
.
brdgrp
.
cbs
.
max
.
cur
return
this
.
model
.
brdgrp
.
cbs
.
opn
2
.
cur
return
this
.
model
.
brdgrp
.
cbs
.
max
2
.
cur
}
}
}
}
...
...
src/business/brtlat/model/index.js
View file @
ce97156b
...
@@ -35,6 +35,7 @@ export default class Brtlat{
...
@@ -35,6 +35,7 @@ export default class Brtlat{
blnum
:
""
,
// B/L Number .bddgrp.rec.blnum
blnum
:
""
,
// B/L Number .bddgrp.rec.blnum
totcur
:
""
,
// Total Amount Claimed .bddgrp.rec.totcur
totcur
:
""
,
// Total Amount Claimed .bddgrp.rec.totcur
totamt
:
""
,
// Total Amount to be Paid .bddgrp.rec.totamt
totamt
:
""
,
// Total Amount to be Paid .bddgrp.rec.totamt
ver
:
""
,
},
},
cbs
:{
cbs
:{
max
:{
max
:{
...
...
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