Commit 9fed74e0 by liuxin

汇出汇款Finance调整

parent c07550c8
......@@ -495,11 +495,11 @@ export default {
{type: "date", required: false, message: "输入正确的日期"}
],
"trdgrp.rec.tenday":[
{type: "string", required: false, message: "必输项"},
{required: false, message: "必输项"},
{max: 10,message:"长度不能超过10"}
],
"finmod.graday":[
{type: "string", required: false, message: "必输项"},
{required: false, message: "必输项"},
{max: 10,message:"长度不能超过10"}
],
"trdgrp.rec.intrat":[
......@@ -528,7 +528,7 @@ export default {
"finmod.intamt":[
{type: "number", required: false, message: "必输项"},
{required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
......
......@@ -287,12 +287,14 @@
<c-col :span="24">
<c-col :span="11">
<el-form-item label="开户日期" prop="trdgrp.rec.stttendat">
<c-input
<c-date-picker
type="date"
value-format="yyyy-MM-dd"
v-model="model.trdgrp.rec.stttendat"
style="width: 100%"
placeholder=""
disabled
></c-input>
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11" :offset="2">
......@@ -301,12 +303,14 @@
label-position="left"
prop="trdgrp.rec.matdat"
>
<c-input
<c-date-picker
type="date"
value-format="yyyy-MM-dd"
style="width: 100%"
v-model="model.trdgrp.rec.matdat"
placeholder=""
disabled
></c-input>
></c-date-picker>
</el-form-item>
</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