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
zhouqian
vue-gjjs
Commits
81a416c7
Commit
81a416c7
authored
Jun 02, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交易金额计算回显
parent
adc6c2ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
Default.js
src/model/Ditopn/Default.js
+7
-0
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+2
-2
index.vue
src/views/Business/Ditopn/index.vue
+1
-0
No files found.
src/model/Ditopn/Default.js
View file @
81a416c7
...
...
@@ -45,6 +45,7 @@ export default {
"liaall.butmissig"
:
defaultLiaallButmissig
,
"ditp.revclause.buttxmsel"
:
defaultDitpRevclauseButtxmsel
,
"didgrp.cbs.nom1.cur"
:
defaultDidgrpCbsNom1Cur
,
"didgrp.cbs.nom1.amt"
:
defaultDidgrpCbsNom1Amt
,
"setmod.zmqacc"
:
defaultSetmodZmqacc
,
"ditp.amt"
:
defaultDitpAmt
,
"didgrp.rec.mytype"
:
defaultDidgrpRecMytype
,
...
...
@@ -235,6 +236,12 @@ function defaultDitpRevclauseButtxmsel()
function
defaultDidgrpCbsNom1Cur
()
{
}
function
defaultDidgrpCbsNom1Amt
(
newVal
,
oldVal
)
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.cbs.max.amt"
,
Utils
.
flatObject
(
this
.
model
)).
then
(
res
=>
{
that
.
model
.
didgrp
.
cbs
.
max
.
amt
=
res
.
data
.
didgrp_cbs_max_amt
;
})
}
function
defaultSetmodZmqacc
()
{
}
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
81a416c7
...
...
@@ -60,7 +60,7 @@
</el-col>
<el-col
:span=
"6"
>
<el-form-item
style=
"text-align:left"
label-width=
"20px"
>
<c-input
v-model=
"model.didgrp.cbs.nom1.amt"
style=
"text-align:left;width:100%"
placeholder=
"请输入信用证金额"
></c-input>
<c-input
v-model
.
lazy
=
"model.didgrp.cbs.nom1.amt"
style=
"text-align:left;width:100%"
placeholder=
"请输入信用证金额"
></c-input>
</el-form-item>
</el-col>
...
...
@@ -180,7 +180,7 @@
<el-col
:span=
"5"
>
<el-form-item
label=
""
label-width=
"20px"
>
<c-input
v-model=
"model.didgrp.cbs.max.amt"
placeholder=
"请输入信用证最大金额"
></c-input>
<c-input
v-model=
"model.didgrp.cbs.max.amt"
placeholder=
"请输入信用证最大金额"
:readonly=
"true"
></c-input>
</el-form-item>
</el-col>
...
...
src/views/Business/Ditopn/index.vue
View file @
81a416c7
...
...
@@ -162,6 +162,7 @@ export default {
console
.
log
(
0
)
}
})
// this.executeDefault("didgrp.cbs.max.amt", Utils.flatObject(this.model))
}
},
created
:
async
function
(){
...
...
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