Commit 54338cc6 authored by 黄奎's avatar 黄奎

页面修改

parent 2c86096a
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
} }
.DT_rightList .DT_Table { .DT_rightList .DT_Table {
width: 1100px; width: 1400px;
border-collapse: collapse; border-collapse: collapse;
} }
...@@ -79,13 +79,17 @@ ...@@ -79,13 +79,17 @@
<th width="140"> <th width="140">
公司 公司
</th> </th>
<th width="100"> <th width="120">
城市 城市
</th> </th>
<th width="80"> <th width="150">
订单信息
</th>
<th width="100">
航段 航段
</th> </th>
<th width="110"> <th width="120">
出发日期 出发日期
</th> </th>
<th width="200"> <th width="200">
...@@ -127,6 +131,9 @@ ...@@ -127,6 +131,9 @@
</el-option> </el-option>
</el-select> </el-select>
</td> </td>
<td rowspan="2">
{{item.OrderId}}
</td>
<td> <td>
去程 去程
</td> </td>
...@@ -202,11 +209,17 @@ ...@@ -202,11 +209,17 @@
@keyup.native="checkPrice(item,'AddBackCostPrice',true)"></el-input> @keyup.native="checkPrice(item,'AddBackCostPrice',true)"></el-input>
</td> </td>
</tr> </tr>
<tr>
<td colspan="11" style="text-align:left;font-weight:bold;color:red;">
订单备注:{{item.Remarks}} <br />
联运备注:{{item.UnionRemark}}
</td>
</tr>
</tbody> </tbody>
</template> </template>
<tbody v-else> <tbody v-else>
<tr> <tr>
<td colspan="9"> <td colspan="11">
暂无配置联运信息 暂无配置联运信息
</td> </td>
</tr> </tr>
......
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