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
e1da436b
Commit
e1da436b
authored
Oct 23, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litame 补全check
parent
0674bcbc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
check.js
src/business/litame/model/check.js
+7
-3
Detp.vue
src/business/litame/views/Detp.vue
+0
-2
Ptyp.vue
src/business/litame/views/Ptyp.vue
+6
-2
No files found.
src/business/litame/model/check.js
View file @
e1da436b
...
...
@@ -230,7 +230,7 @@ export default {
{
type
:
'string'
,
required
:
false
,
message
:
'输入正确的日期'
}
],
'lidgrp.rec.expplc'
:[
{
type
:
'string'
,
required
:
fals
e
,
message
:
'必输项'
},
{
type
:
'string'
,
required
:
tru
e
,
message
:
'必输项'
},
{
max
:
29
,
message
:
'长度不能超过29'
}
],
'lidgrp.ben.pts.ref'
:[
...
...
@@ -383,7 +383,7 @@ export default {
],
'lidgrp.rec.tenmaxday'
:[
{
required
:
false
,
message
:
'必输项'
},
{
type
:
'string'
,
max
:
999
,
message
:
'只能输入数字,长度不能超过3'
}
//
{type: 'string', max: 999,message:'只能输入数字,长度不能超过3'}
],
'lidgrp.rec.porloa'
:[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
...
...
@@ -793,12 +793,16 @@ export default {
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
14
,
message
:
'长度不能超过14'
}
],
'lidgrp.rec.stacty'
:[
{
type
:
'string'
,
required
:
true
,
message
:
'必输项'
},
{
max
:
2
,
message
:
'长度不能超过2'
}
],
/**
* Litame Check规则
*/
'lidgrp.rec.lcrtyp'
:
null
,
'lidgrp.rec.apprul'
:
null
,
'lidgrp.rec.stacty'
:
null
,
//
'lidgrp.rec.stacty': null,
'setmod.dspflg'
:
null
,
'lidgrp.rec.shptrss18'
:
null
,
'lidgrp.rec.cnfdet'
:
null
,
...
...
src/business/litame/views/Detp.vue
View file @
e1da436b
...
...
@@ -377,8 +377,6 @@ export default {
this
.
flag4
=
true
;
this
.
flag5
=
true
;
this
.
flag6
=
true
;
// this.model.lidgrp.avb.pts.adrblk = null
// this.model.lidgrp.avb.pts.extkey = null
}
//Specified Bank 指定银行
else
if
(
val
==
'S'
)
{
this
.
flag4
=
true
;
...
...
src/business/litame/views/Ptyp.vue
View file @
e1da436b
...
...
@@ -104,7 +104,9 @@
v-model=
"model.lidgrp.con.pts.extkey"
maxlength=
"16"
placeholder=
"请输入编号"
@
keyup
.
enter
.
native=
"showGridPromptDialog('lidgrp.con.pts.extkey')"
@
keyup
.
enter
.
native=
"
queryGridEtyPromptDialogData('CON', 'B')
"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -161,7 +163,9 @@
<c-input
v-model=
"model.lidgrp.a2b.pts.extkey"
maxlength=
"16"
@
keyup
.
enter
.
native=
"showGridPromptDialog('lidgrp.a2b.pts.extkey')"
@
keyup
.
enter
.
native=
"
queryGridEtyPromptDialogData('A2B', 'B')
"
placeholder=
""
></c-input>
<
template
slot=
"footer"
>
...
...
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