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
5fe371aa
Commit
5fe371aa
authored
Jul 20, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letdrw交易信用证最大金额联动缺陷修复
parent
dbbd4b6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
check.js
src/business/letdrw/model/check.js
+1
-1
Drv.vue
src/business/letdrw/views/Drv.vue
+10
-2
No files found.
src/business/letdrw/model/check.js
View file @
5fe371aa
...
...
@@ -457,7 +457,7 @@ let checkObj = {
{
max
:
3
,
message
:
"长度不能超过3"
}
],
"ledgrp.cbs.opn1.amt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项5"
},
//
{type: "number", required: false, message: "必输项5"},
{
pattern
:
/
(
^-
?\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^-
?\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"ledgrp.apl.pts.nam"
:[
...
...
src/business/letdrw/views/Drv.vue
View file @
5fe371aa
...
...
@@ -56,7 +56,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
"信用证余额"
prop=
"ledgrp.cbs.opn1.cur"
>
<c-select
v-model=
"
model.ledgrp.cbs.opn1.
cur"
v-model=
"
opn1
cur"
style=
"width: 100%"
placeholder=
"请选择币种"
disabled
...
...
@@ -67,7 +67,7 @@
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input
v-model=
"
model.ledgrp.cbs.opn1.
amt"
v-model=
"
opn1
amt"
style=
"text-align: left; width: 100%"
class=
"m-input-currency"
placeholder=
"请输入金额"
...
...
@@ -483,6 +483,14 @@ export default {
methods
:
{
},
created
:
function
()
{},
computed
:{
opn1cur
(){
return
this
.
model
.
ledgrp
.
cbs
.
nom1
.
cur
},
opn1amt
(){
return
this
.
model
.
ledgrp
.
cbs
.
nom1
.
amt
*
(
1
+
this
.
model
.
ledgrp
.
rec
.
nomtop
/
100
)
}
}
}
</
script
>
<
style
></
style
>
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