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

save

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