Commit 8aaf60fc by panziyi

betdcr缺陷修复

parent 64c4dc73
...@@ -44,6 +44,7 @@ export default { ...@@ -44,6 +44,7 @@ export default {
nam: model.bedgrp.rec.nam, nam: model.bedgrp.rec.nam,
docprbrol: model.bedgrp.rec.docprbrol, docprbrol: model.bedgrp.rec.docprbrol,
advdocflg: model.bedgrp.rec.advdocflg, advdocflg: model.bedgrp.rec.advdocflg,
rejpenins: model.rejpenins,
}, },
cbsMap: { cbsMap: {
......
export default { export default {
"liaall.limmod.limpts.nonrevflg1" :null, "liaall.limmod.limpts.nonrevflg1" :null,
"mtabut.clsflg" :null, // "mtabut.clsflg" :null,
"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" }
...@@ -263,19 +263,19 @@ export default { ...@@ -263,19 +263,19 @@ export default {
{ 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: true, 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: true, message: "必输项" },
{ max: 60, message: "长度不能超过60" } // { max: 60, message: "长度不能超过60" }
], // ],
"mtabut.coninf.conexedat": [ // "mtabut.coninf.conexedat": [
{ 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" }
], // ],
} }
\ No newline at end of file
...@@ -13,6 +13,7 @@ export default class Betdcr { ...@@ -13,6 +13,7 @@ export default class Betdcr {
advdisflg: '', advdisflg: '',
ledgrp: { ledgrp: {
rec: { rec: {
inr: '',
ownref: '' ownref: ''
}, },
cbs: { cbs: {
...@@ -44,7 +45,7 @@ export default class Betdcr { ...@@ -44,7 +45,7 @@ export default class Betdcr {
nam: '', nam: '',
docprbrol: '', docprbrol: '',
branchinr:'', branchinr:'',
advdocflg: '' advdocflg: '',
}, },
cbs: { cbs: {
opn1: { opn1: {
......
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt"> <el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt">
<c-input v-model="model.ledgrp.cbs.opn1.amt" placeholder="请输入金额" disabled></c-input> <c-input-currency v-model="model.ledgrp.cbs.opn1.amt" placeholder="请输入金额" disabled></c-input-currency>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
......
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