Commit e9b87c46 by lianyang

Betsnd中Document Instructions页面Maturity Date显隐

parent e050fc44
...@@ -307,13 +307,13 @@ export default { ...@@ -307,13 +307,13 @@ export default {
"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"}
], ],
......
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
style="width: 100%" style="width: 100%"
placeholder="请选择Maturity Date" placeholder="请选择Maturity Date"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
:disabled="true" :disabled="model.bedgrp.blk.matper!=''||model.bedgrp.rec.docflg=='P'"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -411,6 +411,7 @@ ...@@ -411,6 +411,7 @@
style="width: 100%" style="width: 100%"
placeholder="请选择Maturity Date" placeholder="请选择Maturity Date"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
:disabled="model.bedgrp.blk.matper!=''||model.bedgrp.rec.docflg=='P'"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -425,7 +426,7 @@ ...@@ -425,7 +426,7 @@
maxlength="65" maxlength="65"
show-word-limit show-word-limit
placeholder="请输入Maturity Period" placeholder="请输入Maturity Period"
:disabled="model.bedgrp.rec.matdat!=''||model.bedgrp.rec.doctypcod=='P'" :disabled="model.bedgrp.rec.matdat!=null&&model.bedgrp.rec.matdat!=''||model.bedgrp.rec.docflg=='P'"
></c-input> ></c-input>
</el-form-item> </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