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
dbbd4b6e
Commit
dbbd4b6e
authored
Jul 20, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
letdrw交易信用证最大金额联动缺陷修复
parent
92593dff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
check.js
src/business/letdrw/model/check.js
+4
-4
Ovwp1.vue
src/business/letdrw/views/Ovwp1.vue
+10
-2
No files found.
src/business/letdrw/model/check.js
View file @
dbbd4b6e
...
...
@@ -78,10 +78,10 @@ let checkObj = {
"ledgrp.cbs.max.amt"
:[
{
type
:
'number'
,
required
:
false
,
message
:
"必输项1"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
//
"ledgrp.cbs.max.amt":[
//
{ type: 'number', required: false, message: "必输项1" },
//
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
//
],
"letp.issp.ptsget.sdamod.dadsnd"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
16
,
message
:
"长度不能超过16"
}
...
...
src/business/letdrw/views/Ovwp1.vue
View file @
dbbd4b6e
...
...
@@ -173,7 +173,7 @@
<c-col
:span=
"13"
>
<el-form-item
label=
"信用证最大金额"
prop=
"ledgrp.cbs.max.cur"
>
<c-select
v-model=
"m
odel.ledgrp.cbs.max.
cur"
v-model=
"m
ax
cur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.curtxt1"
...
...
@@ -186,7 +186,7 @@
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.max.amt"
>
<c-input
disabled
v-model=
"m
odel.ledgrp.cbs.max.
amt"
v-model=
"m
ax
amt"
placeholder=
"请输入最大金额"
class=
"m-input-currency"
></c-input>
...
...
@@ -446,6 +446,14 @@ export default {
},
},
created
:
function
()
{},
computed
:{
maxcur
(){
return
this
.
model
.
ledgrp
.
cbs
.
nom1
.
cur
},
maxamt
(){
return
this
.
model
.
ledgrp
.
cbs
.
nom1
.
amt
*
(
1
+
this
.
model
.
ledgrp
.
rec
.
nomtop
/
100
)
}
}
}
</
script
>
<
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