Commit 80468179 by wangyanjiao

bdtdck ditdck 字段修改

parent 7fa09319
......@@ -16,7 +16,6 @@ export default {
],
"didgrp.cbs.opn1.cur":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"didgrp.cbs.opn1.amt":[
{type: "string", required: false, message: "必输项"},
......
......@@ -113,8 +113,8 @@
<c-col :span="12">
<el-form-item label="远期期限" prop="bddgrp.rec.tenmaxday">
<c-date-picker type="date" v-model="model.bddgrp.rec.tenmaxday" style="width: 100%"
placeholder="远期期限" disabled></c-date-picker>
<c-input v-model="model.bddgrp.rec.tenmaxday" style="width: 100%"
placeholder="远期期限" disabled></c-input>
</el-form-item>
</c-col>
......
......@@ -478,12 +478,11 @@
</c-col>
<c-col :span="24">
<el-form-item label="远期到期日">
<el-form-item label="远期到期日" prop="bddgrp.rec.matdat">
<c-date-picker
type="date"
v-model="model.bddgrp.rec.matdat"
style="width: 100%"
disabled
placeholder="请选择到期日"
>
</c-date-picker>
......
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