|
|
|
@ -3288,6 +3288,13 @@ if (uni.restoreGlobal) {
|
|
|
|
|
data |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
function postLoadingTrayInfo(data) { |
|
|
|
|
return service({ |
|
|
|
|
url: `logpm-trunkline/api/carsLoad/loadingTrayInfo`, |
|
|
|
|
method: "post", |
|
|
|
|
data |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
function postRemoveCarsLoadScan(data) { |
|
|
|
|
return service({ |
|
|
|
|
url: `logpm-trunkline/api/carsLoad/removeCarsLoadScan`, |
|
|
|
@ -3295,6 +3302,13 @@ if (uni.restoreGlobal) {
|
|
|
|
|
data |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
function postLoadingZero(data) { |
|
|
|
|
return service({ |
|
|
|
|
url: `logpm-trunkline/api/carsLoad/loadingZero`, |
|
|
|
|
method: "post", |
|
|
|
|
data |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
var isVue2 = false; |
|
|
|
|
function set(target, key, val) { |
|
|
|
|
if (Array.isArray(target)) { |
|
|
|
@ -7906,7 +7920,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
maxarr.push(arr); |
|
|
|
|
} |
|
|
|
|
details.tablist = maxarr; |
|
|
|
|
formatAppLog("log", "at pages/index/index.vue:427", details.tablist); |
|
|
|
|
formatAppLog("log", "at pages/index/index.vue:430", details.tablist); |
|
|
|
|
} |
|
|
|
|
async function updateApp() { |
|
|
|
|
let version2 = await utils.getversion(); |
|
|
|
@ -7915,12 +7929,12 @@ This will fail in production if not fixed.`);
|
|
|
|
|
versionCode: version2.version.split(".").join(""), |
|
|
|
|
versionType: version2.pkName.indexOf("test") != -1 ? "1" : version2.pkName.indexOf("bate") != -1 ? "2" : "3" |
|
|
|
|
}; |
|
|
|
|
formatAppLog("log", "at pages/index/index.vue:456", "data", data); |
|
|
|
|
formatAppLog("log", "at pages/index/index.vue:460", "data", data); |
|
|
|
|
let response = await AppPdaversiondetail(data); |
|
|
|
|
formatAppLog("log", "at pages/index/index.vue:458", "response :>> ", response); |
|
|
|
|
formatAppLog("log", "at pages/index/index.vue:462", "response :>> ", response); |
|
|
|
|
if (response.code == 200 && response.data) { |
|
|
|
|
formatAppLog("log", "at pages/index/index.vue:460", response.data); |
|
|
|
|
formatAppLog("log", "at pages/index/index.vue:461", "有可更新包"); |
|
|
|
|
formatAppLog("log", "at pages/index/index.vue:464", response.data); |
|
|
|
|
formatAppLog("log", "at pages/index/index.vue:465", "有可更新包"); |
|
|
|
|
if (response.data.noSensation == "2" && response.data.link.indexOf("wgt") != -1) { |
|
|
|
|
utils.updatefile1(response.data.link); |
|
|
|
|
} else { |
|
|
|
@ -8038,10 +8052,20 @@ This will fail in production if not fixed.`);
|
|
|
|
|
{ icon: "/static/usericon3.png", name: "系统设置", type: 3 }, |
|
|
|
|
{ icon: "/static/usericon4.png", name: "安全设置", type: 4 }, |
|
|
|
|
{ icon: "/static/usericon5.png", name: "关于我们", type: 5 }, |
|
|
|
|
{ icon: "/static/usericon6.png", name: "检测更新", type: 6 }, |
|
|
|
|
// { icon: '/static/usericon6.png', name: '检测更新', type: 6 },
|
|
|
|
|
{ icon: "/static/usericon7.png", name: "分享", type: 7 }, |
|
|
|
|
{ icon: "/static/usericon8.png", name: "切换账号", type: 8 } |
|
|
|
|
]); |
|
|
|
|
butlist.value = [ |
|
|
|
|
{ icon: "/static/usericon1.png", name: "通讯录", type: 1 }, |
|
|
|
|
{ icon: "/static/usericon2.png", name: "计件工资", type: 2 }, |
|
|
|
|
{ icon: "/static/usericon3.png", name: "系统设置", type: 3 }, |
|
|
|
|
{ icon: "/static/usericon4.png", name: "安全设置", type: 4 }, |
|
|
|
|
{ icon: "/static/usericon5.png", name: "关于我们", type: 5 }, |
|
|
|
|
{ icon: "/static/usericon6.png", name: "检测更新", type: 6 }, |
|
|
|
|
{ icon: "/static/usericon7.png", name: "分享", type: 7 }, |
|
|
|
|
{ icon: "/static/usericon8.png", name: "切换账号", type: 8 } |
|
|
|
|
]; |
|
|
|
|
let details = vue.reactive({ |
|
|
|
|
showck: false, |
|
|
|
|
warehouseList: [], |
|
|
|
@ -8085,7 +8109,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
} |
|
|
|
|
async function showwhselist() { |
|
|
|
|
let res = await getMyWarehouseList({}); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:140", res.data); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:154", res.data); |
|
|
|
|
details.warehouseList = res.data; |
|
|
|
|
details.showck = true; |
|
|
|
|
} |
|
|
|
@ -8117,24 +8141,24 @@ This will fail in production if not fixed.`);
|
|
|
|
|
uni.reLaunch({ |
|
|
|
|
url: "/pages/login/login" |
|
|
|
|
}); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:176", res.currentSize); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:177", String(res.limitSize)); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:190", res.currentSize); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:191", String(res.limitSize)); |
|
|
|
|
} |
|
|
|
|
async function updateApp() { |
|
|
|
|
let version2 = await utils.getversion(); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:186", "version 版本>>>>", version2); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:200", "version 版本>>>>", version2); |
|
|
|
|
let data = { |
|
|
|
|
betenantCode: uni.getStorageSync("userinfo").tenant_id, |
|
|
|
|
versionCode: version2.version.split(".").join(""), |
|
|
|
|
versionType: version2.pkName.indexOf("test") != -1 ? "1" : version2.pkName.indexOf("bate") != -1 ? "2" : "3" |
|
|
|
|
}; |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:192", "data>>>>", data); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:206", "data>>>>", data); |
|
|
|
|
let response = await AppPdaversiondetail(data); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:194", "123 :>> ", 123); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:195", "response :>> ", response); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:208", "123 :>> ", 123); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:209", "response :>> ", response); |
|
|
|
|
if (response.code == 200 && response.data && Object.keys(response.data).length !== 0) { |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:197", "res.data", response.data); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:198", "有可更新包"); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:211", "res.data", response.data); |
|
|
|
|
formatAppLog("log", "at pages/user/user.vue:212", "有可更新包"); |
|
|
|
|
if (response.data.noSensation == "2" && response.data.link.indexOf("wgt") != -1) { |
|
|
|
|
utils.updatefile1(response.data.link); |
|
|
|
|
} else { |
|
|
|
@ -10571,8 +10595,13 @@ This will fail in production if not fixed.`);
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
function gostockuplist(item) { |
|
|
|
|
uni.reLaunch({ |
|
|
|
|
url: "/pagesHome/pages/StowageListDetails/StowageListDetails?id=" + item.id |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: "/pagesHome/pages/StowageListDetails/StowageListDetails?id=" + item.id + "&type=1" |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
function gostockuplistBytray(item) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: "/pagesHome/pages/StowageListDetails/StowageListDetails?id=" + item.id + "&type=2" |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
function cleartime() { |
|
|
|
@ -10776,7 +10805,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
class: "bts" |
|
|
|
|
}, [ |
|
|
|
|
vue.createElementVNode("view", { |
|
|
|
|
onClick: ($event) => gostockuplist(item) |
|
|
|
|
onClick: ($event) => gostockuplistBytray(item) |
|
|
|
|
}, " 整托装车 ", 8, ["onClick"]), |
|
|
|
|
vue.createElementVNode("view", { |
|
|
|
|
onClick: ($event) => gostockuplist(item) |
|
|
|
@ -10885,13 +10914,25 @@ This will fail in production if not fixed.`);
|
|
|
|
|
isscan: false, |
|
|
|
|
order: [], |
|
|
|
|
zero: [], |
|
|
|
|
pageInfo: {} |
|
|
|
|
pageInfo: {}, |
|
|
|
|
// 零担详情装车列表
|
|
|
|
|
zeroList: [], |
|
|
|
|
/** 页面类型 1: 按件装车 2: 整托装车 */ |
|
|
|
|
pageType: 1, |
|
|
|
|
/** 整托渲染列表 */ |
|
|
|
|
trayInfo: { |
|
|
|
|
zeroList: [], |
|
|
|
|
packageList: [] |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
const tiplists = vue.ref(null); |
|
|
|
|
const basicContainer = vue.ref(null); |
|
|
|
|
const ZeroStowage = vue.ref(); |
|
|
|
|
const TrayStowage = vue.ref(); |
|
|
|
|
onLoad((op) => { |
|
|
|
|
details.loadId = op.id; |
|
|
|
|
details.pageType = op.type; |
|
|
|
|
option.title = Number(op.type) === 2 ? "配载整托装车" : "配载按件装车"; |
|
|
|
|
}); |
|
|
|
|
function goorderdetail(item) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
@ -10902,7 +10943,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
uni.$off("scancodedate"); |
|
|
|
|
uni.$on("scancodedate", function(code2) { |
|
|
|
|
if (code2) { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:256", "code", code2); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:356", "code", code2); |
|
|
|
|
details.scancode = code2; |
|
|
|
|
details.isscan = true; |
|
|
|
|
scandata(); |
|
|
|
@ -10931,19 +10972,27 @@ This will fail in production if not fixed.`);
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
async function initpage() { |
|
|
|
|
const initPageByOrder = async () => { |
|
|
|
|
try { |
|
|
|
|
const response = await postFindCarsLoadingDetail({ |
|
|
|
|
loadId: details.loadId |
|
|
|
|
}); |
|
|
|
|
const { code: code2, data } = response; |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:300", "response :>> ", response); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:400", "response :>> ", response); |
|
|
|
|
if (code2 === 200) { |
|
|
|
|
details.pageInfo = data; |
|
|
|
|
details.datalist = details.orderStatus === 1 ? details.pageInfo.loadScanOrderList : details.orderStatus === 2 ? details.pageInfo.zeroList : details.pageInfo.exceptionList; |
|
|
|
|
} |
|
|
|
|
} catch (e) { |
|
|
|
|
} finally { |
|
|
|
|
return null; |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
async function initpage() { |
|
|
|
|
try { |
|
|
|
|
await initPageByOrder(); |
|
|
|
|
} catch (err) { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:310", "err :>> ", err); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:423", "err :>> ", err); |
|
|
|
|
} finally { |
|
|
|
|
return null; |
|
|
|
|
} |
|
|
|
@ -10954,36 +11003,95 @@ This will fail in production if not fixed.`);
|
|
|
|
|
details.orderStatus = state; |
|
|
|
|
details.datalist = details.orderStatus === 1 ? details.pageInfo.loadScanOrderList : details.orderStatus === 2 ? details.pageInfo.zeroList : details.pageInfo.exceptionList; |
|
|
|
|
} |
|
|
|
|
const scanOrder = async () => { |
|
|
|
|
const submitData = { |
|
|
|
|
orderPackageCode: details.scancode, |
|
|
|
|
loadId: details.loadId |
|
|
|
|
}; |
|
|
|
|
const res = await postLoadingScan(submitData); |
|
|
|
|
return res; |
|
|
|
|
}; |
|
|
|
|
const scanTray = async () => { |
|
|
|
|
const submitData = { |
|
|
|
|
trayCode: details.scancode, |
|
|
|
|
loadId: details.loadId |
|
|
|
|
}; |
|
|
|
|
const res = await postLoadingTrayInfo(submitData); |
|
|
|
|
const { code: code2, data } = res; |
|
|
|
|
if (code2 !== 200) |
|
|
|
|
return res; |
|
|
|
|
details.trayInfo = data; |
|
|
|
|
return new Promise((resolve, reject) => { |
|
|
|
|
TrayStowage.value.setDetails({ |
|
|
|
|
title: "整托装车", |
|
|
|
|
showPopUp: true, |
|
|
|
|
success() { |
|
|
|
|
resolve(null); |
|
|
|
|
}, |
|
|
|
|
close() { |
|
|
|
|
reject(); |
|
|
|
|
TrayStowage.value.details.showPopUp = false; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
}; |
|
|
|
|
async function scandata() { |
|
|
|
|
try { |
|
|
|
|
const submitData = { |
|
|
|
|
orderPackageCode: details.scancode, |
|
|
|
|
loadId: details.loadId |
|
|
|
|
}; |
|
|
|
|
const res = await postLoadingScan(submitData); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:356", "res :>> ", res); |
|
|
|
|
if (Number(details.pageType === 1)) |
|
|
|
|
await scanOrder(); |
|
|
|
|
else |
|
|
|
|
await scanTray(); |
|
|
|
|
} catch (err) { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:358", "err :>> ", err); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:507", "err :>> ", err); |
|
|
|
|
} finally { |
|
|
|
|
basicContainer.value.startPullDownRefresh(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
const handleShowZeroStowage = (_item) => { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:368", "item :>> ", _item); |
|
|
|
|
const handleShowZeroStowage = async (_item) => { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:517", "item :>> ", _item); |
|
|
|
|
details.zeroList = []; |
|
|
|
|
const submitData = { |
|
|
|
|
loadId: details.loadId, |
|
|
|
|
orderCode: _item.orderCode |
|
|
|
|
}; |
|
|
|
|
const res = postFindLoadScanWaybillDetailList(submitData); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:374", "ZeroStowage :>> ", ZeroStowage); |
|
|
|
|
const res = await postFindLoadScanWaybillDetailList(submitData); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:525", "ZeroStowage :>> ", ZeroStowage); |
|
|
|
|
if (res.code !== 200) |
|
|
|
|
return; |
|
|
|
|
details.zeroList = res.data; |
|
|
|
|
for (let item of details.zeroList) { |
|
|
|
|
item.enterNum = 0; |
|
|
|
|
} |
|
|
|
|
ZeroStowage.value.setDetails({ |
|
|
|
|
title: "零担装车", |
|
|
|
|
showPopUp: true |
|
|
|
|
showPopUp: true, |
|
|
|
|
async success() { |
|
|
|
|
try { |
|
|
|
|
uni.showLoading({ |
|
|
|
|
mask: true |
|
|
|
|
}); |
|
|
|
|
const submitData2 = { |
|
|
|
|
waybillNo: _item.waybillNo, |
|
|
|
|
loadId: details.loadId, |
|
|
|
|
productInfoList: [] |
|
|
|
|
}; |
|
|
|
|
details.zeroList.forEach((val) => { |
|
|
|
|
if (val.enterNum > 0) { |
|
|
|
|
submitData2.productInfoList.push(val); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
const res2 = await postLoadingZero(submitData2); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:555", "res :>> ", res2); |
|
|
|
|
} catch (e) { |
|
|
|
|
} finally { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:379", " res :>> ", res); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:564", " res :>> ", res); |
|
|
|
|
}; |
|
|
|
|
const handleDetails = async (item, index2, type) => { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:386", "item :>> ", item); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:571", "item :>> ", item); |
|
|
|
|
if (details.listcheckindex == index2) { |
|
|
|
|
details.listcheckindex = -1; |
|
|
|
|
} else { |
|
|
|
@ -10997,8 +11105,8 @@ This will fail in production if not fixed.`);
|
|
|
|
|
if (res.code !== 200) |
|
|
|
|
return; |
|
|
|
|
item.distributionAppParcelListVOS = res.data; |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:401", "item.distributionAppParcelListVOS :>> ", item.distributionAppParcelListVOS); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:402", "res :>> ", res); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:586", "item.distributionAppParcelListVOS :>> ", item.distributionAppParcelListVOS); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:587", "res :>> ", res); |
|
|
|
|
} catch (e) { |
|
|
|
|
} finally { |
|
|
|
|
uni.hideLoading(); |
|
|
|
@ -11018,6 +11126,9 @@ This will fail in production if not fixed.`);
|
|
|
|
|
basicContainer.value.startPullDownRefresh(); |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
const leftClick = () => { |
|
|
|
|
uni.navigateBack(); |
|
|
|
|
}; |
|
|
|
|
const { listcheckindex, inputtxt, orderStatus, schanvalue, typearr, items, datalist } = vue.toRefs(details); |
|
|
|
|
return (_ctx, _cache) => { |
|
|
|
|
const _component_BasicContainer = vue.resolveComponent("BasicContainer"); |
|
|
|
@ -11031,7 +11142,8 @@ This will fail in production if not fixed.`);
|
|
|
|
|
vue.createVNode(_component_BasicContainer, { |
|
|
|
|
ref_key: "basicContainer", |
|
|
|
|
ref: basicContainer, |
|
|
|
|
option |
|
|
|
|
option, |
|
|
|
|
leftClick |
|
|
|
|
}, { |
|
|
|
|
head: vue.withCtx(() => [ |
|
|
|
|
vue.createElementVNode("view", { class: "hdtp" }, [ |
|
|
|
@ -11116,7 +11228,10 @@ This will fail in production if not fixed.`);
|
|
|
|
|
) |
|
|
|
|
]) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", { class: "tabtip" }, [ |
|
|
|
|
Number(vue.unref(details).pageType) === 1 ? (vue.openBlock(), vue.createElementBlock("view", { |
|
|
|
|
key: 0, |
|
|
|
|
class: "tabtip" |
|
|
|
|
}, [ |
|
|
|
|
vue.createElementVNode("view", { |
|
|
|
|
onClick: _cache[0] || (_cache[0] = ($event) => setorderStatus(1)) |
|
|
|
|
}, [ |
|
|
|
@ -11156,7 +11271,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
/* CLASS */ |
|
|
|
|
) |
|
|
|
|
]) |
|
|
|
|
]) |
|
|
|
|
])) : vue.createCommentVNode("v-if", true) |
|
|
|
|
]), |
|
|
|
|
body: vue.withCtx(() => [ |
|
|
|
|
vue.createElementVNode( |
|
|
|
@ -11170,7 +11285,11 @@ This will fail in production if not fixed.`);
|
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
[ |
|
|
|
|
vue.createElementVNode("view", { class: "mabx" }, [ |
|
|
|
|
vue.createCommentVNode(" 按件装车 "), |
|
|
|
|
Number(vue.unref(details).pageType) === 1 ? (vue.openBlock(), vue.createElementBlock("view", { |
|
|
|
|
key: 0, |
|
|
|
|
class: "mabx" |
|
|
|
|
}, [ |
|
|
|
|
(vue.openBlock(true), vue.createElementBlock( |
|
|
|
|
vue.Fragment, |
|
|
|
|
null, |
|
|
|
@ -11269,12 +11388,13 @@ This will fail in production if not fixed.`);
|
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
), |
|
|
|
|
vue.createElementVNode("view", { |
|
|
|
|
class: "w100", |
|
|
|
|
onClick: vue.withModifiers(($event) => handleDelete(ite, 1), ["stop"]) |
|
|
|
|
}, [ |
|
|
|
|
vue.createElementVNode("view", { class: "button" }, "删除") |
|
|
|
|
], 8, ["onClick"]) |
|
|
|
|
vue.createElementVNode("view", { class: "w100" }, [ |
|
|
|
|
vue.createElementVNode("view", { class: "" }), |
|
|
|
|
vue.createElementVNode("view", { |
|
|
|
|
onClick: vue.withModifiers(($event) => handleDelete(ite, 1), ["stop"]), |
|
|
|
|
class: "button abnormalBtn" |
|
|
|
|
}, "删除", 8, ["onClick"]) |
|
|
|
|
]) |
|
|
|
|
]); |
|
|
|
|
}), |
|
|
|
|
128 |
|
|
|
@ -11350,10 +11470,63 @@ This will fail in production if not fixed.`);
|
|
|
|
|
onClick: vue.withModifiers(($event) => handleShowZeroStowage(item), ["stop"]) |
|
|
|
|
}, " 零担装车 ", 8, ["onClick"]) |
|
|
|
|
]), |
|
|
|
|
vue.unref(listcheckindex) == index2 ? (vue.openBlock(), vue.createElementBlock("view", { |
|
|
|
|
key: 0, |
|
|
|
|
class: "xialaxz" |
|
|
|
|
}, [ |
|
|
|
|
(vue.openBlock(true), vue.createElementBlock( |
|
|
|
|
vue.Fragment, |
|
|
|
|
null, |
|
|
|
|
vue.renderList(item.distributionAppParcelListVOS, (ite) => { |
|
|
|
|
return vue.openBlock(), vue.createElementBlock("view", { |
|
|
|
|
key: ite, |
|
|
|
|
class: "box" |
|
|
|
|
}, [ |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
null, |
|
|
|
|
"物料名称:" + vue.toDisplayString(ite.scanCode), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
), |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
null, |
|
|
|
|
"数量:" + vue.toDisplayString(ite.num), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
), |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
null, |
|
|
|
|
"托盘名称:" + vue.toDisplayString(ite.trayName), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
), |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
null, |
|
|
|
|
"托盘码:" + vue.toDisplayString(ite.trayCode), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
), |
|
|
|
|
vue.createElementVNode("view", { class: "w100 flex-c-sb" }, [ |
|
|
|
|
vue.createElementVNode("view", { class: "" }), |
|
|
|
|
vue.createElementVNode("view", { |
|
|
|
|
class: "button abnormalBtn", |
|
|
|
|
onClick: vue.withModifiers(($event) => handleDelete(ite, 1), ["stop"]) |
|
|
|
|
}, "删除", 8, ["onClick"]) |
|
|
|
|
]) |
|
|
|
|
]); |
|
|
|
|
}), |
|
|
|
|
128 |
|
|
|
|
/* KEYED_FRAGMENT */ |
|
|
|
|
)) |
|
|
|
|
])) : vue.createCommentVNode("v-if", true), |
|
|
|
|
item.complete ? (vue.openBlock(), vue.createElementBlock( |
|
|
|
|
"view", |
|
|
|
|
{ |
|
|
|
|
key: 0, |
|
|
|
|
key: 1, |
|
|
|
|
class: vue.normalizeClass(item.completecode == 3 ? "tip tp1" : item.completecode == 1 ? "tip tp2" : "tip tp3") |
|
|
|
|
}, |
|
|
|
|
vue.toDisplayString(item.complete), |
|
|
|
@ -11364,73 +11537,81 @@ This will fail in production if not fixed.`);
|
|
|
|
|
], |
|
|
|
|
64 |
|
|
|
|
/* STABLE_FRAGMENT */ |
|
|
|
|
)) : vue.unref(orderStatus) == 3 ? (vue.openBlock(), vue.createElementBlock("view", { |
|
|
|
|
key: 2, |
|
|
|
|
class: "itec", |
|
|
|
|
onClick: ($event) => _ctx.checkphon(item, index2) |
|
|
|
|
}, [ |
|
|
|
|
vue.createElementVNode("view", { class: "contenbx1" }, [ |
|
|
|
|
vue.createElementVNode("view", null, [ |
|
|
|
|
vue.createElementVNode("text", { |
|
|
|
|
style: { "color": "#90A0AF" }, |
|
|
|
|
onClick: vue.withModifiers(($event) => goorderdetail(item), ["stop"]) |
|
|
|
|
}, "订单编号:", 8, ["onClick"]), |
|
|
|
|
vue.createTextVNode( |
|
|
|
|
vue.toDisplayString(item.orderCode), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", { class: "contenbx1" }, [ |
|
|
|
|
vue.createElementVNode("view", null, [ |
|
|
|
|
vue.createElementVNode("text", { |
|
|
|
|
style: { "color": "#90A0AF" }, |
|
|
|
|
onClick: vue.withModifiers(($event) => goorderdetail(item), ["stop"]) |
|
|
|
|
}, "运单号:", 8, ["onClick"]), |
|
|
|
|
vue.createTextVNode( |
|
|
|
|
vue.toDisplayString(item.waybillNo), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", { class: "contenbx1" }, [ |
|
|
|
|
vue.createElementVNode("view", null, [ |
|
|
|
|
vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "码值:"), |
|
|
|
|
vue.createTextVNode( |
|
|
|
|
vue.toDisplayString(item.scanCode || 0), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", null, [ |
|
|
|
|
vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "装车数量:"), |
|
|
|
|
vue.createTextVNode( |
|
|
|
|
vue.toDisplayString(item.loadingNum || 0), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", { class: "flex-c-sb" }, [ |
|
|
|
|
vue.createElementVNode("view", { class: "" }), |
|
|
|
|
)) : vue.unref(orderStatus) == 3 ? (vue.openBlock(), vue.createElementBlock( |
|
|
|
|
vue.Fragment, |
|
|
|
|
{ key: 2 }, |
|
|
|
|
[ |
|
|
|
|
vue.createCommentVNode(" 异常 "), |
|
|
|
|
vue.createElementVNode("view", { |
|
|
|
|
class: "button", |
|
|
|
|
onClick: vue.withModifiers(($event) => handleDelete(item, 3), ["stop"]) |
|
|
|
|
}, " 删除 ", 8, ["onClick"]) |
|
|
|
|
]), |
|
|
|
|
item.complete ? (vue.openBlock(), vue.createElementBlock( |
|
|
|
|
"view", |
|
|
|
|
{ |
|
|
|
|
key: 0, |
|
|
|
|
class: vue.normalizeClass(item.completecode == 3 ? "tip tp1" : item.completecode == 1 ? "tip tp2" : "tip tp3") |
|
|
|
|
}, |
|
|
|
|
vue.toDisplayString(item.complete), |
|
|
|
|
3 |
|
|
|
|
/* TEXT, CLASS */ |
|
|
|
|
)) : vue.createCommentVNode("v-if", true) |
|
|
|
|
], 8, ["onClick"])) : vue.createCommentVNode("v-if", true) |
|
|
|
|
class: "itec", |
|
|
|
|
onClick: ($event) => _ctx.checkphon(item, index2) |
|
|
|
|
}, [ |
|
|
|
|
vue.createElementVNode("view", { class: "contenbx1" }, [ |
|
|
|
|
vue.createElementVNode("view", null, [ |
|
|
|
|
vue.createElementVNode("text", { |
|
|
|
|
style: { "color": "#90A0AF" }, |
|
|
|
|
onClick: vue.withModifiers(($event) => goorderdetail(item), ["stop"]) |
|
|
|
|
}, "订单编号:", 8, ["onClick"]), |
|
|
|
|
vue.createTextVNode( |
|
|
|
|
vue.toDisplayString(item.orderCode), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", { class: "contenbx1" }, [ |
|
|
|
|
vue.createElementVNode("view", null, [ |
|
|
|
|
vue.createElementVNode("text", { |
|
|
|
|
style: { "color": "#90A0AF" }, |
|
|
|
|
onClick: vue.withModifiers(($event) => goorderdetail(item), ["stop"]) |
|
|
|
|
}, "运单号:", 8, ["onClick"]), |
|
|
|
|
vue.createTextVNode( |
|
|
|
|
vue.toDisplayString(item.waybillNo), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", { class: "contenbx1" }, [ |
|
|
|
|
vue.createElementVNode("view", null, [ |
|
|
|
|
vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "码值:"), |
|
|
|
|
vue.createTextVNode( |
|
|
|
|
vue.toDisplayString(item.scanCode || 0), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", null, [ |
|
|
|
|
vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "装车数量:"), |
|
|
|
|
vue.createTextVNode( |
|
|
|
|
vue.toDisplayString(item.loadingNum || 0), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", { class: "flex-c-sb" }, [ |
|
|
|
|
vue.createElementVNode("view", { class: "" }), |
|
|
|
|
vue.createElementVNode("view", { |
|
|
|
|
class: "button", |
|
|
|
|
onClick: vue.withModifiers(($event) => handleDelete(item, 3), ["stop"]) |
|
|
|
|
}, " 删除 ", 8, ["onClick"]) |
|
|
|
|
]), |
|
|
|
|
item.complete ? (vue.openBlock(), vue.createElementBlock( |
|
|
|
|
"view", |
|
|
|
|
{ |
|
|
|
|
key: 0, |
|
|
|
|
class: vue.normalizeClass(item.completecode == 3 ? "tip tp1" : item.completecode == 1 ? "tip tp2" : "tip tp3") |
|
|
|
|
}, |
|
|
|
|
vue.toDisplayString(item.complete), |
|
|
|
|
3 |
|
|
|
|
/* TEXT, CLASS */ |
|
|
|
|
)) : vue.createCommentVNode("v-if", true) |
|
|
|
|
], 8, ["onClick"]) |
|
|
|
|
], |
|
|
|
|
64 |
|
|
|
|
/* STABLE_FRAGMENT */ |
|
|
|
|
)) : vue.createCommentVNode("v-if", true) |
|
|
|
|
], |
|
|
|
|
64 |
|
|
|
|
/* STABLE_FRAGMENT */ |
|
|
|
@ -11439,7 +11620,8 @@ This will fail in production if not fixed.`);
|
|
|
|
|
128 |
|
|
|
|
/* KEYED_FRAGMENT */ |
|
|
|
|
)) |
|
|
|
|
]) |
|
|
|
|
])) : vue.createCommentVNode("v-if", true), |
|
|
|
|
vue.createCommentVNode(" 整托装车 ") |
|
|
|
|
], |
|
|
|
|
32 |
|
|
|
|
/* HYDRATE_EVENTS */ |
|
|
|
@ -11465,7 +11647,141 @@ This will fail in production if not fixed.`);
|
|
|
|
|
ref_key: "ZeroStowage", |
|
|
|
|
ref: ZeroStowage |
|
|
|
|
}, |
|
|
|
|
null, |
|
|
|
|
{ |
|
|
|
|
default: vue.withCtx(() => [ |
|
|
|
|
vue.createElementVNode("scroll-view", { |
|
|
|
|
style: { "height": "30vh" }, |
|
|
|
|
"scroll-y": "true" |
|
|
|
|
}, [ |
|
|
|
|
(vue.openBlock(true), vue.createElementBlock( |
|
|
|
|
vue.Fragment, |
|
|
|
|
null, |
|
|
|
|
vue.renderList(vue.unref(details).zeroList, (item) => { |
|
|
|
|
return vue.openBlock(), vue.createElementBlock("view", { |
|
|
|
|
key: item, |
|
|
|
|
class: "" |
|
|
|
|
}, [ |
|
|
|
|
vue.createElementVNode("view", { class: "flex-c-sb" }, [ |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
{ class: "" }, |
|
|
|
|
" 产品名称: " + vue.toDisplayString(item.productName), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
), |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
{ class: "" }, |
|
|
|
|
" 在库数: " + vue.toDisplayString(item.totalNum), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]), |
|
|
|
|
vue.withDirectives(vue.createElementVNode("input", { |
|
|
|
|
class: "input", |
|
|
|
|
"onUpdate:modelValue": ($event) => item.enterNum = $event, |
|
|
|
|
type: "number" |
|
|
|
|
}, null, 8, ["onUpdate:modelValue"]), [ |
|
|
|
|
[vue.vModelText, item.enterNum] |
|
|
|
|
]) |
|
|
|
|
]); |
|
|
|
|
}), |
|
|
|
|
128 |
|
|
|
|
/* KEYED_FRAGMENT */ |
|
|
|
|
)) |
|
|
|
|
]) |
|
|
|
|
]), |
|
|
|
|
_: 1 |
|
|
|
|
/* STABLE */ |
|
|
|
|
}, |
|
|
|
|
512 |
|
|
|
|
/* NEED_PATCH */ |
|
|
|
|
), |
|
|
|
|
vue.createCommentVNode(" 整托装车 "), |
|
|
|
|
vue.createVNode( |
|
|
|
|
_component_PopUp, |
|
|
|
|
{ |
|
|
|
|
ref_key: "TrayStowage", |
|
|
|
|
ref: TrayStowage |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
default: vue.withCtx(() => [ |
|
|
|
|
vue.createElementVNode("scroll-view", { |
|
|
|
|
style: { "height": "30vh" }, |
|
|
|
|
"scroll-y": "true" |
|
|
|
|
}, [ |
|
|
|
|
vue.createElementVNode("view", { class: "" }, " 零担: "), |
|
|
|
|
(vue.openBlock(true), vue.createElementBlock( |
|
|
|
|
vue.Fragment, |
|
|
|
|
null, |
|
|
|
|
vue.renderList(vue.unref(details).trayInfo.zeroList, (item) => { |
|
|
|
|
return vue.openBlock(), vue.createElementBlock("view", { |
|
|
|
|
key: item, |
|
|
|
|
class: "" |
|
|
|
|
}, [ |
|
|
|
|
vue.createElementVNode("view", { class: "flex-c-sb" }, [ |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
{ class: "" }, |
|
|
|
|
" 订单号: " + vue.toDisplayString(item.associationValue), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
), |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
{ class: "" }, |
|
|
|
|
" 在库数: " + vue.toDisplayString(item.num), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]), |
|
|
|
|
vue.withDirectives(vue.createElementVNode("input", { |
|
|
|
|
class: "input", |
|
|
|
|
"onUpdate:modelValue": ($event) => item.enterNum = $event, |
|
|
|
|
type: "number" |
|
|
|
|
}, null, 8, ["onUpdate:modelValue"]), [ |
|
|
|
|
[vue.vModelText, item.enterNum] |
|
|
|
|
]) |
|
|
|
|
]); |
|
|
|
|
}), |
|
|
|
|
128 |
|
|
|
|
/* KEYED_FRAGMENT */ |
|
|
|
|
)), |
|
|
|
|
vue.createElementVNode("view", { class: "" }, " 定制品: "), |
|
|
|
|
(vue.openBlock(true), vue.createElementBlock( |
|
|
|
|
vue.Fragment, |
|
|
|
|
null, |
|
|
|
|
vue.renderList(vue.unref(details).trayInfo.packageList, (item) => { |
|
|
|
|
return vue.openBlock(), vue.createElementBlock("view", { |
|
|
|
|
key: item, |
|
|
|
|
class: "" |
|
|
|
|
}, [ |
|
|
|
|
vue.createElementVNode("view", { class: "flex-c-sb" }, [ |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
null, |
|
|
|
|
"包条码:" + vue.toDisplayString(item.associationValue), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
), |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
null, |
|
|
|
|
"数量:" + vue.toDisplayString(item.num), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]) |
|
|
|
|
]); |
|
|
|
|
}), |
|
|
|
|
128 |
|
|
|
|
/* KEYED_FRAGMENT */ |
|
|
|
|
)) |
|
|
|
|
]) |
|
|
|
|
]), |
|
|
|
|
_: 1 |
|
|
|
|
/* STABLE */ |
|
|
|
|
}, |
|
|
|
|
512 |
|
|
|
|
/* NEED_PATCH */ |
|
|
|
|
), |
|
|
|
@ -11479,7 +11795,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
const PagesHomePagesStowageListDetailsStowageListDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__file", "D:/worksp/logpm/pagesHome/pages/StowageListDetails/StowageListDetails.vue"]]); |
|
|
|
|
const PagesHomePagesStowageListDetailsStowageListDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__scopeId", "data-v-66cbfd20"], ["__file", "D:/worksp/logpm/pagesHome/pages/StowageListDetails/StowageListDetails.vue"]]); |
|
|
|
|
const _sfc_main$1u = /* @__PURE__ */ vue.defineComponent({ |
|
|
|
|
__name: "RelayScanList", |
|
|
|
|
setup(__props) { |
|
|
|
|