Commit e75409bd by lianyang

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

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