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
84dc1f82
Commit
84dc1f82
authored
May 30, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
detopn必输项处理
parent
34eed1c2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
Pattern.js
src/model/Detopn/Pattern.js
+5
-0
Ovwp.vue
src/views/Business/Detopn/Ovwp.vue
+7
-7
No files found.
src/model/Detopn/Pattern.js
View file @
84dc1f82
...
...
@@ -389,4 +389,8 @@ export default {
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
"dedgrp.cbs.nom1.cur"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
max
:
35
,
message
:
"长度不能超过35"
}
],
}
\ No newline at end of file
src/views/Business/Detopn/Ovwp.vue
View file @
84dc1f82
...
...
@@ -71,7 +71,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"所属客户经理"
prop=
"d
i
tp.usr.extkey"
prop=
"d
e
tp.usr.extkey"
style=
"width: 100%"
>
<c-fullbox>
...
...
@@ -103,7 +103,7 @@
<c-select
disabled
v-model=
"model.dedgrp.cbs.nom1.cur"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请选择Currency"
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
...
...
@@ -121,7 +121,7 @@
<c-col
:span=
"11"
>
<el-form-item
style=
"text-align: left"
label-width=
"
0
"
label-width=
"
5px
"
prop=
"dedgrp.cbs.nom1.amt"
>
<c-input-currency
...
...
@@ -136,9 +136,9 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"大写金额"
prop=
"detp.amt"
>
<el-form-item
label=
"大写金额"
prop=
"detp.
up
amt"
>
<c-input
v-model=
"model.detp.amt"
v-model=
"model.detp.
up
amt"
maxlength=
"76"
placeholder=
"请输入大写金额"
disabled
...
...
@@ -213,7 +213,6 @@
<el-form-item
label=
"信用证最大金额"
prop=
"dedgrp.cbs.max.cur"
>
<c-select
v-model=
"model.dedgrp.cbs.max.cur"
style=
"width: 95%"
placeholder=
"请选择Currency"
disabled
>
...
...
@@ -229,7 +228,7 @@
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"
0
"
prop=
"dedgrp.cbs.max.amt"
>
<el-form-item
label=
""
label-width=
"
5px
"
prop=
"dedgrp.cbs.max.amt"
>
<c-input
v-model=
"model.dedgrp.cbs.max.amt"
placeholder=
"请输入信用证最大金额"
...
...
@@ -464,6 +463,7 @@
v-model=
"model.dedgrp.rec.tenmaxday"
maxlength=
"35"
placeholder=
"请输入天数"
:disabled =
"model.dedgrp.rec.avbby == 'P'"
></c-input>
</el-form-item>
</c-col>
...
...
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