Commit f4b4cd57 by lianyang

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

parent f0e1e58a
...@@ -208,6 +208,7 @@ ...@@ -208,6 +208,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>
......
...@@ -233,6 +233,7 @@ ...@@ -233,6 +233,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