Commit 95e5561a authored by zhoutong's avatar zhoutong

空运订单已经出货审批通过了,补单页面还可以删除订单ECAN00067?

parent debc0d9a
......@@ -40,6 +40,7 @@
<el-col :span="18" class="right-area">
<el-row class="right-title">
<div>{{$t('自编号')}}:{{selfNo}}</div>
<div>{{$t('货物筛选')}}</div>
<div>{{$t('出货渠道')}}:{{channelName}}</div>
<div>{{$t('可出特性')}}:{{attrName}}</div>
......@@ -193,6 +194,7 @@ export default {
// 选中部分
partData: {},
// 部分列表
selfNo: this.$attrs.shipmentObj.selfNo,
partList: [],
// 部分统计
loadStatistics: {},
......@@ -597,6 +599,12 @@ export default {
> div:first-child + div {
margin-left: 20px;
}
> div:first-child + div + div {
margin-left: 20px;
}
> div:first-child + div + div + div {
margin-left: 20px;
}
> div:last-child {
flex: 1;
text-align: 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