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
9fed74e0
Commit
9fed74e0
authored
Jan 26, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇出汇款Finance调整
parent
c07550c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
Pattern.js
src/model/Cptopn/Pattern.js
+3
-3
Finp.vue
src/views/Business/Cptopn/Finp.vue
+8
-4
No files found.
src/model/Cptopn/Pattern.js
View file @
9fed74e0
...
...
@@ -495,11 +495,11 @@ export default {
{
type
:
"date"
,
required
:
false
,
message
:
"输入正确的日期"
}
],
"trdgrp.rec.tenday"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
required
:
false
,
message
:
"必输项"
},
{
max
:
10
,
message
:
"长度不能超过10"
}
],
"finmod.graday"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
required
:
false
,
message
:
"必输项"
},
{
max
:
10
,
message
:
"长度不能超过10"
}
],
"trdgrp.rec.intrat"
:[
...
...
@@ -528,7 +528,7 @@ export default {
"finmod.intamt"
:[
{
type
:
"number"
,
required
:
false
,
message
:
"必输项"
},
{
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
...
...
src/views/Business/Cptopn/Finp.vue
View file @
9fed74e0
...
...
@@ -287,12 +287,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"11"
>
<el-form-item
label=
"开户日期"
prop=
"trdgrp.rec.stttendat"
>
<c-input
<c-date-picker
type=
"date"
value-format=
"yyyy-MM-dd"
v-model=
"model.trdgrp.rec.stttendat"
style=
"width: 100%"
placeholder=
""
disabled
></c-
input
>
></c-
date-picker
>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"2"
>
...
...
@@ -301,12 +303,14 @@
label-position=
"left"
prop=
"trdgrp.rec.matdat"
>
<c-input
<c-date-picker
type=
"date"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
v-model=
"model.trdgrp.rec.matdat"
placeholder=
""
disabled
></c-
input
>
></c-
date-picker
>
</el-form-item>
</c-col>
</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