Commit e75409bd by lianyang

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

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