diff --git a/api/user.js b/api/user.js index 69d2bdf..d9638e9 100644 --- a/api/user.js +++ b/api/user.js @@ -543,7 +543,7 @@ export function signforZeroSignfor(data, loadingObj = {}) { ); } /** - * 签收订制品详情 + * 签收定制品详情 * @param {Object} data */ export function signforwrap(data, loadingObj = {}) { @@ -627,7 +627,7 @@ export function deliveryloadinginventory(data, loadingObj = {}) { ); } /** - * 客户签收订制品扫描 + * 客户签收定制品扫描 * @param {Object} data */ export function signforsignfor(data, loadingObj = {}) { @@ -1833,6 +1833,36 @@ export function distributionOrderInfoInQuery(data, loadingObj = {}) { ); } +/** + * 库位详情查询 + * @param {Object} data + */ +export function postFindAllocationData(data, loadingObj = {}) { + + return request({ + url: `logpm-warehouse/api/warehouseUpdownType/findAllocationData`, + method: "post", + data + }, + loadingObj + ); +} + +/** + * 托盘详情查询 + * @param {Object} data + */ +export function postFindTrayData(data, loadingObj = {}) { + + return request({ + url: `logpm-warehouse/api/warehouseTrayType/findTrayData`, + method: "post", + data + }, + loadingObj + ); +} + /** * 批量打印包件 * @param {Object} ids diff --git a/config/host.js b/config/host.js index 4a602f1..637a1f7 100644 --- a/config/host.js +++ b/config/host.js @@ -8,16 +8,16 @@ // lmy // const devhost = 'http://192.168.10.123:8889/' // zhy -const devhost = 'http://192.168.10.48:13000/' +// const devhost = 'http://192.168.10.48:13000/' // tjj // const devhost = 'http://192.168.10.25:13000/' // cyz -// const devhost = 'http://192.168.6.148:9777/' +// const devhost = 'http://192.168.6.161:9777/' // const devhost = 'http://192.168.6.141:8777/' // cg // const devhost = 'http://192.168.10.57:13000/' // 正式 -// const devhost = 'https://h5uapi.huitongys.com/' +const devhost = 'https://h5uapi.huitongys.com/' // cg // const devhost = 'http://192.168.10.200:13000/' /** diff --git a/interfaces/pagesHome/StockUplist.ts b/interfaces/pagesHome/StockUplist.ts index 408cc00..edbeed4 100644 --- a/interfaces/pagesHome/StockUplist.ts +++ b/interfaces/pagesHome/StockUplist.ts @@ -4,7 +4,7 @@ export interface detailType { * */ reservationId : string | number; /** - * 备货客户列表 订制品 + * 备货客户列表 定制品 * */ orderList : any; /** diff --git a/pages.json b/pages.json index 7b7b63d..e5e308a 100644 --- a/pages.json +++ b/pages.json @@ -210,6 +210,25 @@ } } + }, + { + "path": "pages/PickUpLotList/PickUpLotList", + "style": { + "navigationBarTitleText": "提货批次列表", + "enablePullDownRefresh": true, + "onReachBottomDistance": 1, + "navigationStyle": "custom", + "app-plus": { + "animationDuration": 300, + "animationType": "zoom-fade-out", + "pullToRefresh": { + "support": true, + "color": "#d3832a", //小圈圈的颜色 + "style": "circle" //小圈圈的样式 + } + } + } + }, { "path": "pages/ArrivalList/ArrivalList", @@ -1168,7 +1187,46 @@ } } - }, { + }, + { + "path": "pages/storageInquiry/storageInquiry", + "style": { + "navigationBarTitleText": "库位查询", + "enablePullDownRefresh": true, + "onReachBottomDistance": 1, + "navigationStyle": "custom", + "app-plus": { + "animationDuration": 300, + "animationType": "zoom-fade-out", + "pullToRefresh": { + "support": true, + "color": "#d3832a", //小圈圈的颜色 + "style": "circle" //小圈圈的样式 + } + } + } + + }, + { + "path": "pages/trayInquiry/trayInquiry", + "style": { + "navigationBarTitleText": "托盘查询", + "enablePullDownRefresh": true, + "onReachBottomDistance": 1, + "navigationStyle": "custom", + "app-plus": { + "animationDuration": 300, + "animationType": "zoom-fade-out", + "pullToRefresh": { + "support": true, + "color": "#d3832a", //小圈圈的颜色 + "style": "circle" //小圈圈的样式 + } + } + } + + }, + { "path": "pages/CustomerTrayDetails/CustomerTrayDetails", "style": { "navigationBarTitleText": "客户托盘扫描", diff --git a/pages/index/index.vue b/pages/index/index.vue index 2ad4b62..af737d6 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -52,6 +52,16 @@ // name: '订单查询', // router: '/pagesHome/pages/orderInquiry/orderInquiry', // }, + // { + // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + // name: '库位查询', + // router: '/pagesHome/pages/storageInquiry/storageInquiry', + // }, + // { + // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + // name: '托盘查询', + // router: '/pagesHome/pages/trayInquiry/trayInquiry', + // }, // ] // }, // { diff --git a/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue b/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue index eaf35c6..8c84218 100644 --- a/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue +++ b/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue @@ -32,7 +32,7 @@ 装车件数 - {{scannedNumber}} + {{details.scannedNumber}} @@ -122,7 +122,9 @@ datalist: [], items: {} as any, scancode: '', - authbuts: uni.getStorageSync('authbuts') + authbuts: uni.getStorageSync('authbuts'), + /** 装车件数 */ + scannedNumber: 0 }) const tip = ref(null) const tiplists = ref(null) @@ -170,7 +172,6 @@ const scannedNumber = computed(() => { let num = 0 details.datalist.forEach(item => { - console.log('item.loadingNub :>> ', item.loadingNub); num += Number(item.loadingNub) }) return num @@ -233,16 +234,16 @@ barcode: details.scancode */ - /** 扫描订制品 */ + /** 扫描定制品 */ const scanOrder = async (loadingId) => { - let data = { + let submitData = { deliveryId: details.id, loadingId, type: 1, barcode: details.scancode } - let res = await deliveryloadingscan(data) - const { code, audio } = res + let res = await deliveryloadingscan(submitData) + const { code, data, audio } = res // 异常装车 if (code === 5000) { @@ -251,8 +252,9 @@ // 窜货 if (code === 3001) utils.ttsspke(audio) - if (code !== 200) return - basicContainer.value.startPullDownRefresh() + if (code !== 200 || !data) return + // basicContainer.value.startPullDownRefresh() + details.scannedNumber = Number(data) } /** 扫描库存品 */ @@ -293,7 +295,13 @@ let response = await deliverycustom(data) if (response.code !== 200) return console.log('response', response) - details.datalist = response.data + details.datalist = response.data || [] + + details.scannedNumber = 0 + + details.datalist.forEach(item => { + details.scannedNumber += Number(item.loadingNub) + }) } catch (e) { //TODO handle the exception } finally { diff --git a/pagesHome/pages/PickUpLotList/PickUpLotList.vue b/pagesHome/pages/PickUpLotList/PickUpLotList.vue new file mode 100644 index 0000000..5c237d4 --- /dev/null +++ b/pagesHome/pages/PickUpLotList/PickUpLotList.vue @@ -0,0 +1,18 @@ + + + + + \ No newline at end of file diff --git a/pagesHome/pages/RemoveTray/RemoveTray.vue b/pagesHome/pages/RemoveTray/RemoveTray.vue index c63c474..22ea0a9 100644 --- a/pagesHome/pages/RemoveTray/RemoveTray.vue +++ b/pagesHome/pages/RemoveTray/RemoveTray.vue @@ -17,7 +17,7 @@ - 订制品 + 定制品 零担 diff --git a/pagesHome/pages/ScanSortingType/ScanSortingType.vue b/pagesHome/pages/ScanSortingType/ScanSortingType.vue index cda10d4..39b7bf4 100644 --- a/pagesHome/pages/ScanSortingType/ScanSortingType.vue +++ b/pagesHome/pages/ScanSortingType/ScanSortingType.vue @@ -1,6 +1,6 @@ @@ -134,29 +121,29 @@ title: '已经打托列表', // 下拉刷新回调函数 async pullDownRefreshInitPage() { - // 重置页码 - details.pageNum = 1 - // 重置渲染列表 - details.datalist = [] - // 重置渲染列表数据请求是否结束状态 - option.isEnd = false - // 重置是否有数据 - option.haveData = true - await initpage() - if (datalist.value.length === 0) { - uni.showToast({ - title: '暂时没有数据', - icon: 'error' - }) - option.haveData = false - } - if (option.isEnd) { - return uni.showToast({ - icon: 'success', - title: '数据已加载完毕' - }) - } - return null + // // 重置页码 + // details.pageNum = 1 + // // 重置渲染列表 + // details.datalist = [] + // // 重置渲染列表数据请求是否结束状态 + // option.isEnd = false + // // 重置是否有数据 + // option.haveData = true + // await initpage() + // if (datalist.value.length === 0) { + // uni.showToast({ + // title: '暂时没有数据', + // icon: 'error' + // }) + // option.haveData = false + // } + // if (option.isEnd) { + // return uni.showToast({ + // icon: 'success', + // title: '数据已加载完毕' + // }) + // } + // return null }, // 触底加载回到函数 reachBottomInitPage: async () => { return null }, @@ -183,17 +170,12 @@ clearTimeout(antiShake) return antiShake = null } - // 显示Loading, 并阻止点击屏幕 - uni.showLoading({ - title: '正在加载', - mask: true - }) + antiShake = setTimeout(async () => { // 触发触底回调 details.pageNum += 1 const res = await initpage() - // 关闭loading效果 - uni.hideLoading() + // 清空定时器 antiShake = null // 当返回数据数组长度小于每页数量时, 数据请求完毕 @@ -206,7 +188,7 @@ return option.isEnd = true } clearTimeout(antiShake) - }, 500) + }, 300) } catch (err) { //TODO handle the exception console.log('err :>> ', err); @@ -220,10 +202,7 @@ pageNum: 1, pageSize: 10, datalist: [], - scancode: '', - scanStateList: [{ title: '未装车', value: 1 }, { title: '已装车', value: 2 }], - // 选中的索引 -- 默认为关闭 - scanStateChooseIndex: 0 + scancode: '' }) onLoad((op) => { details.pageType = op.type @@ -247,7 +226,6 @@ } }) // #endif - initpage() }) // onHide(() => { // uni.$off('scancodedate') @@ -266,10 +244,10 @@ console.log('res', res); if (Number(res.data.isHasData) === 0) { - utils.ttsspke('请选择分拣方式') + // utils.ttsspke('请选择分拣方式') uni.setStorageSync('trayCodeType', res.data.data) uni.navigateTo({ - url: '/pagesHome/pages/ScanSortingType/ScanSortingType?trayCode=' + details.scancode + url: '/pagesHome/pages/ScanSortingType/ScanSortingType?trayCode=' + details.scancode + '&SkipRoute=/ScanUp/ScanUp' }) } else { uni.navigateTo({ @@ -303,17 +281,10 @@ function goorderdetail(item : any) { // 去详情页 uni.navigateTo({ - url: '/pagesHome/pages/OrderSortingDetail/OrderSortingDetail?trayCode=' + url: '/pagesHome/pages/PickUpLotList/PickUpLotList?trayCode=' + item.trayCode + '&trayType=' + item.trayType }) - if (Number(details.pageType) == 2) { - uni.navigateTo({ - url: '/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail?trayCode=' - + item.trayCode + '&trayType=' - + item.trayType - }) - } } function showCalendar() { details.show = !details.show @@ -338,15 +309,6 @@ date.value = [] init() } - - /** - * 处理扫描后台监听状态 - */ - function bindPickerChange(e) { - console.log('picker发送选择改变,携带值为', e.detail.value) - details.scanStateChooseIndex = e.detail.value - } - const { show, datatime, @@ -355,7 +317,7 @@ } = toRefs(details) - - - \ No newline at end of file diff --git a/pagesHome/pages/orderInquiry/orderInquiry.vue b/pagesHome/pages/orderInquiry/orderInquiry.vue index 4ed6ee0..30ff828 100644 --- a/pagesHome/pages/orderInquiry/orderInquiry.vue +++ b/pagesHome/pages/orderInquiry/orderInquiry.vue @@ -82,14 +82,14 @@ - 订制品({{packageList.length}}件) + 定制品({{packageList.length}}件) 库存品({{stockList.length}}件) - + 批量操作 @@ -222,7 +222,7 @@ // 是否开启批量操作 const isBatchOperation = ref(false) - // 是否显示订制品 + // 是否显示定制品 const showArticleMadeToOrder = ref(true) // 扫码码值 @@ -366,7 +366,7 @@ } } - // 显示订制品模块 + // 显示定制品模块 function showArticleMadeToOrderModule() { showArticleMadeToOrder.value = true isBatchOperation.value = false diff --git a/pagesHome/pages/storageInquiry/storageInquiry.vue b/pagesHome/pages/storageInquiry/storageInquiry.vue new file mode 100644 index 0000000..ca17edc --- /dev/null +++ b/pagesHome/pages/storageInquiry/storageInquiry.vue @@ -0,0 +1,693 @@ + + + + + \ No newline at end of file diff --git a/pagesHome/pages/trayInquiry/trayInquiry.vue b/pagesHome/pages/trayInquiry/trayInquiry.vue new file mode 100644 index 0000000..6297666 --- /dev/null +++ b/pagesHome/pages/trayInquiry/trayInquiry.vue @@ -0,0 +1,648 @@ + + + + + \ No newline at end of file diff --git a/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue b/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue index b248ba3..7d9cc68 100644 --- a/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue +++ b/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue @@ -90,7 +90,7 @@ - +