Commit cb94ee59 authored by dragondean@qq.com's avatar dragondean@qq.com

出乎审核时间显示异常

parent eb0b7891
......@@ -26,7 +26,7 @@
{{deliverType}}
</el-descriptions-item>
<el-descriptions-item :label="$t('送货时间') + '/' + $t('自提时间')">
{{boxAirShipmentBackVO.deliverTime}}
{{parseTime(boxAirShipmentBackVO.deliverTime)}}
</el-descriptions-item>
<el-descriptions-item :label="$t('送货地址') + '/' + $t('自提地址')">
{{boxAirShipmentBackVO.deliverAddress}}
......@@ -134,6 +134,7 @@ import { getChannelList } from "@/api/ecw/channel";
import Decimal from "decimal.js";
import ImagePreview from "@/components/ImagePreview";
import {constantDict} from "@/views/ecw/box/shippingAir/utils";
import {parseTime} from "../../../utils/ruoyi";
/**
* 出货审核详情
......@@ -170,6 +171,7 @@ export default {
getChannelList().then((res) => (this.channelList = res.data));
},
methods: {
parseTime,
getTotlContent,
/* 获取详情 */
getApprovalDetail(processId) {
......
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