Commit 6d8d3291 by panziyi

letdrw修改

parent 34ac6cb5
...@@ -8,6 +8,8 @@ export default class Clttra { ...@@ -8,6 +8,8 @@ export default class Clttra {
}, },
cldgrp: { cldgrp: {
rec: { rec: {
inr:"",
branchinr:"",
ownref: "", // Batch No. .cldgrp.rec.ownref ownref: "", // Batch No. .cldgrp.rec.ownref
colref: "", // Coll.bank ref. .cldgrp.rec.colref colref: "", // Coll.bank ref. .cldgrp.rec.colref
colptynam: "", // Coll.bank name .cldgrp.rec.colptynam colptynam: "", // Coll.bank name .cldgrp.rec.colptynam
......
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<el-form-item label="" label-width="0" prop="cldgrp.cbs.max.amt" style="width:100%"> <el-form-item label="" label-width="0" prop="cldgrp.cbs.max.amt" style="width:100%">
<c-input v-model="model.cldgrp.cbs.max.amt" style="width:100%" placeholder="请输入托收余额" <c-input-currency v-model="model.cldgrp.cbs.max.amt" style="width:100%" placeholder="请输入托收余额"
disabled></c-input> disabled></c-input-currency>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<el-form-item label-width="0" prop="cldgrp.cbs.opn1.amt"> <el-form-item label-width="0" prop="cldgrp.cbs.opn1.amt">
<c-input v-model="model.cldgrp.cbs.opn1.amt" placeholder="请输入托收余额" disabled></c-input> <c-input-currency v-model="model.cldgrp.cbs.opn1.amt" placeholder="请输入托收余额" disabled></c-input-currency>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -11,6 +11,10 @@ export default { ...@@ -11,6 +11,10 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"bedgrp.rec.advtyp":[
{type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"betp.ledget.sdamod.seainf":[ "betp.ledget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
......
...@@ -259,10 +259,10 @@ let checkObj = { ...@@ -259,10 +259,10 @@ let checkObj = {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"ledgrp.rec.tenmaxday":[ // "ledgrp.rec.tenmaxday":[
{type: "number", required: false, message: "必输项"}, // {type: "number", required: false, message: "必输项"},
{type: "number",max: 9999,message:"长度不能超过4"} // {type: "number",max: 9999,message:"长度不能超过4"}
], // ],
"ledgrp.rec.porloa":[ "ledgrp.rec.porloa":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
......
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