Commit e8973ee1 by WH

LITDCK缺陷修复

parent 3b07a52c
...@@ -4,44 +4,11 @@ import Utils from '~/utils'; ...@@ -4,44 +4,11 @@ import Utils from '~/utils';
* Litdck Check规则 * Litdck Check规则
*/ */
let checkObj = { 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, 'brtp.furide': null,
'brdgrp.prb.pts.adrblk': null,
'brdgrp.prb.namelc': null,
'liaall.limmod.limpts.oth.pts.nam': null,
'setmod.dspflg': 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, 'mtabut.coninf.conexedat': null,
'brdgrp.prb.pts.ref': null,
'brdgrp.srm.djuusr': null,
'liaall.limmod.limpts.nonrevflg1': null, 'liaall.limmod.limpts.nonrevflg1': null,
'brdgrp.apl.pts.nam': null,
'setmod.docamt': null,
'brdgrp.blk.setinsbr': null,
'brdgrp.rec.docprbrol': null, 'brdgrp.rec.docprbrol': null,
'brdgrp.blk.comcon': null,
'brtp.lidget.sdamod.dadsnd': [ 'brtp.lidget.sdamod.dadsnd': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' }, { max: 16, message: '长度不能超过16' },
...@@ -393,7 +360,7 @@ let checkObj = { ...@@ -393,7 +360,7 @@ let checkObj = {
'brdgrp.srm.djuusr': [{ type: 'string', required: false }], 'brdgrp.srm.djuusr': [{ type: 'string', required: false }],
'brdgrp.srm.djudat': [{ type: 'string', required: false }], 'brdgrp.srm.djudat': [{ type: 'string', required: false }],
'brdgrp.srm.djuref': [{ 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: '必输项' }], 'szflg': [{ type: 'string', required: true, message: '必输项' }],
'outlen.acttyp': [{ type: 'string', required: false, message: '必输项' }], 'outlen.acttyp': [{ type: 'string', required: false, message: '必输项' }],
'brdgrp.srm.djutyp': [{ type: 'string', required: true, message: '必输项' }], 'brdgrp.srm.djutyp': [{ type: 'string', required: true, message: '必输项' }],
......
...@@ -38,7 +38,7 @@ export default class Litdck { ...@@ -38,7 +38,7 @@ export default class Litdck {
stadat: '', stadat: '',
dscinsflg: '', dscinsflg: '',
nam: '', nam: '',
docprbrol: '', docprbrol: 'PRB',
pntinr: '', pntinr: '',
pnttyp: '', pnttyp: '',
ownusr: '', ownusr: '',
......
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="发票类型" prop="model.brdgrp.rec.invtyp"> <el-form-item label="发票类型" prop="brdgrp.rec.invtyp">
<c-select <c-select
v-model="model.brdgrp.rec.invtyp" v-model="model.brdgrp.rec.invtyp"
style="width: 100%" style="width: 100%"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment