Commit 85269622 authored by 沈良进's avatar 沈良进

save

parent b0fedd56
...@@ -2198,7 +2198,8 @@ ...@@ -2198,7 +2198,8 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="5" class="groupTourOrder_remarks" style="height: 40px"> <td colspan="5">
<div class="groupTourOrder_remarks">
<div> <div>
<div> <div>
<span>{{ $t("pub.pubRemark") }}:</span> <span>{{ $t("pub.pubRemark") }}:</span>
...@@ -2239,7 +2240,8 @@ ...@@ -2239,7 +2240,8 @@
</el-button> </el-button>
</el-popover> </el-popover>
</div> </div>
</div> </div></div>
<p style="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>
......
...@@ -2457,6 +2457,9 @@ ...@@ -2457,6 +2457,9 @@
</template> </template>
</p> </p>
</div> </div>
<div style="color: red">
<span>联运备注:{{ item.unionRemark }}</span>
</div>
</div> </div>
<div style=" <div style="
float: right; float: right;
......
...@@ -1514,6 +1514,7 @@ ...@@ -1514,6 +1514,7 @@
<th>联运数量</th> <th>联运数量</th>
<th>已配数量</th> <th>已配数量</th>
<th>是否住宿</th> <th>是否住宿</th>
<th>联运备注</th>
</tr> </tr>
<tr v-for="(unionItem,x) in item.UnionDetailList" :key="x"> <tr v-for="(unionItem,x) in item.UnionDetailList" :key="x">
<td>{{unionItem.UnionCityName}}</td> <td>{{unionItem.UnionCityName}}</td>
...@@ -1524,6 +1525,7 @@ ...@@ -1524,6 +1525,7 @@
<span v-if="unionItem.IsStay==1" class="_num3"></span> <span v-if="unionItem.IsStay==1" class="_num3"></span>
<span v-else></span> <span v-else></span>
</td> </td>
<td>{{unionItem.UnionRemark}}</td>
</tr> </tr>
</table> </table>
<p slot="reference" class="_wz _yiyong">联运</p> <p slot="reference" class="_wz _yiyong">联运</p>
......
...@@ -2814,6 +2814,9 @@ ...@@ -2814,6 +2814,9 @@
{{ childItem.Remarks }} {{ childItem.Remarks }}
</p> </p>
</div> </div>
<div>
<span>联运备注:{{ childItem.unionRemark }}</span>
</div>
</div> </div>
</td> </td>
<td colspan="3" style="height: 40px"> <td colspan="3" style="height: 40px">
......
...@@ -639,6 +639,9 @@ ...@@ -639,6 +639,9 @@
</template> </template>
</p> </p>
</div> </div>
<div style="color: red">
<span>联运备注:{{ item.unionRemark }}</span>
</div>
</div> </div>
<div style=" <div style="
float: right; float: right;
......
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