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
67de6040
Commit
67de6040
authored
Aug 10, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.110:11080/fukai/vue-gjjs
parents
719901cd
9db5fa41
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
Pattern.js
src/model/Ditopn/Pattern.js
+4
-5
Detp.vue
src/views/Business/Ditopn/Detp.vue
+1
-1
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+2
-1
No files found.
src/model/Ditopn/Pattern.js
View file @
67de6040
...
...
@@ -78,11 +78,11 @@ export default {
],
"didgrp.rec.nomtop"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
,
trigger
:
"blur"
},
{
max
:
8
,
message
:
"长度不能超过8
"
,
trigger
:
"blur"
}
{
max
:
9
,
message
:
"长度不能超过9
"
,
trigger
:
"blur"
}
],
"didgrp.rec.nomton"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
,
trigger
:
"blur"
},
{
max
:
8
,
message
:
"长度不能超过8
"
,
trigger
:
"blur"
}
{
max
:
9
,
message
:
"长度不能超过9
"
,
trigger
:
"blur"
}
],
"didgrp.apl.pts.youzbm"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
...
...
@@ -175,9 +175,8 @@ export default {
],
"didgrp.beb.pts.bankno"
:
[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
//TODO 三位汉字的判断没加
{
pattern
:
/^
[
0-9A-Za-z
]{6,}
$/
,
message
:
"至少输入3个字或6位行号"
},
{
type
:
"string"
,
required
:
true
,
message
:
"必输项"
},
{
pattern
:
(
/^
[\u
4E00-
\u
9FA5
]{3,}
|^
[
0-9A-Za-z
]{6,}
$/
),
message
:
"至少输入3个字或6位行号"
},
{
max
:
20
,
message
:
"长度不能超过20"
}
],
...
...
src/views/Business/Ditopn/Detp.vue
View file @
67de6040
...
...
@@ -149,7 +149,7 @@ export default {
this
.
model
.
didgrp
.
blk
.
defdet
=
""
;
}
const
arg
=
Utils
.
flatObject
(
this
.
model
);
Api
.
post
(
"ditopn/execute
Default
/didgrp.rec.avbby"
,
arg
).
then
(
Api
.
post
(
"ditopn/execute
Check
/didgrp.rec.avbby"
,
arg
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
==
"AAAAAA"
){
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
67de6040
...
...
@@ -116,6 +116,7 @@
<el-form-item
label=
"上下浮动限额"
prop=
"didgrp.rec.nomtop"
>
<c-input
v-model=
"model.didgrp.rec.nomtop"
maxlength=
"9"
placeholder=
"请输入Amount Tolerance - Positive"
></c-input>
</el-form-item>
...
...
@@ -129,7 +130,7 @@
>
<c-input
v-model=
"model.didgrp.rec.nomton"
maxlength=
"
6
"
maxlength=
"
9
"
placeholder=
"请输入Amount Tolerance - Negative"
></c-input>
</el-form-item>
...
...
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