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
e5a07a53
Commit
e5a07a53
authored
Aug 11, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LITAME补充Booking页面,修改无法减额缺陷
parent
4d9a1ce0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
Pattern.js
src/model/Litame/Pattern.js
+3
-3
index.vue
src/views/Business/Litdla/index.vue
+8
-0
No files found.
src/model/Litame/Pattern.js
View file @
e5a07a53
...
@@ -54,9 +54,9 @@ export default {
...
@@ -54,9 +54,9 @@ export default {
],
],
"trnmod.swiadd.ameamt"
:[
"trnmod.swiadd.ameamt"
:[
{
type
:
"string"
,
required
:
false
,
message
:
"必输项"
},
{
required
:
false
,
message
:
"必输项"
},
{
max
:
18
,
message
:
"整数位不能超过14位"
},
{
type
:
"string"
,
max
:
18
,
message
:
"整数位不能超过14位"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
{
pattern
:
/
(
^
(\+
|
\-)
|
\d
+$
)
|
(
^
(\+
|
\-)
|
\.\d{1,3}
$
)
|
(
^
(\+
|
\-)
|
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
],
"litamep.engamt"
:[
"litamep.engamt"
:[
...
...
src/views/Business/Litdla/index.vue
View file @
e5a07a53
...
@@ -95,6 +95,13 @@
...
@@ -95,6 +95,13 @@
</c-content>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"Booking"
name=
"glepan"
>
<c-content>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
<el-tab-pane
label=
"Completion"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
</el-tab-pane>
...
@@ -176,6 +183,7 @@ export default {
...
@@ -176,6 +183,7 @@ export default {
"m-engp"
:
Engp
,
"m-engp"
:
Engp
,
"m-ccvpan"
:
Ccvpan
,
"m-ccvpan"
:
Ccvpan
,
"m-setpan"
:
Setpan
,
"m-setpan"
:
Setpan
,
"m-glepan"
:
Glepan
,
"m-coninfp"
:
Coninfp
,
"m-coninfp"
:
Coninfp
,
"m-docpan"
:
Docpan
,
"m-docpan"
:
Docpan
,
"m-limitbody"
:
Limitbody
,
"m-limitbody"
:
Limitbody
,
...
...
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