Commit 2a302719 authored by 沈良进's avatar 沈良进

save

parent 6e7053e5
......@@ -2248,7 +2248,7 @@
</el-popover>
</div>
</div></div>
<p style="color: red;font-size:10px;margin-top:5px;">联运备注:{{ item.unionRemark }}</p>
<p v-if="item.unionRemark" style="color: red;font-size:10px;margin-top:5px;">联运备注:{{ item.unionRemark }}</p>
</td>
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px">
<div>
......
......@@ -2431,21 +2431,15 @@
:gutter="20"
v-if="addMsg.IsIntermodal == 1 || addMsg.IsReturnIntermodal == 1"
>
         
<el-col :span="24">
           
<el-form-item label="联运备注" prop="UnionRemark">
             
<el-input
v-model="addMsg.UnionRemark"
type="textarea"
maxlength="500"
></el-input>
           
</el-form-item>
         
</el-col>
       
</el-row>
</el-form>
</div>
......
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