Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
biyuewuhua
isc-web-vue
Commits
7f26655f
Commit
7f26655f
authored
Sep 27, 2024
by
weiguanying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算文件手工录入查询界面
parent
d34cdf27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
model.js
src/page/Frontend/Dblkpm/model/model.js
+50
-0
No files found.
src/page/Frontend/Dblkpm/model/model.js
0 → 100644
View file @
7f26655f
export
const
Pattern
=
{
"frmdat"
:
[
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"change"
}
],
"todat"
:
[
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"change"
}
],
"sta"
:
[
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"change"
}
],
"accdat"
:
[
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"blur"
},
],
"relcur"
:
[
{
"required"
:
true
,
"message"
:
"必输项"
,
"type"
:
"string"
,
"trigger"
:
"change"
}
],
"frmamt"
:
[
{
required
:
true
,
message
:
"必输项"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
],
"toamt"
:
[
{
required
:
true
,
message
:
"必输项"
},
{
pattern
:
/
(
^
\d
+$
)
|
(
^
\.\d{1,3}
$
)
|
(
^
\d
+
\.\d{1,3}
$
)
/
,
message
:
"小数位不能超过3位"
}
]
}
export
default
class
DblkpmModel
{
constructor
()
{
this
.
data
=
{
dblkpmVo
:{
frmdat
:
""
,
// : .kpmp.frmdat
todat
:
""
,
// : .kpmp.todat
actbic
:
""
,
// : .kpmp.actbic
cur
:
""
,
// : .kpmp.cur
frmamt
:
""
,
// : .kpmp.frmamt
toamt
:
""
,
// : .kpmp.toamt
sta
:
""
,
// : .kpmp.sta
accdat
:
""
,
// : .kpmp.accdat
accdatto
:
""
,
// : .kpmp.accdatto
frmvludat
:
""
,
// : .kpmp.frmvludat
tovludat
:
""
,
// : .kpmp.tovludat
pageSize
:
PageSize
,
pageNumber
:
1
,
total
:
0
},
}
}
}
\ No newline at end of file
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