|
|
|
@ -1769,7 +1769,7 @@ if (uni.restoreGlobal) {
|
|
|
|
|
}; |
|
|
|
|
}; |
|
|
|
|
const Base64$1 = new Base64(); |
|
|
|
|
const devhost = "http://test.api.huo5you.com/"; |
|
|
|
|
const devhost = "http://192.168.3.14:13000/"; |
|
|
|
|
const imghost = ""; |
|
|
|
|
const host = devhost; |
|
|
|
|
const APPKEY = "h5u:h5u_secret"; |
|
|
|
@ -6019,7 +6019,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
const _sfc_main$2m = /* @__PURE__ */ vue.defineComponent({ |
|
|
|
|
__name: "login", |
|
|
|
|
setup(__props) { |
|
|
|
|
const { HANDLE_CLEARSTORAGE } = useStorageStore(); |
|
|
|
|
const { HANDLE_CLEARSTORAGE, HANDLE_GETSTORAGEINFO } = useStorageStore(); |
|
|
|
|
const { HANDLE_INITBLUETOOTH } = useBluetoothStore(); |
|
|
|
|
const userStore = useUserStore(); |
|
|
|
|
const { HANDLE_ACCTOKEN, HANDLE_REFTOKEN, HANDLE_USERINFO } = userStore; |
|
|
|
@ -6049,7 +6049,6 @@ This will fail in production if not fixed.`);
|
|
|
|
|
}); |
|
|
|
|
onShow(() => { |
|
|
|
|
const timer = setTimeout(() => { |
|
|
|
|
HANDLE_CLEARSTORAGE(); |
|
|
|
|
clearTimeout(timer); |
|
|
|
|
}, 2e3); |
|
|
|
|
}); |
|
|
|
@ -6076,10 +6075,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
} |
|
|
|
|
await preserveCurrentWarehouse(details.checkitem); |
|
|
|
|
uni.setStorageSync("checkname", details.checkitem); |
|
|
|
|
uni.removeStorageSync("homerouter"); |
|
|
|
|
uni.switchTab({ |
|
|
|
|
url: "/pages/index/index" |
|
|
|
|
}); |
|
|
|
|
goIndex(); |
|
|
|
|
} |
|
|
|
|
async function submitlogin() { |
|
|
|
|
try { |
|
|
|
@ -6096,7 +6092,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
title: "登录中" |
|
|
|
|
}); |
|
|
|
|
let response2 = await oauthtoken(data); |
|
|
|
|
formatAppLog("log", "at pages/login/login.vue:206", response2); |
|
|
|
|
formatAppLog("log", "at pages/login/login.vue:203", response2); |
|
|
|
|
if (response2 == null ? void 0 : response2.refresh_token) { |
|
|
|
|
setloctuser(response2); |
|
|
|
|
uni.setStorageSync("checkname", { |
|
|
|
@ -6105,10 +6101,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
name: response2.detail.warehouse_name |
|
|
|
|
}); |
|
|
|
|
if (response2.detail.warehouse_id) { |
|
|
|
|
uni.removeStorageSync("homerouter"); |
|
|
|
|
uni.switchTab({ |
|
|
|
|
url: "/pages/index/index" |
|
|
|
|
}); |
|
|
|
|
goIndex(); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
let res = await getMyWarehouseList({}); |
|
|
|
@ -6122,10 +6115,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
if (details.warehouseList.length == 1) { |
|
|
|
|
let resdata = await preserveCurrentWarehouse(details.warehouseList[0]); |
|
|
|
|
uni.setStorageSync("checkname", details.warehouseList[0]); |
|
|
|
|
uni.removeStorageSync("homerouter"); |
|
|
|
|
uni.switchTab({ |
|
|
|
|
url: "/pages/index/index" |
|
|
|
|
}); |
|
|
|
|
goIndex(); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
details.showck = true; |
|
|
|
@ -6146,14 +6136,21 @@ This will fail in production if not fixed.`);
|
|
|
|
|
tip.value.setisshow(false); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
formatAppLog("log", "at pages/login/login.vue:258", "登录错误"); |
|
|
|
|
formatAppLog("log", "at pages/login/login.vue:249", "登录错误"); |
|
|
|
|
} |
|
|
|
|
} catch (err) { |
|
|
|
|
formatAppLog("log", "at pages/login/login.vue:261", "err :>> ", err); |
|
|
|
|
formatAppLog("log", "at pages/login/login.vue:252", "err :>> ", err); |
|
|
|
|
} finally { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
function goIndex() { |
|
|
|
|
HANDLE_GETSTORAGEINFO(); |
|
|
|
|
uni.removeStorageSync("homerouter"); |
|
|
|
|
uni.switchTab({ |
|
|
|
|
url: "/pages/index/index" |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
function setisremember() { |
|
|
|
|
details.isremember = !details.isremember; |
|
|
|
|
uni.setStorageSync("isremember", details.isremember); |
|
|
|
@ -26743,6 +26740,10 @@ This will fail in production if not fixed.`);
|
|
|
|
|
details.planNum = response2.data.planNum; |
|
|
|
|
details.inventoryNub = response2.data.inventoryNub; |
|
|
|
|
details.signedNum = response2.data.signedNum; |
|
|
|
|
if (!details.isscan) |
|
|
|
|
return; |
|
|
|
|
utils.ttsspke(details.signedNum + "件"); |
|
|
|
|
details.isscan = false; |
|
|
|
|
} else if (details.orderType === 3) { |
|
|
|
|
let deta = { |
|
|
|
|
billLadingId: details.billLadingId, |
|
|
|
@ -26750,7 +26751,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
size: 10 |
|
|
|
|
}; |
|
|
|
|
const res = await billLadingZeroBillOrderData(deta); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:298", "res :>> ", res); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:304", "res :>> ", res); |
|
|
|
|
const { code: code2, data } = res; |
|
|
|
|
if (code2 !== 200) |
|
|
|
|
return; |
|
|
|
@ -26760,6 +26761,10 @@ This will fail in production if not fixed.`);
|
|
|
|
|
details.planNum = response.data.planNum; |
|
|
|
|
details.inventoryNub = response.data.inventoryNub; |
|
|
|
|
details.signedNum = response.data.signedNum; |
|
|
|
|
if (!details.isscan) |
|
|
|
|
return; |
|
|
|
|
utils.ttsspke(details.signedNum + "件"); |
|
|
|
|
details.isscan = false; |
|
|
|
|
} |
|
|
|
|
} catch (e2) { |
|
|
|
|
} finally { |
|
|
|
@ -26776,12 +26781,12 @@ This will fail in production if not fixed.`);
|
|
|
|
|
} |
|
|
|
|
async function showsTipsZero(item) { |
|
|
|
|
try { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:331", "item :>> ", item); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:343", "item :>> ", item); |
|
|
|
|
let subdata = { |
|
|
|
|
billLadingId: details.billLadingId |
|
|
|
|
}; |
|
|
|
|
const response2 = await billLadingzeroBillData(subdata); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:337", "response :>> ", response2); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:349", "response :>> ", response2); |
|
|
|
|
const { code: code2, data } = response2; |
|
|
|
|
if (code2 !== 200) |
|
|
|
|
return uni.showToast({ |
|
|
|
@ -26830,7 +26835,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
} |
|
|
|
|
if (list.length === 0) |
|
|
|
|
return tiplists.value.setdetails({ isshow: false }); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:389", "list :>> ", list); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:401", "list :>> ", list); |
|
|
|
|
tiplists.value.setdetails({ |
|
|
|
|
isshow: true, |
|
|
|
|
tipstate: 2, |
|
|
|
@ -26841,7 +26846,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
success: async () => { |
|
|
|
|
try { |
|
|
|
|
const res = await billLadingzeroBillBatch({ billLadingId: details.billLadingId, list }); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:402", "res :>> ", res); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:414", "res :>> ", res); |
|
|
|
|
if (res.code === 200) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: res.msg |
|
|
|
@ -26850,7 +26855,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
} |
|
|
|
|
tiplists.value.setdetails({ isshow: false }); |
|
|
|
|
} catch (err) { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:411", "err :>> ", err); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:423", "err :>> ", err); |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
cancel: () => { |
|
|
|
@ -26861,7 +26866,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} catch (err) { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:423", "err :>> ", err); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:435", "err :>> ", err); |
|
|
|
|
} finally { |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -26873,7 +26878,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} catch (err) { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:436", "err :>> ", err); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:448", "err :>> ", err); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
function checktype(e2) { |
|
|
|
@ -26886,7 +26891,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
if (item.value == e2) { |
|
|
|
|
details.schanvalue = item.label; |
|
|
|
|
details.orderStatus = item.value; |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:451", details.schanvalue); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:463", details.schanvalue); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
@ -42484,7 +42489,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
uni.$off("scancodedate"); |
|
|
|
|
uni.$on("scancodedate", function(code2) { |
|
|
|
|
if (code2) { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/PickingScanList/PickingScanList.vue:141", code2); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/PickingScanList/PickingScanList.vue:139", code2); |
|
|
|
|
details.scancode = code2; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
@ -42499,7 +42504,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
userId: user.user_id |
|
|
|
|
}; |
|
|
|
|
let res = await distributionStockupgetStockupArea(data); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/PickingScanList/PickingScanList.vue:165", res); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/PickingScanList/PickingScanList.vue:163", res); |
|
|
|
|
if (res.code == 200) { |
|
|
|
|
res.data.map((item) => { |
|
|
|
|
list.push(item.headline); |
|
|
|
@ -42693,28 +42698,8 @@ This will fail in production if not fixed.`);
|
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", null, [ |
|
|
|
|
vue.createElementVNode("view", null, "定制品数"), |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
null, |
|
|
|
|
vue.toDisplayString(item.planNum || 0), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", null, [ |
|
|
|
|
vue.createElementVNode("view", null, "零担数"), |
|
|
|
|
vue.createElementVNode( |
|
|
|
|
"view", |
|
|
|
|
null, |
|
|
|
|
vue.toDisplayString(item.planNum || 0), |
|
|
|
|
1 |
|
|
|
|
/* TEXT */ |
|
|
|
|
) |
|
|
|
|
]) |
|
|
|
|
]), |
|
|
|
|
vue.createElementVNode("view", { class: "total mt10" }, [ |
|
|
|
|
vue.createCommentVNode(" <view>\r\n <view>定制品数</view>\r\n <view>{{item.planNum || 0}}</view>\r\n </view> "), |
|
|
|
|
vue.createCommentVNode(" <view>\r\n <view>零担数</view>\r\n <view>{{item.planNum || 0}}</view>\r\n </view> "), |
|
|
|
|
vue.createElementVNode("view", null, [ |
|
|
|
|
vue.createElementVNode("view", null, "库存品数量"), |
|
|
|
|
vue.createElementVNode( |
|
|
|
@ -43809,6 +43794,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
__name: "DownGoods", |
|
|
|
|
setup(__props) { |
|
|
|
|
const { scanState } = storeToRefs(useSystemSettingsStore()); |
|
|
|
|
const { HANDLE_ISSTORAGECODE } = useStorageStore(); |
|
|
|
|
const tiplists = vue.ref(null); |
|
|
|
|
const tip = vue.ref(null); |
|
|
|
|
const details = vue.reactive({ |
|
|
|
@ -43882,7 +43868,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
let res = await warehouseTrayTypefindAllMarket(data); |
|
|
|
|
if (res.code !== 200) |
|
|
|
|
return; |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/DownGoods/DownGoods.vue:399", res.data); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/DownGoods/DownGoods.vue:401", res.data); |
|
|
|
|
details.Marketlist = res.data; |
|
|
|
|
} |
|
|
|
|
vue.watchEffect(() => { |
|
|
|
@ -43936,6 +43922,8 @@ This will fail in production if not fixed.`);
|
|
|
|
|
} |
|
|
|
|
break; |
|
|
|
|
case 2: |
|
|
|
|
if (!HANDLE_ISSTORAGECODE(details.scancode)) |
|
|
|
|
return utils.handleToast("请扫描本仓库位码"); |
|
|
|
|
data = { |
|
|
|
|
allocationId: details.scancode |
|
|
|
|
}; |
|
|
|
@ -43955,7 +43943,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
orderPackageCode: details.scancode |
|
|
|
|
}; |
|
|
|
|
res = await warehouseUpdownTypedownScanPackage(data); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/DownGoods/DownGoods.vue:485", "res", res); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/DownGoods/DownGoods.vue:487", "res", res); |
|
|
|
|
if (res.code == 200) { |
|
|
|
|
details.datalist = details.datalist.concat([res.data]); |
|
|
|
|
details.checkdatalist = details.checkdatalist.concat([res.data]); |
|
|
|
@ -43986,7 +43974,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
} catch (err) { |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/DownGoods/DownGoods.vue:518", "err :>> ", err); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/DownGoods/DownGoods.vue:520", "err :>> ", err); |
|
|
|
|
} finally { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
details.scandataList.splice(details.scandataList.indexOf(_scancode), 1); |
|
|
|
@ -44057,7 +44045,7 @@ This will fail in production if not fixed.`);
|
|
|
|
|
res = await warehouseUpdownTypedownZeroOrder(data); |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/DownGoods/DownGoods.vue:592", "res :>> ", res); |
|
|
|
|
formatAppLog("log", "at pagesHome/pages/DownGoods/DownGoods.vue:594", "res :>> ", res); |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
if (res.code == 200) { |
|
|
|
|
uni.showToast({ |
|
|
|
|