Commit 7996b5c1 authored by honghy's avatar honghy

bug 206 PDA装柜扫描性能不达标

parent 808df3f4
......@@ -87,6 +87,19 @@ export const getLoadingDetail = (params) => {
});
};
/**
* 待装柜详情(扫描专用)
*
* @param {*} params
* @returns
*/
export const getLoadingDetailV2 = (params) => {
return http(`/my/shipment/cabinetDetailV2`, params, {
method: 'GET',
loading: true,
});
};
/**
* 批量装柜
*
......
......@@ -501,7 +501,7 @@ import util from "../../util/util.js";
import mixins from "../../mixins/mixin.js";
import iconpath from "../../static/images/close.png";
import {
getLoadingDetail,
getLoadingDetailV2,
getOrderDetailAdmin,
orderTagList,
getOrderDetailByBoxNo,
......@@ -1091,7 +1091,7 @@ export default {
/* 读取预装信息 */
getLoadDetail() {
if (this.shipmentId) {
getLoadingDetail({
getLoadingDetailV2({
shipmentId: this.shipmentId,
}).then((data) => {
const { loadDetail } = data;
......
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