Commit 2992d9fb by WH

Merge remote-tracking branch 'origin/settle-test-20230110' into settle-test-20230110

parents 51a9d14c ab4faf0f
...@@ -49,6 +49,7 @@ export default { ...@@ -49,6 +49,7 @@ export default {
cnfsta: model.bedgrp.rec.cnfsta, cnfsta: model.bedgrp.rec.cnfsta,
snadat: model.snadat, snadat: model.snadat,
docamt: model.setmod.docamt, docamt: model.setmod.docamt,
doctypcod: model.bedgrp.rec.doctypcod,
}, },
cbsMap: { cbsMap: {
MAX: model.bedgrp.cbs.max, MAX: model.bedgrp.cbs.max,
......
...@@ -19,7 +19,7 @@ export default class Betacc { ...@@ -19,7 +19,7 @@ export default class Betacc {
cbs: { cbs: {
opn1: { opn1: {
cur: '', cur: '',
amt: '' amt: '0'
} }
}, },
rmb: { rmb: {
...@@ -44,14 +44,14 @@ export default class Betacc { ...@@ -44,14 +44,14 @@ export default class Betacc {
cbs: { cbs: {
opn1: { opn1: {
cur: '', cur: '',
amt: '' amt: '0'
}, },
opn2: { opn2: {
amt: '' amt: '0'
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: '0'
} }
}, },
iss: { iss: {
...@@ -65,8 +65,8 @@ export default class Betacc { ...@@ -65,8 +65,8 @@ export default class Betacc {
} }
}, },
aamset: { aamset: {
utlamt: '', utlamt: '0',
utlamt2: '' utlamt2: '0'
}, },
mtabut: { mtabut: {
coninf: { coninf: {
...@@ -144,22 +144,22 @@ export default class Betacc { ...@@ -144,22 +144,22 @@ export default class Betacc {
cbs: { cbs: {
opn1: { opn1: {
cur: '', cur: '',
amt: '' amt: '0'
}, },
opn2: { opn2: {
cur: '' cur: ''
}, },
max: { max: {
cur: '', cur: '',
amt: '' amt: '0'
} }
} }
}, },
trnmod: {
swiadd: { swiadd: {
strinf: '' strinf: ''
}
}, },
setmod: new Pub().data.Setmod, setmod: new Pub().data.Setmod,
mtabut: new Pub().data.Mtabut, mtabut: new Pub().data.Mtabut,
trnmod: new Pub().data.Trnmod, trnmod: new Pub().data.Trnmod,
......
...@@ -190,100 +190,17 @@ ...@@ -190,100 +190,17 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<!-- right -->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="24">
<c-col :span="12">
<el-form-item label="信用证余额" prop="ledgrp.cbs.opn1.cur">
<c-input
v-model="model.ledgrp.cbs.opn1.cur"
maxlength="3"
placeholder="请输入信用证余额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt">
<c-input-currency-min
v-model="model.ledgrp.cbs.opn1.amt"
placeholder="请输入金额"
disabled
></c-input-currency-min>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="单据简略信息" prop="bedgrp.rec.nam">
<c-input
v-model="model.bedgrp.rec.nam"
maxlength="40"
placeholder="请输入简略信息"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '交单人',
grp: 'bedgrp',
rol: 'prb',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '开证行',
grp: 'bedgrp',
rol: 'iss',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '申请人',
grp: 'bedgrp',
rol: 'apl',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item style="margin-left: 0px">
<el-divider />
</el-form-item>
</c-col> -->
<!-- next part -->
<!-- left -->
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="到期日修订说明" label="到期日修订说明"
prop="trnmod.swiadd.strinf" prop="swiadd.strinf"
> >
<c-input <c-input
type="textarea" type="textarea"
v-model="model.trnmod.swiadd.strinf" v-model="model.swiadd.strinf"
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入说明" placeholder="请输入说明"
...@@ -371,6 +288,88 @@ ...@@ -371,6 +288,88 @@
<!-- right --> <!-- right -->
<c-col :span="12" style="padding-left: 20px;"> <c-col :span="12" style="padding-left: 20px;">
<c-col :span="24">
<c-col :span="12">
<el-form-item label="信用证余额" prop="ledgrp.cbs.opn1.cur">
<c-input
v-model="model.ledgrp.cbs.opn1.cur"
maxlength="3"
placeholder="请输入信用证余额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt">
<c-input-currency-min
v-model="model.ledgrp.cbs.opn1.amt"
placeholder="请输入金额"
disabled
></c-input-currency-min>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="单据简略信息" prop="bedgrp.rec.nam">
<c-input
v-model="model.bedgrp.rec.nam"
maxlength="40"
placeholder="请输入简略信息"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '交单人',
grp: 'bedgrp',
rol: 'prb',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '开证行',
grp: 'bedgrp',
rol: 'iss',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
<c-col :span="24">
<c-ptsmsg
:model="model"
:argadr="{
title: '申请人',
grp: 'bedgrp',
rol: 'apl',
}"
:disabled="true"
:enRef="false"
:enNam="false"
></c-ptsmsg>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item style="margin-left: 0px">
<el-divider />
</el-form-item>
</c-col> -->
<!-- right -->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="18"> <c-col :span="18">
......
...@@ -16,7 +16,7 @@ let checkObj = { ...@@ -16,7 +16,7 @@ let checkObj = {
"bopmod.dbdgrp.bas.custype": null, "bopmod.dbdgrp.bas.custype": null,
"bopmod.dbagrp.bas.outchargeccy": null, "bopmod.dbagrp.bas.outchargeccy": null,
"bopmod.dbagrp.bas.actiontype": null, "bopmod.dbagrp.bas.actiontype": null,
"bopmod.szflg": null, // "bopmod.szflg": null,
"bopmod.dbdgrp.bas.actiontype": null, "bopmod.dbdgrp.bas.actiontype": null,
"cnybop.traflg": null, "cnybop.traflg": null,
"bopmod.dbagrp.bas.inchargeccy": null, "bopmod.dbagrp.bas.inchargeccy": null,
...@@ -32,6 +32,9 @@ let checkObj = { ...@@ -32,6 +32,9 @@ let checkObj = {
"cnybop.cnyinc.cpayeraccttyp": null, "cnybop.cnyinc.cpayeraccttyp": null,
"mtabut.clsflg": null, "mtabut.clsflg": null,
"cnybop.vouflg": null, "cnybop.vouflg": null,
"bopmod.szflg":[
{type: "string", required: true, message: "必输项"},
],
"betp.ledget.sdamod.dadsnd": [ "betp.ledget.sdamod.dadsnd": [
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16, message: "长度不能超过16"} {max: 16, message: "长度不能超过16"}
...@@ -98,13 +101,13 @@ let checkObj = { ...@@ -98,13 +101,13 @@ let checkObj = {
{max: 40, message: "长度不能超过40"} {max: 40, message: "长度不能超过40"}
], ],
"bedgrp.rec.matdat": [ "bedgrp.rec.matdat": [
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"bedgrp.rec.rcvdat": [ "bedgrp.rec.rcvdat": [
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"bedgrp.rec.predat": [ "bedgrp.rec.predat": [
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"bedgrp.apl.pts.ref": [ "bedgrp.apl.pts.ref": [
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
...@@ -135,7 +138,7 @@ let checkObj = { ...@@ -135,7 +138,7 @@ let checkObj = {
{max: 18, message: "整数位不能超过14位"}, {max: 18, message: "整数位不能超过14位"},
], ],
"trnmod.trndoc.nar754": [ "trnmod.trndoc.nar754": [
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35, message: "长度不能超过35"} {max: 35, message: "长度不能超过35"}
], ],
"setmod.setamt": [ "setmod.setamt": [
...@@ -260,16 +263,16 @@ let checkObj = { ...@@ -260,16 +263,16 @@ let checkObj = {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 1, message: "长度不能超过1"} {max: 1, message: "长度不能超过1"}
], ],
"mtabut.coninf.oitinf.oit.inftxt": [ // "mtabut.coninf.oitinf.oit.inftxt": [
{type: "string", required: true, message: "必输项"}, // {type: "string", required: false, message: "必输项"},
{max: 60, message: "长度不能超过60"} // {max: 60, message: "长度不能超过60"}
], // ],
"mtabut.coninf.oitset.oit.inftxt": [ // "mtabut.coninf.oitset.oit.inftxt": [
{type: "string", required: true, message: "必输项"}, // {type: "string", required: false, message: "必输项"},
{max: 60, message: "长度不能超过60"} // {max: 60, message: "长度不能超过60"}
], // ],
"mtabut.coninf.conexedat": [ "mtabut.coninf.conexedat": [
{type: "date", 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: "必输项"},
...@@ -304,7 +307,7 @@ let checkObj = { ...@@ -304,7 +307,7 @@ let checkObj = {
{max: 22, message: "长度不能超过22"} {max: 22, message: "长度不能超过22"}
], ],
"bopmod.outchargeamt": [ "bopmod.outchargeamt": [
{type: "number", required: false, message: "必输项"} {type: "string", required: false, message: "必输项"}
], ],
"bopmod.dbdgrp.bas.rptno": [ "bopmod.dbdgrp.bas.rptno": [
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
...@@ -477,7 +480,7 @@ let checkObj = { ...@@ -477,7 +480,7 @@ let checkObj = {
{max: 4, message: "长度不能超过4"} {max: 4, message: "长度不能超过4"}
], ],
"cnybop.cnyinc.dpayeedate": [ "cnybop.cnyinc.dpayeedate": [
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"cnybop.cnyinc.fprepayeeamt": [ "cnybop.cnyinc.fprepayeeamt": [
{type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
......
...@@ -3,12 +3,6 @@ import Pub from '~/components/business/commonModel/index.js'; ...@@ -3,12 +3,6 @@ import Pub from '~/components/business/commonModel/index.js';
export default class Betset { export default class Betset {
constructor() { constructor() {
this.data = { this.data = {
setmod: {
redamt: '',
setamt: '',
doccur: '',
docamt: ''
},
cnybop: { cnybop: {
sbankname: '', sbankname: '',
outflg: '', outflg: '',
...@@ -70,12 +64,12 @@ export default class Betset { ...@@ -70,12 +64,12 @@ export default class Betset {
cbs: { cbs: {
opn1: { opn1: {
cur: '', cur: '',
amt: '' amt: '0'
} }
} }
}, },
bopmod: { bopmod: {
outchargeamt: '', outchargeamt: '0',
dbap: { dbap: {
baspp: { baspp: {
acp: '' acp: ''
......
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
import event from '../event'; import event from '../event';
import operationFunc from "~/mixin/operationFunc"; import operationFunc from "~/mixin/operationFunc";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import formRules from '../model/check'
import Betset from "../model"; import Betset from "../model";
import Ovwp from "./Ovwp" import Ovwp from "./Ovwp"
...@@ -124,7 +125,7 @@ export default { ...@@ -124,7 +125,7 @@ export default {
tabVal: "ovwp", tabVal: "ovwp",
trnName: "betset", trnName: "betset",
model: new Betset().data, model: new Betset().data,
rules: null, rules: formRules,
codes: { codes: {
...CodeTable ...CodeTable
}, },
......
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'LID', objtyp: 'BRD',
objinr: model.brdgrp.rec.objinr, objinr: model.brdgrp.rec.objinr,
ownref: model.brdgrp.rec.ownref, ownref: model.brdgrp.rec.ownref,
}, },
...@@ -131,9 +131,10 @@ export default { ...@@ -131,9 +131,10 @@ export default {
let params = { let params = {
...this.buildCommonData(model, trnName), ...this.buildCommonData(model, trnName),
rec: { rec: {
objtyp: 'LID', objtyp: 'BRD',
objinr: model.brdgrp.rec.objinr, inr: model.lidgrp.rec.inr,
ownref: model.brdgrp.rec.ownref, ownref: model.brdgrp.rec.ownref,
mhtyp: model.mhtyp,
// swiftflg: model.gitp.swiftflg, // swiftflg: model.gitp.swiftflg,
}, },
}; };
......
...@@ -137,7 +137,7 @@ export default class Brtdck { ...@@ -137,7 +137,7 @@ export default class Brtdck {
amt: '' amt: ''
}, },
max2: { max2: {
amt: '' amt: '0.0'
} }
} }
}, },
...@@ -158,6 +158,9 @@ export default class Brtdck { ...@@ -158,6 +158,9 @@ export default class Brtdck {
cur: '', cur: '',
amt: '' amt: ''
} }
},
blk: {
defdet: ''
} }
}, },
......
...@@ -228,6 +228,7 @@ ...@@ -228,6 +228,7 @@
v-model="model.brdgrp.cbs.max.cur" v-model="model.brdgrp.cbs.max.cur"
style="width: 100%" style="width: 100%"
placeholder="" placeholder=""
disabled
:code="codes.curtxt1" :code="codes.curtxt1"
> >
</c-select> </c-select>
...@@ -253,14 +254,14 @@ ...@@ -253,14 +254,14 @@
v-show="model.brdgrp.cbs.max.amt!=model.oldbrdgrp.cbs.max.amt"> </span> v-show="model.brdgrp.cbs.max.amt!=model.oldbrdgrp.cbs.max.amt"> </span>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<c-form-item label="" label-width="5px" prop="oldbrdgrp.cbs.max.amt"> <el-form-item label="原始单据金额" prop="oldbrdgrp.cbs.max.amt" v-show="model.brdgrp.cbs.max.amt!=model.oldbrdgrp.cbs.max.amt">
<c-input v-model="model.oldbrdgrp.cbs.max.amt" placeholder="" <c-input v-model="model.oldbrdgrp.cbs.max.amt" placeholder=""
class="m-input-currency" class="m-input-currency"
style="width: 100%" style="width: 100%"
disabled disabled
v-show="model.brdgrp.cbs.max.amt!=model.oldbrdgrp.cbs.max.amt" v-show="model.brdgrp.cbs.max.amt!=model.oldbrdgrp.cbs.max.amt"
></c-input> ></c-input>
</c-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
...@@ -270,6 +271,7 @@ ...@@ -270,6 +271,7 @@
<el-form-item label="提取附加金额" prop="brdgrp.cbs.opn2.cur"> <el-form-item label="提取附加金额" prop="brdgrp.cbs.opn2.cur">
<c-select <c-select
v-model="opn2cur" v-model="opn2cur"
disabled
style="width: 100%" style="width: 100%"
placeholder="请选择币种" placeholder="请选择币种"
:code="codes.curtxt1" :code="codes.curtxt1"
...@@ -298,13 +300,14 @@ ...@@ -298,13 +300,14 @@
v-show="model.brdgrp.cbs.max2.amt!=model.oldbrdgrp.cbs.max2.amt"> </span> v-show="model.brdgrp.cbs.max2.amt!=model.oldbrdgrp.cbs.max2.amt"> </span>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<c-form-item label="" label-width="5px" prop="oldbrdgrp.cbs.max2.amt"> <el-form-item label="原始附加金额" prop="oldbrdgrp.cbs.max2.amt" v-show="model.brdgrp.cbs.max2.amt!=model.oldbrdgrp.cbs.max2.amt">
<c-input v-model="model.oldbrdgrp.cbs.max2.amt" :placeholder="$t('other.please_enter')+'Balance'" <c-input v-model="model.oldbrdgrp.cbs.max2.amt" :placeholder="$t('other.please_enter')+'Balance'"
class="m-input-currency" class="m-input-currency"
style="width: 100%" style="width: 100%"
disabled disabled
v-show="model.brdgrp.cbs.max2.amt!=model.oldbrdgrp.cbs.max2.amt"></c-input> v-show="model.brdgrp.cbs.max2.amt!=model.oldbrdgrp.cbs.max2.amt"
</c-form-item> ></c-input>
</el-form-item>
</c-col> </c-col>
</c-col> </c-col>
...@@ -536,10 +539,12 @@ ...@@ -536,10 +539,12 @@
:model="model" :model="model"
:argadr="{ :argadr="{
title: '', title: '',
grp: 'brtp', grp: 'brdgrp',
rol: 'oth', rol: 'apl',
}" }"
:disabled="this.flag3" @keyup.enter.native="
queryGridEtyPromptDialogData('APL', 'C')
"
:disabledExtkey="this.flag4" :disabledExtkey="this.flag4"
:isAdrblk="true" :isAdrblk="true"
:noRef="true" :noRef="true"
...@@ -586,6 +591,13 @@ export default { ...@@ -586,6 +591,13 @@ export default {
} }
}, },
"model.mhtyp": function () {
if (this.model.mhtyp == 'R') {
this.model.brdgrp.cbs.max.amt=this.model.oldbrdgrp.cbs.max.amt;
this.model.brdgrp.cbs.max2.amt=this.model.oldbrdgrp.cbs.max2.amt;
}
},
"model.brdgrp.prb.pts.extkey": { "model.brdgrp.prb.pts.extkey": {
immediate: true, immediate: true,
...@@ -606,17 +618,6 @@ export default { ...@@ -606,17 +618,6 @@ export default {
} }
}, },
"model.brtp.oth.pts.extkey": {
immediate: true,
handler(val, oldVal) {
if (this.model.brtp.oth.pts.extkey != '') {
this.flag3 = true;
} else {
this.flag3 = false;
}
}
},
}, },
methods: {}, methods: {},
created: function () { created: function () {
......
...@@ -32,8 +32,8 @@ export default { ...@@ -32,8 +32,8 @@ export default {
{ max: 3, message: '长度不能超过3' } { max: 3, message: '长度不能超过3' }
], ],
'oldledgrp.cbs.nom1.amt': [ 'oldledgrp.cbs.nom1.amt': [
{ required: true,message: '必输项' }, { required: true, message: '必输项' },
{ max: 18,trigger:'blur', message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'oldledgrp.rec.nomtop': [ 'oldledgrp.rec.nomtop': [
...@@ -50,25 +50,25 @@ export default { ...@@ -50,25 +50,25 @@ export default {
], ],
'oldledgrp.cbs.max.amt': [ 'oldledgrp.cbs.max.amt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18,trigger:'blur', message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'trnmod.swiadd.ameamt': [ 'trnmod.swiadd.ameamt': [
{ required: false, message: '必输项' }, { required: false, message: '必输项' },
{ type: 'number', trigger:'blur',max: 18, message: '整数位不能超过14位' }, { type: 'number', trigger: 'blur', max: 18, message: '整数位不能超过14位' },
{ pattern: /(^(\+|\-)|\d+$)|(^(\+|\-)|\.\d{1,3}$)|(^(\+|\-)|\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^(\+|\-)|\d+$)|(^(\+|\-)|\.\d{1,3}$)|(^(\+|\-)|\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'letamep.engamt': [ 'letamep.engamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18,trigger:'blur', message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
// {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } // {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
{ pattern: /(^-?\d+$)|(^\.\d{1,3}$)|(^-?\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^-?\d+$)|(^\.\d{1,3}$)|(^-?\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'trnmod.swiadd.newamt': [ 'trnmod.swiadd.newamt': [
{ type: 'number', required: false,rigger:'blur', message: '必输项' }, { type: 'number', required: false, rigger: 'blur', message: '必输项' },
{ max: 18, trigger:'blur',message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'trnmod.swiadd.newnomtop': [ 'trnmod.swiadd.newnomtop': [
...@@ -85,7 +85,7 @@ export default { ...@@ -85,7 +85,7 @@ export default {
], ],
'letamep.maxamt': [ 'letamep.maxamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18,trigger:'blur', message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
...@@ -140,7 +140,7 @@ export default { ...@@ -140,7 +140,7 @@ export default {
], ],
'trnmod.swiadd.addamt': [ 'trnmod.swiadd.addamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18,trigger:'blur', message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'letp.recget.sdamod.dadsnd': [ 'letp.recget.sdamod.dadsnd': [
...@@ -188,9 +188,9 @@ export default { ...@@ -188,9 +188,9 @@ export default {
{ max: 35, message: '长度不能超过35' } { max: 35, message: '长度不能超过35' }
], ],
'ledgrp.cbs.nom1.amt': [ 'ledgrp.cbs.nom1.amt': [
{ required: true,message: '必输项' }, { required: true, message: '必输项' },
{ max: 18, trigger:'blur',message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, trigger:'blur',message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, trigger: 'blur', message: '小数位不能超过3位' }
], ],
'ledgrp.ben.pts.adrblk': [ 'ledgrp.ben.pts.adrblk': [
{ type: 'string', required: true, message: '必输项' }, { type: 'string', required: true, message: '必输项' },
...@@ -214,7 +214,7 @@ export default { ...@@ -214,7 +214,7 @@ export default {
], ],
'ledgrp.cbs.max.amt': [ 'ledgrp.cbs.max.amt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18, trigger:'blur',message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'ledgrp.iss.pts.ref': [ 'ledgrp.iss.pts.ref': [
...@@ -422,12 +422,12 @@ export default { ...@@ -422,12 +422,12 @@ export default {
], ],
'ledgrp.cbs.max2.amt': [ 'ledgrp.cbs.max2.amt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18, trigger:'blur',message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'ledgrp.cbs.opn2.amt': [ 'ledgrp.cbs.opn2.amt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18,trigger:'blur', message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'ledgrp.blk.addamtcov': [ 'ledgrp.blk.addamtcov': [
...@@ -663,7 +663,7 @@ export default { ...@@ -663,7 +663,7 @@ export default {
], ],
'liaall.outamt': [ 'liaall.outamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18,trigger:'blur', message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'liaall.outpct': [ 'liaall.outpct': [
...@@ -676,17 +676,17 @@ export default { ...@@ -676,17 +676,17 @@ export default {
], ],
'liaall.misamt': [ 'liaall.misamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18, trigger:'blur',message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'liaall.exttotoldamt': [ 'liaall.exttotoldamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18, trigger:'blur',message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'liaall.exttotamt': [ 'liaall.exttotamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18,trigger:'blur', message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'setmod.ref': [ 'setmod.ref': [
...@@ -695,7 +695,7 @@ export default { ...@@ -695,7 +695,7 @@ export default {
], ],
'setmod.docamt': [ 'setmod.docamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18, trigger:'blur',message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'setmod.zmqacc': [ 'setmod.zmqacc': [
...@@ -783,7 +783,7 @@ export default { ...@@ -783,7 +783,7 @@ export default {
], ],
'liaall.limmod.comamt': [ 'liaall.limmod.comamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18, trigger:'blur',message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'liaall.limmod.limpts.wrk.pts.nam': [ 'liaall.limmod.limpts.wrk.pts.nam': [
...@@ -796,7 +796,7 @@ export default { ...@@ -796,7 +796,7 @@ export default {
], ],
'liaall.limmod.ccvamt': [ 'liaall.limmod.ccvamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18, trigger:'blur',message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'liaall.limmod.limpts.pfcod1': [ 'liaall.limmod.limpts.pfcod1': [
...@@ -841,12 +841,12 @@ export default { ...@@ -841,12 +841,12 @@ export default {
], ],
'letp.totamt': [ 'letp.totamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18, trigger:'blur',message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'letp.trnopnamt': [ 'letp.trnopnamt': [
{ type: 'number', required: false, message: '必输项' }, { type: 'number', required: false, message: '必输项' },
{ max: 18,trigger:'blur', message: '整数位不能超过14位' }, { max: 18, trigger: 'blur', message: '整数位不能超过14位' },
{ pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' } { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: '小数位不能超过3位' }
], ],
'letp.trnshpdat': [ 'letp.trnshpdat': [
......
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