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
e8973ee1
Commit
e8973ee1
authored
Aug 02, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LITDCK缺陷修复
parent
3b07a52c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
36 deletions
+3
-36
check.js
src/business/litdck/model/check.js
+1
-34
index.js
src/business/litdck/model/index.js
+1
-1
Litdckp.vue
src/business/litdck/views/Litdckp.vue
+1
-1
No files found.
src/business/litdck/model/check.js
View file @
e8973ee1
...
...
@@ -4,44 +4,11 @@ import Utils from '~/utils';
* Litdck Check规则
*/
let
checkObj
=
{
invtyp
:
null
,
'outlen.acttyp'
:
null
,
'outlen.szflg'
:
null
,
'liaall.misamt'
:
null
,
'liaall.limmod.limpts.oth.pts.extkey'
:
null
,
'liaall.limmod.ownref'
:
null
,
'liaall.limmod.ecifno'
:
null
,
'brdgrp.prb.adrelc'
:
null
,
'brdgrp.rec.ownref'
:
null
,
'brdgrp.cbs.max.amt'
:
null
,
'brdgrp.blk.docdis'
:
null
,
'brdgrp.srm.djuref'
:
null
,
'brtp.furide'
:
null
,
'brdgrp.prb.pts.adrblk'
:
null
,
'brdgrp.prb.namelc'
:
null
,
'liaall.limmod.limpts.oth.pts.nam'
:
null
,
'setmod.dspflg'
:
null
,
'brdgrp.rec.rcvdat'
:
null
,
'brdgrp.rec.docflg'
:
null
,
'brdgrp.rec.disdat'
:
null
,
'brdgrp.rec.orddat'
:
null
,
'brdgrp.prb.pts.nam'
:
null
,
'brdgrp.ben.pts.nam'
:
null
,
'liaall.limmod.limpts.wrk.pts.nam'
:
null
,
'brdgrp.rec.predat'
:
null
,
'brdgrp.prb.pts.extkey'
:
null
,
'brdgrp.rec.matdat'
:
null
,
'liaall.limmod.limpts.wrk.pts.extkey'
:
null
,
'brdgrp.srm.djudat'
:
null
,
'mtabut.coninf.conexedat'
:
null
,
'brdgrp.prb.pts.ref'
:
null
,
'brdgrp.srm.djuusr'
:
null
,
'liaall.limmod.limpts.nonrevflg1'
:
null
,
'brdgrp.apl.pts.nam'
:
null
,
'setmod.docamt'
:
null
,
'brdgrp.blk.setinsbr'
:
null
,
'brdgrp.rec.docprbrol'
:
null
,
'brdgrp.blk.comcon'
:
null
,
'brtp.lidget.sdamod.dadsnd'
:
[
{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
},
{
max
:
16
,
message
:
'长度不能超过16'
},
...
...
@@ -393,7 +360,7 @@ let checkObj = {
'brdgrp.srm.djuusr'
:
[{
type
:
'string'
,
required
:
false
}],
'brdgrp.srm.djudat'
:
[{
type
:
'string'
,
required
:
false
}],
'brdgrp.srm.djuref'
:
[{
type
:
'string'
,
required
:
false
}],
invtyp
:
[{
type
:
'string'
,
required
:
true
,
message
:
'必输项'
}],
'brdgrp.rec.invtyp'
:
[{
type
:
'string'
,
required
:
true
,
message
:
'必输项'
}],
'szflg'
:
[{
type
:
'string'
,
required
:
true
,
message
:
'必输项'
}],
'outlen.acttyp'
:
[{
type
:
'string'
,
required
:
false
,
message
:
'必输项'
}],
'brdgrp.srm.djutyp'
:
[{
type
:
'string'
,
required
:
true
,
message
:
'必输项'
}],
...
...
src/business/litdck/model/index.js
View file @
e8973ee1
...
...
@@ -38,7 +38,7 @@ export default class Litdck {
stadat
:
''
,
dscinsflg
:
''
,
nam
:
''
,
docprbrol
:
''
,
docprbrol
:
'
PRB
'
,
pntinr
:
''
,
pnttyp
:
''
,
ownusr
:
''
,
...
...
src/business/litdck/views/Litdckp.vue
View file @
e8973ee1
...
...
@@ -202,7 +202,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"发票类型"
prop=
"
model.
brdgrp.rec.invtyp"
>
<el-form-item
label=
"发票类型"
prop=
"brdgrp.rec.invtyp"
>
<c-select
v-model=
"model.brdgrp.rec.invtyp"
style=
"width: 100%"
...
...
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