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

页面修改

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