Commit 039a3d7a by lianyang

letopn交易首页装运日期和信用证详情页的装运期只能而者填其一,加disabled条件

parent aa7dba77
...@@ -201,6 +201,7 @@ ...@@ -201,6 +201,7 @@
maxlength="65" maxlength="65"
show-word-limit show-word-limit
placeholder="请输入装运期" placeholder="请输入装运期"
:disabled="model.ledgrp.rec.shpdat!=''"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -273,6 +273,7 @@ ...@@ -273,6 +273,7 @@
v-model="model.ledgrp.rec.shpdat" v-model="model.ledgrp.rec.shpdat"
style="width: 90%" style="width: 90%"
placeholder="请选择装运日期" placeholder="请选择装运日期"
:disabled="model.ledgrp.blk.shpper!=''"
></c-date-picker> ></c-date-picker>
</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