Commit 2e3c484b by WF1020

brtset修改

parent daeae339
...@@ -329,12 +329,12 @@ let checkObj = { ...@@ -329,12 +329,12 @@ let checkObj = {
], ],
'setmod.redamt': [ 'setmod.redamt': [
{ type: 'number', required: false, message: '必输项' }, // { type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' }, // { max: 18, message: '整数位不能超过14位' },
{ // {
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, // pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位', // message: '小数位不能超过3位',
}, // },
], ],
'setmod.docamt': [ 'setmod.docamt': [
...@@ -651,12 +651,12 @@ let checkObj = { ...@@ -651,12 +651,12 @@ let checkObj = {
], ],
'mtabut.coninf.conexedat': [ 'mtabut.coninf.conexedat': [
//{type: "date", required: false, message: "输入正确的日期"} // //{type: "date", required: false, message: "输入正确的日期"}
{ type: 'string', required: false, message: '输入正确的日期' }, // { type: 'string', required: false, message: '输入正确的日期' },
], ],
'mtabut.coninf.usr.extkey': [ 'mtabut.coninf.usr.extkey': [
{ type: 'string', required: false, message: '必输项' }, // { type: 'string', required: false, message: '必输项' },
{ max: 8, message: '长度不能超过8' }, // { max: 8, message: '长度不能超过8' },
], ],
'trnmod.trndoc.advnam': [ 'trnmod.trndoc.advnam': [
...@@ -1575,24 +1575,16 @@ let checkObj = { ...@@ -1575,24 +1575,16 @@ let checkObj = {
{ max: 20, message: '长度不能超过20' }, { max: 20, message: '长度不能超过20' },
], ],
'mtabut.coninf.oitinf.oit.inftxt': [
{ type: 'string', required: true, message: '必输项' },
{ max: 60, message: '长度不能超过60' },
],
'mtabut.coninf.oitset.oit.inftxt': [
{ type: 'string', required: true, message: '必输项' },
{ max: 60, message: '长度不能超过60' },
],
'mtabut.coninf.conexedat': [ // 'mtabut.coninf.conexedat': [
//{type: "date", required: false, message: "输入正确的日期"} // //{type: "date", required: false, message: "输入正确的日期"}
{ type: 'string', required: false, message: '输入正确的日期' }, // { type: 'string', required: false, message: '输入正确的日期' },
], // ],
'mtabut.coninf.usr.extkey': [ // 'mtabut.coninf.usr.extkey': [
{ type: 'string', required: false, message: '必输项' }, // { type: 'string', required: false, message: '必输项' },
{ max: 8, message: '长度不能超过8' }, // { max: 8, message: '长度不能超过8' },
], // ],
'trnmod.trndoc.advnam': [ 'trnmod.trndoc.advnam': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
...@@ -1660,436 +1652,11 @@ let checkObj = { ...@@ -1660,436 +1652,11 @@ let checkObj = {
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' }, { max: 3, message: '长度不能超过3' },
], ],
'trtcre.trdgrp.rec.recdistrictcode': [
{ type: 'string', required: false, message: '必输项' },
{ max: 6, message: '长度不能超过6' },
],
'liaall.limmod.ecifno': [
{ type: 'string', required: false, message: '必输项' },
{ max: 22, message: '长度不能超过22' },
],
'liaall.limmod.ownref': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'liaall.limmod.wrkp.ptsget.sdamod.dadsnd': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'liaall.limmod.othp.ptsget.sdamod.dadsnd': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'liaall.limmod.limpts.wrk.pts.extkey': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'liaall.limmod.wrkp.ptsget.sdamod.seainf': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'liaall.limmod.limpts.oth.pts.extkey': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'liaall.limmod.othp.ptsget.sdamod.seainf': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'liaall.limmod.comamt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
],
'liaall.limmod.limpts.wrk.pts.nam': [
{ type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' },
],
'liaall.limmod.limpts.oth.pts.nam': [
{ type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' },
],
'liaall.limmod.ccvamt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
],
'liaall.limmod.limpts.pfcod1': [
{ type: 'string', required: false, message: '必输项' },
{ max: 14, message: '长度不能超过14' },
],
'liaall.limmod.limpts.pfcod2': [
{ type: 'string', required: false, message: '必输项' },
{ max: 14, message: '长度不能超过14' },
],
'dftcre.dfdgrp.rec.pntref': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'dftcre.dfdgrp.rec.pntnam': [
{ type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' },
],
'dftcre.dfdgrp.rec.ownref': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'dftcre.dfdgrp.rec.nam': [
{ type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' },
],
'dftcre.oriamt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
],
'dftcre.dfdgrp.apl.pts.ref': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'dftcre.dfdgrp.cbs.max.amt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
],
'dftcre.dfdgrp.cbs.opn1.amt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
],
'dftcre.dftp.aplp.ptsget.sdamod.dadsnd': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'dftcre.dfdgrp.apl.pts.extkey': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'dftcre.dftp.aplp.ptsget.sdamod.seainf': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'dftcre.dfdgrp.apl.namelc': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'dftcre.dfdgrp.apl.pts.adrblk': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'dftcre.dfdgrp.apl.dbfadrblkcn': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'dftcre.dfdgrp.apl.adrelc': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'dftcre.dfdgrp.rec.stttendat': [
//{type: "date", required: false, message: "输入正确的日期"}
{ type: 'string', required: false, message: '输入正确的日期' },
],
'dftcre.dfdgrp.dff.pts.ref': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'dftcre.dfdgrp.rec.matdat': [
//{type: "date", required: false, message: "输入正确的日期"}
{ type: 'string', required: false, message: '输入正确的日期' },
],
'dftcre.dftp.dffp.ptsget.sdamod.dadsnd': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'dftcre.dfdgrp.dff.pts.extkey': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'dftcre.dftp.dffp.ptsget.sdamod.seainf': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'dftcre.dfdgrp.rec.tenday': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'dftcre.dfdgrp.dff.namelc': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'dftcre.dfdgrp.dff.pts.adrblk': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'dftcre.dfdgrp.dff.dbfadrblkcn': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'dftcre.dfdgrp.rec.actrat': [
{ type: 'string', required: false, message: '必输项' },
{ max: 12, message: '长度不能超过12' },
],
'dftcre.dfdgrp.dff.adrelc': [
{ type: 'string', required: true, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'dftcre.dfdgrp.rec.fltval': [
{ type: 'string', required: false, message: '必输项' },
{ max: 9, message: '长度不能超过9' },
],
'dftcre.dfdgrp.rec.bankno': [
{ type: 'string', required: false, message: '必输项' },
{ max: 16, message: '长度不能超过16' },
],
'dftcre.dfdgrp.rec.bankcn': [
{ type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' },
],
'dftcre.dfuamt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 18, message: '整数位不能超过14位' },
{
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
],
'dftcre.dfdgrp.rec.resamt': [
{ type: 'number', required: false, message: '必输项' },
{ max: 12, message: '整数位不能超过8位' },
{
pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/,
message: '小数位不能超过3位',
},
],
'dftcre.dfdgrp.rec.bnkact': [
{ type: 'string', required: false, message: '必输项' },
{ max: 32, message: '长度不能超过32' },
],
'financ.acc': [
{ type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' },
],
'financ.ref2': [
{ type: 'string', required: false, message: '必输项' },
{ max: 20, message: '长度不能超过20' },
],
'financ.ref5': [
{ type: 'string', required: false, message: '必输项' },
{ max: 20, message: '长度不能超过20' },
],
'financ.ref3': [
{ type: 'string', required: false, message: '必输项' },
{ max: 20, message: '长度不能超过20' },
],
'financ.ref4': [
{ type: 'string', required: false, message: '必输项' },
{ max: 20, message: '长度不能超过20' },
],
'trtcre.trdgrp.rec.recaccount': [
{ type: 'string', required: false, message: '必输项' },
{ max: 35, message: '长度不能超过35' },
],
'trtcre.trtp.recname': [
{ type: 'string', required: false, message: '必输项' },
{ max: 80, message: '长度不能超过80' },
],
'trtcre.trdgrp.rec.reccountrycode': [
{ type: 'string', required: false, message: '必输项' },
{ max: 3, message: '长度不能超过3' },
],
'trtcre.trdgrp.rec.recdistrictcode': [ 'trtcre.trdgrp.rec.recdistrictcode': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 6, message: '长度不能超过6' }, { max: 6, message: '长度不能超过6' },
], ],
'trtcre.trtmod.finmod.accbch': Utils.defaultFunction,
'bopmod.dbcgrp.bas.buscode': Utils.defaultFunction,
'trtcre.trdgrp.fip.pts.extkey': Utils.defaultFunction,
'trtcre.trdgrp.fip.adrelc': Utils.defaultFunction,
'trtcre.trdgrp.fip.namelc': Utils.defaultFunction,
'trtcre.trdgrp.fip.dbfadrblkcn': Utils.defaultFunction,
'trtcre.trdgrp.fip.pts.adrblk': Utils.defaultFunction,
'dftcre.dfdgrp.rec.dfuflg': Utils.defaultFunction,
'dftcre.dfdgrp.rec.fintyp': Utils.defaultFunction,
'bcdgrp.co2.pts.extkey': Utils.defaultFunction,
'trtcre.trtp.flowflag': Utils.defaultFunction,
'liaall.limmod.limpts.oth.pts.extkey': Utils.defaultFunction,
'trtcre.trdgrp.rec.pntref': Utils.defaultFunction,
'setmod.doccur': Utils.defaultFunction,
'bopmod.dbcgrp.bas.rptno': Utils.defaultFunction,
'bopmod.dbfgrp.bas.rptno': Utils.defaultFunction,
'trnmod.cipmod.ddbhao': Utils.defaultFunction,
'trtcre.trdgrp.rec.issdat': Utils.defaultFunction,
'cnybop.libflg': Utils.defaultFunction,
'trtcre.trdgrp.cbs.max.cur': Utils.defaultFunction,
'trtcre.trdgrp.rec.fintyp': Utils.defaultFunction,
'trtcre.trdgrp.cbs.max.amt': Utils.defaultFunction,
'bopmod.dbcgrp.bas.methods': Utils.defaultFunction,
'trtcre.crefinflg': Utils.defaultFunction,
'trtcre.trtmod.finmod.acttyp': Utils.defaultFunction,
'trtcre.trtmod.finmod.act3': Utils.defaultFunction,
'trtcre.trtmod.finmod.inttyp': Utils.defaultFunction,
'bcdgrp.rmi.pts.extkey': Utils.defaultFunction,
'bcdgrp.rmi.adrelc': Utils.defaultFunction,
'bcdgrp.rmi.namelc': Utils.defaultFunction,
'bcdgrp.rmi.dbfadrblkcn': Utils.defaultFunction,
'trtcre.trtmod.finmod.dinjdm': Utils.defaultFunction,
'trtcre.trdgrp.rec.stttendat': Utils.defaultFunction,
'trtcre.trdgrp.rec.matdat': Utils.defaultFunction,
'trtcre.trdgrp.rec.actrat': Utils.defaultFunction,
'trtcre.trtmod.finmod.intprd': Utils.defaultFunction,
'setmod.dspflg': Utils.defaultFunction,
'setmod.docamt': Utils.defaultFunction,
'bcdgrp.rec.predat': Utils.defaultFunction,
'bcdgrp.rec.doctypcod': Utils.defaultFunction,
'bcdgrp.rec.focflg': Utils.defaultFunction,
'trnmod.trndoc.condocstm': Utils.defaultFunction,
'trnmod.trndoc.shwinc': Utils.defaultFunction,
'trnmod.trndoc.shwout': Utils.defaultFunction,
'cfatrt.cdaflg': Utils.defaultFunction,
'dftcre.dfdgrp.dff.pts.extkey': Utils.defaultFunction,
'dftcre.dfdgrp.dff.adrelc': Utils.defaultFunction,
'dftcre.dfdgrp.dff.namelc': Utils.defaultFunction,
'dftcre.dfdgrp.dff.dbfadrblkcn': Utils.defaultFunction,
'bcdgrp.rmi.pts.adrblk': Utils.defaultFunction,
'bcdgrp.dre.pts.extkey': Utils.defaultFunction,
'bcdgrp.dre.adrelc': Utils.defaultFunction,
'bcdgrp.dre.namelc': Utils.defaultFunction,
'bcdgrp.dre.dbfadrblkcn': Utils.defaultFunction,
'bcdgrp.dre.pts.adrblk': Utils.defaultFunction,
'bopmod.szflg': Utils.defaultFunction,
'bopmod.basflg': Utils.defaultFunction,
'trnmod.commen': Utils.defaultFunction,
'mtabut.coninf.usr.extkey': Utils.defaultFunction,
'bcdgrp.co2.adrelc': Utils.defaultFunction,
'bcdgrp.co2.namelc': Utils.defaultFunction,
'bcdgrp.co2.dbfadrblkcn': Utils.defaultFunction,
'liaall.limmod.limpts.wrk.pts.extkey': Utils.defaultFunction,
'dftcre.dfdgrp.apl.pts.adrblk': Utils.defaultFunction,
'dftcre.dfdgrp.apl.pts.extkey': Utils.defaultFunction,
'bopmod.dbcgrp.bas.ownextkey': Utils.defaultFunction,
'liaall.limmod.limpts.nonrevflg2': Utils.defaultFunction,
'liaall.limmod.limpts.nonrevflg1': Utils.defaultFunction,
'dftcre.dfdgrp.rec.trntyp': Utils.defaultFunction,
'trnmod.cipmod.feecod': Utils.defaultFunction,
'bcdgrp.rmi.pts.nam': Utils.defaultFunction,
'bcdgrp.rec.ownref': Utils.defaultFunction,
'dftcre.dfdgrp.dff.pts.adrblk': Utils.defaultFunction,
'bopmod.vrfflg': Utils.defaultFunction,
'bopmod.dclflg': Utils.defaultFunction,
'bopmod.dbfgrp.bas.tmpref': Utils.defaultFunction,
'bcdgrp.drr.pts.adrblk': Utils.defaultFunction,
'trtcre.trtp.usr.extkey': Utils.defaultFunction,
'bcdgrp.drr.pts.extkey': Utils.defaultFunction,
'bcdgrp.drr.adrelc': Utils.defaultFunction,
'bcdgrp.drr.namelc': Utils.defaultFunction,
'bcdgrp.drr.dbfadrblkcn': Utils.defaultFunction,
'dftcre.dfdgrp.rec.ownref': Utils.defaultFunction,
'dftcre.dfdgrp.rec.flttyp': Utils.defaultFunction,
'dftcre.dfdgrp.apl.adrelc': Utils.defaultFunction,
'dftcre.dfdgrp.apl.namelc': Utils.defaultFunction,
'dftcre.dfdgrp.apl.dbfadrblkcn': Utils.defaultFunction,
'cnybop.vouflg': Utils.defaultFunction,
'liaall.limmod.limpts.oth.pts.nam': Utils.defaultFunction,
'trtcre.trtmod.finmod.flttyp': Utils.defaultFunction,
'bcdgrp.co2.pts.adrblk': Utils.defaultFunction,
'trtcre.trdgrp.rec.pctfin': Utils.defaultFunction,
'trtcre.oriamt': Utils.defaultFunction,
'trtcre.oricur': Utils.defaultFunction,
'setmod.redamt': Utils.defaultFunction,
'trtcre.trtmod.finmod.act1': Utils.defaultFunction,
'cnybop.traflg': Utils.defaultFunction,
'dftcre.dfdgrp.cbs.max.cur': Utils.defaultFunction,
'dftcre.dfdgrp.cbs.max.amt': Utils.defaultFunction,
'trtcre.trtmod.finmod.ovdinttyp': Utils.defaultFunction,
'bopmod.dbfgrp.bas.methods': Utils.defaultFunction,
'bopmod.dbcgrp.bas.tmpref': Utils.defaultFunction,
'trtcre.trdgrp.rec.flowflag': Utils.defaultFunction,
'cnybop.cnyflg': Utils.defaultFunction,
'trtcre.trtmod.finmod.wjdkfl': Utils.defaultFunction,
'cfatrt.basflg': Utils.defaultFunction,
'trtcre.trdgrp.rec.ownref': Utils.defaultFunction,
'trtcre.trtmod.finmod.fincod': Utils.defaultFunction,
'dftcre.oricur': Utils.defaultFunction,
'bopmod.dbcgrp.bas.custype': Utils.defaultFunction,
'liaall.limmod.comamt': Utils.defaultFunction,
'liaall.limmod.ccvamt': Utils.defaultFunction,
'cfatrt.cfaflg': Utils.defaultFunction,
'trtcre.extrat': Utils.defaultFunction,
'liaall.limmod.limpts.wrk.pts.nam': Utils.defaultFunction,
'trtcre.trtmod.finmod.ratchgtyp': Utils.defaultFunction,
'cfadft.basflg': Utils.defaultFunction,
'trtcre.trtmod.finmod.dinmod.rmbsbs': Utils.defaultFunction,
'bopmod.dbfgrp.bas.custype': Utils.defaultFunction,
'bopmod.dbfgrp.bas.custcod': Utils.defaultFunction,
'cfadft.cfaflg': Utils.defaultFunction,
'setmod.glemod.gleshwstm': Utils.defaultFunction,
'trnmod.cipmod.ddmisu': Utils.defaultFunction,
'bcdgrp.cbs.max.amt': Utils.defaultFunction,
'bcdgrp.dre.pts.nam': Utils.defaultFunction,
'bcdgrp.cbs.max.cur': Utils.defaultFunction,
'bopmod.dbcgrp.bas.custcod': Utils.defaultFunction,
'liaall.misamt': Utils.defaultFunction,
'bopmod.dbfgrp.bas.buscode': Utils.defaultFunction,
'dftcre.dfdgrp.rec.resamt': Utils.defaultFunction,
'trnmod.bustyp': Utils.defaultFunction,
'cnybop.cnyout.spayercountrycode': Utils.defaultFunction,
'mtabut.coninf.oitinf.oit.inftxt': Utils.defaultFunction,
'mtabut.coninf.oitinf.oit.inflev': Utils.defaultFunction,
'bcdgrp.cbs.opn1.amt': Utils.defaultFunction,
'mtabut.clsflg': Utils.defaultFunction,
'mtabut.coninf.conexedat': Utils.defaultFunction,
'cnybop.outflg': Utils.defaultFunction,
'trtcre.trtp.act': Utils.defaultFunction,
'trnmod.cipmod.covflg': Utils.defaultFunction,
'bopmod.dbfgrp.bas.ownextkey': Utils.defaultFunction,
'bcdgrp.drr.pts.nam': Utils.defaultFunction,
'dftcre.dfdgrp.rec.matdat': Utils.defaultFunction,
'dftcre.dfdgrp.rec.stttendat': Utils.defaultFunction,
'mtabut.coninf.oitset.oit.inftxt': Utils.defaultFunction,
'mtabut.coninf.oitset.oit.inflev': Utils.defaultFunction,
'trtcre.trtmod.finmod.dinmod.jzllgz': Utils.defaultFunction,
'trtcre.trtmod.finmod.intdat': Utils.defaultFunction,
'trtcre.trdgrp.rec.reccountrycode': Utils.defaultFunction,
}; };
for (const key in checkObj) { for (const key in checkObj) {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<script> <script>
import Api from "~/service/Api"; import Api from "~/service/Api";
import event from "../event" import event from "../event"
import Coninfp from "~/views/Public/Coninfp"; import Coninfp from "~/components/business/coninfp/views";
export default { export default {
components: { components: {
......
<template>
<div class="eibs-tab">
<el-collapse v-model="activeNames">
<el-collapse-item title="跨境人民币申报" name="cnyp1">
<m-cnyp1 :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item title="2122跨境担保登记业务信息" name="voup" v-if="model.cnybop.vouflg == '1'">
<m-voup :model="model" :codes="codes" />
</el-collapse-item>
</el-collapse>
</div>
</template>
<script>
import event from '../event';
import Cnyp1 from "./Cnyp1";
import Voup from "./Voup";
export default {
components: {
"m-cnyp1": Cnyp1,
"m-voup": Voup,
},
inject: ["root"],
props: ["model", "codes"],
mixins: [event],
data() {
return {
activeNames: ["cnyp1"],
};
},
methods: {},
created: function () {},
};
</script>
<style>
</style>
...@@ -34,9 +34,7 @@ ...@@ -34,9 +34,7 @@
v-model="model.trtcre.trdgrp.rec.reccountrycode" v-model="model.trtcre.trdgrp.rec.reccountrycode"
maxlength="3" maxlength="3"
placeholder="" placeholder=""
@keyup.enter.native=" @keyup.enter.native="queryGridEtyPromptDialogData('PRB', 'B')"
showGridPromptDialog('trtcre.trdgrp.rec.reccountrycode')
"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
......
...@@ -512,9 +512,7 @@ ...@@ -512,9 +512,7 @@
<c-input <c-input
:disabled="true" :disabled="true"
v-model="model.trtcre.trdgrp.fip.pts.extkey" v-model="model.trtcre.trdgrp.fip.pts.extkey"
@keyup.enter.native=" @keyup.enter.native="queryGridEtyPromptDialogData('PRB', 'B')"
showGridPromptDialog(`trtcre.trdgrp.fip.pts.extkey`)
"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
......
...@@ -639,9 +639,7 @@ ...@@ -639,9 +639,7 @@
v-model="model.brdgrp.prb.pts.extkey" v-model="model.brdgrp.prb.pts.extkey"
maxlength="16" maxlength="16"
placeholder="请输入地址编码" placeholder="请输入地址编码"
@keyup.enter.native=" @keyup.enter.native="queryGridEtyPromptDialogData('PRB', 'B')"
showGridPromptDialog('brdgrp.prb.pts.extkey')
"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
......
...@@ -71,18 +71,17 @@ ...@@ -71,18 +71,17 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="备查/附言" name="addbcb"> <!--PD000000 -->
<c-content> <el-tab-pane label="备查/附言" name="coninfp">
<m-addbcb :model="model" :codes="codes" /> <m-coninfp :model="model" :codes="codes" />
</c-content> </el-tab-pane>
</el-tab-pane>
<!--PD000009 --> <!--PD000009 -->
<el-tab-pane label="申报信息" name="cfactlp,cnyp1"> <!-- <el-tab-pane label="申报信息" name="cfactlp,cnyp1">
<c-content> <c-content>
<m-cnyp :model="model" :codes="codes" /> <m-cnyp :model="model" :codes="codes" />
</c-content> </c-content>
</el-tab-pane> </el-tab-pane> -->
<!--PD000529 --> <!--PD000529 -->
<el-tab-pane label="报文/面函" name="docpan"> <el-tab-pane label="报文/面函" name="docpan">
......
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