Commit f4b4cd57 by lianyang

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

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