Commit 2f1a232c authored by zhengyi's avatar zhengyi

批量加价页面部分调整

parent d820c7e9
<!--批量加价--> <!--批量加价-->
<template> <template>
<div class="app-container"> <div class="app-container">
<div class="page-title">{{$t('批量加价')}}</div> <div class="page-title">
<span>{{ $t("批量加价") }}</span>
<!-- TODO 这里的批量申请费用需要跳转到和订单列表一致的批量订单费用申请页面 -->
<el-button type="primary" style="margin-left: 5px;" size="small" @click="batchOrderFeeApply(this.orderIds)">{{$t('批量申请费用')}}</el-button>
</div>
<div> <div>
{{$t('运费或全包加价')}} {{$t('运费或全包加价')}}
<!--货币--> <!--货币-->
...@@ -51,6 +56,15 @@ ...@@ -51,6 +56,15 @@
<el-descriptions-item label="SO NO"> <el-descriptions-item label="SO NO">
{{shipmentObj.bookSeaInfo ? shipmentObj.bookSeaInfo.sono : '' }} {{shipmentObj.bookSeaInfo ? shipmentObj.bookSeaInfo.sono : '' }}
</el-descriptions-item> </el-descriptions-item>
<el-descriptions-item :label="$t('装柜时间')">
{{shipmentObj.zgDate}}
</el-descriptions-item>
<el-descriptions-item :label="$t('到港时间')">
{{shipmentObj.dgDate}}
</el-descriptions-item>
<el-descriptions-item :label="$t('清关时间')">
{{shipmentObj.qgDate}}
</el-descriptions-item>
</el-descriptions> </el-descriptions>
</el-card> </el-card>
...@@ -143,7 +157,7 @@ import {getChannelList} from "@/api/ecw/channel"; ...@@ -143,7 +157,7 @@ import {getChannelList} from "@/api/ecw/channel";
import {getCabinetPage} from "@/api/ecw/cabinet"; import {getCabinetPage} from "@/api/ecw/cabinet";
import {getWarehouseList} from "@/api/ecw/warehouse"; import {getWarehouseList} from "@/api/ecw/warehouse";
import {getSupplierPage} from "@/api/ecw/supplier"; import {getSupplierPage} from "@/api/ecw/supplier";
import {approvalCancel, boxGoodsDetail, createApproval, import {approvalCancel, boxGoodsDetail, createApproval,
getSectionList, loadSecGoodsList} from "@/api/ecw/boxSea"; getSectionList, loadSecGoodsList} from "@/api/ecw/boxSea";
import {getAbnormalList, getbox, getLogList} from "@/api/ecw/box"; import {getAbnormalList, getbox, getLogList} from "@/api/ecw/box";
import {getTotlContent} from "@/views/ecw/box/shippingSea/utils"; import {getTotlContent} from "@/views/ecw/box/shippingSea/utils";
......
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