Browse Source

更新备货等内容。

lmy
zhangsiyu 2 years ago
parent
commit
f24f329da3
  1. 3
      compoment/tiplist/tiplist.vue
  2. 198
      pages/index/index.vue
  3. 218
      pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue
  4. 2
      pagesHome/pages/DownGoods/DownGoods.vue
  5. 6
      pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.vue
  6. 2
      pagesHome/pages/PickingScanList/PickingScanList.vue
  7. 11
      pagesHome/pages/StockUplist/StockUplist.vue
  8. 7
      pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue
  9. 9
      pagesHome/pages/orderDetails/orderDetails.vue
  10. 2
      unpackage/dist/dev/app-plus/app-config-service.js
  11. 2023
      unpackage/dist/dev/app-plus/app-service.js
  12. 41
      unpackage/dist/dev/app-plus/pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.css
  13. 7
      unpackage/dist/dev/app-plus/pagesHome/pages/StockUplist/StockUplist.css
  14. 7
      unpackage/dist/dev/app-plus/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.css
  15. 3
      unpackage/dist/dev/app-plus/pagesHome/pages/setbarcode/setbarcode.css
  16. 198
      unpackage/dist/dev/mp-weixin/pages/index/index.js
  17. 6
      unpackage/dist/dev/mp-weixin/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.js
  18. 2
      unpackage/dist/dev/mp-weixin/pagesHome/pages/DownGoods/DownGoods.wxml
  19. 2
      unpackage/dist/dev/mp-weixin/pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.js
  20. 3
      unpackage/dist/dev/mp-weixin/pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.wxss
  21. 2
      unpackage/dist/dev/mp-weixin/pagesHome/pages/PickingScanList/PickingScanList.wxml
  22. 6
      unpackage/dist/dev/mp-weixin/pagesHome/pages/StockUplist/StockUplist.js
  23. 2
      unpackage/dist/dev/mp-weixin/pagesHome/pages/StockUplist/StockUplist.wxml
  24. 7
      unpackage/dist/dev/mp-weixin/pagesHome/pages/StockUplist/StockUplist.wxss
  25. 7
      unpackage/dist/dev/mp-weixin/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.wxss

3
compoment/tiplist/tiplist.vue

@ -22,6 +22,9 @@
<!-- <view class="contents">
{{content||'提示内容模板'}}
</view> -->
<!-- <view>
<input placeholder="请输入搜索内容"/>
</view> -->
<view class="selviebx" v-if="!isonecheck">
<view @click="checkall" v-if="checklength!=checklist.length">全选</view>
<view @click="removeall" v-else>全不选</view>

198
pages/index/index.vue

@ -43,105 +43,105 @@
const tip = ref(null)
let details = reactive<listtype>({
tablist: [
{
type: 1,
name: '库内',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '订单分拣',
router: '/pagesHome/pages/ordersorting/ordersorting',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '库存品分拣',
router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '扫码上架',
router: '/pagesHome/pages/ScanUpType/ScanUpType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '手动上架',
router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '移库',
router: '/pagesHome/pages/RelocationType/RelocationType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '滞留',
router: '/pagesHome/pages/Retention/Retention',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '合托',
router: '/pagesHome/pages/MergeTray/MergeTray',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '下架',
router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '空置托盘',
router: '/pagesHome/pages/RemoveTray/RemoveTray',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '复核',
router: '/pagesHome/pages/Check/Check',
},
]
},
{
type: 1,
name: '出库',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '拣货扫描',
router: '/pagesHome/pages/pickingScan/pickingScan',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '自提扫描',
router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
},
]
},
{
type: 1,
name: '配送',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '装车扫描',
router: '/pagesHome/pages/LoadingScan/LoadingScan',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '签收扫描',
router: '/pagesHome/pages/signinScan/signinScan',
},
]
},
{
type: 1,
name: '离线上传',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '离线上传',
router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
},
]
},
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/ordersorting/ordersorting',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/ScanUpType/ScanUpType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/RelocationType/RelocationType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/Retention/Retention',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/MergeTray/MergeTray',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/RemoveTray/RemoveTray',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/Check/Check',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/pickingScan/pickingScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/LoadingScan/LoadingScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/signinScan/signinScan',
// },
// ]
// },
// {
// type: 1,
// name: '线',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '线',
// router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
// },
// ]
// },
]
})
function gopathpage(path : string) {

218
pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue

@ -1,7 +1,6 @@
<template>
<u-navbar title="客户订单扫描"
bgColor='#D3832A' leftIconColor='#ffffff'
titleStyle='color:#ffffff' placeholder :autoBack="true" leftIconSize='35'></u-navbar>
<u-navbar title="客户订单扫描" bgColor='#D3832A' leftIconColor='#ffffff' titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
<view class="hdtp">
<view>
<view>
@ -41,7 +40,7 @@
:clearable='true'></cusSelects>
</view>
<view class="inputs">
<input placeholder="请输入查询的订单号" v-model="inputtxt"/>
<input placeholder="请输入查询的订单号" v-model="inputtxt" />
</view>
<view @click="initpage" class="btscan">查询</view>
</view>
@ -57,7 +56,8 @@
<view class="mabx">
<view class="itec" @click="checkphon(index)" v-if="orderStatus==1" v-for="(item,index) in datalist">
<view class="contenbx1">
<view><text style="color: #90A0AF;" @click.stop="goorderdetail(item)">订单编号</text>{{item.orderCode}}</view>
<view><text style="color: #90A0AF;" @click.stop="goorderdetail(item)">订单编号</text>{{item.orderCode}}
</view>
</view>
<view class="contenbx1">
<view><text style="color: #90A0AF;">配送数</text>{{item.reservationNum}}</view>
@ -70,7 +70,8 @@
<view>扫描状态{{ite.isScan?ite.isScan:'未扫'}}</view>
</view>
</view>
<view :class="item.completecode==3?'tip tp1':item.completecode==1?'tip tp2':'tip tp3'">{{item.complete}}</view>
<view :class="item.completecode==3?'tip tp1':item.completecode==1?'tip tp2':'tip tp3'">{{item.complete}}
</view>
</view>
<view class="itec" @click="checkphon(index)" v-if="orderStatus==2" v-for="(item,index) in datalist">
<view class="contenbx1">
@ -107,7 +108,7 @@
} from '@dcloudio/uni-app'
import cusSelects from '@/compoment/cus-selects-fan/cus-selects-fan.vue'
import { computed, inject, reactive, ref, toRefs, watchEffect } from "vue";
const utils=inject('utils') as any
const utils = inject('utils') as any
let details = reactive({
schanvalue: '',
typearr: [
@ -124,146 +125,149 @@
label: '未扫'
}
],
items:{} as any,
datalist:[],
scancode:'',
orderStatus:1,
id:'',
orderType:0,
inputtxt:'',
listcheckindex:-1
items: {} as any,
datalist: [],
scancode: '',
orderStatus: 1,
id: '',
orderType: 0,
inputtxt: '',
listcheckindex: -1,
isscan:false
})
const tiplists=ref(null)
onLoad((op)=>{
details.items=JSON.parse(op.item)
details.id=op.id
const tiplists = ref(null)
onLoad((op) => {
details.items = JSON.parse(op.item)
details.id = op.id
})
function goorderdetail(item){
uni.navigateTo({
url:'/pagesHome/pages/orderDetails/orderDetails?orderCode='+item.orderCode
})
}
onShow(()=>{
uni.$on('scancodedate', function(code) {
function goorderdetail(item) {
uni.navigateTo({
url: '/pagesHome/pages/orderDetails/orderDetails?orderCode=' + item.orderCode
})
}
onShow(() => {
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
details.scancode = code
details.isscan = true
scandata()
}
})
initpage()
})
onHide(()=>{
onHide(() => {
uni.$off('scancodedate')
})
const loadingNub=computed(()=>{
let num=0
details.datalist.map(item=>{
if(item.loadingNub){
num+=item.loadingNub
const loadingNub = computed(() => {
let num = 0
details.datalist.map(item => {
if (item.loadingNub) {
num += item.loadingNub
}
})
return num
})
function showsdqs(){
function showsdqs() {
tiplists.value.setdetails({
isshow:true,
tipstate:1,
title:'请输入扫描的码',
placeholder:'请输入扫描的码',
inputtext:'',
success:(detail)=>{
details.scancode=detail.inputtext
isshow: true,
tipstate: 1,
title: '请输入扫描的码',
placeholder: '请输入扫描的码',
inputtext: '',
success: (detail) => {
details.scancode = detail.inputtext
scandata()
tiplists.value.setdetails({isshow:false})
tiplists.value.setdetails({ isshow: false })
},
cancel:()=>{
tiplists.value.setdetails({isshow:false})
cancel: () => {
tiplists.value.setdetails({ isshow: false })
},
close:()=>{
tiplists.value.setdetails({isshow:false})
close: () => {
tiplists.value.setdetails({ isshow: false })
}
})
}
async function initpage(){
let data={
reservationId:details.items.id,
completecode:details.orderType,
orderCode:details.inputtxt
async function initpage() {
let data = {
reservationId: details.items.id,
completecode: details.orderType,
orderCode: details.inputtxt
}
details.datalist=[]
let response=null
if(details.orderStatus==1){
response=await deliveryorder(data)
}else if(details.orderStatus==2){
response=await signforinventory(data)
details.datalist = []
let response = null
if (details.orderStatus == 1) {
response = await deliveryorder(data)
} else if (details.orderStatus == 2) {
response = await signforinventory(data)
}
details.datalist=response.data.records||[]
if(loadingNub.value!=0&&response.code==200){
console.log(loadingNub.value+'件')
utils.ttsspke(loadingNub.value+'件')
details.datalist = response.data.records || []
if (loadingNub.value != 0 && details.isscan) {
console.log(loadingNub.value + '件')
utils.ttsspke(loadingNub.value + '件')
}
}
function checktype(e) {
if (e == '') {
details.schanvalue = ''
details.orderType=0
details.orderType = 0
}
details.typearr.map(item => {
if (item.value == e) {
details.schanvalue = item.label
details.orderType=item.value
details.orderType = item.value
console.log(details.schanvalue)
}
})
}
function setorderStatus(state:number){
details.orderStatus=state
function setorderStatus(state : number) {
details.orderStatus = state
initpage()
}
/**
* */
async function scandata(){
let loadingId=uni.getStorageSync('checkvehicle').id
if(details.orderStatus==1){
let data={
deliveryId:details.id,
async function scandata() {
let loadingId = uni.getStorageSync('checkvehicle').id
if (details.orderStatus == 1) {
let data = {
deliveryId: details.id,
loadingId,
type:1,
barcode:details.scancode
type: 1,
barcode: details.scancode
}
let res=await deliveryloadingscan(data)
let res = await deliveryloadingscan(data)
console.log(res);
}else if(details.orderStatus==2){
let data={
reservationId:details.items.id,
deliveryId:details.id,
} else if (details.orderStatus == 2) {
let data = {
reservationId: details.items.id,
deliveryId: details.id,
loadingId,
type:1,
barcode:details.scancode
type: 1,
barcode: details.scancode
}
let res=await deliveryloadinginventory(data)
let res = await deliveryloadinginventory(data)
console.log(res);
}
initpage()
}
function checkphon(index:number){
function checkphon(index : number) {
// details.listcheckindex=index
if(details.listcheckindex==index){
details.listcheckindex=-1
}else{
details.listcheckindex=index
if (details.listcheckindex == index) {
details.listcheckindex = -1
} else {
details.listcheckindex = index
}
}
const { listcheckindex,inputtxt,orderStatus,schanvalue, typearr , items, datalist } = toRefs(details)
const { listcheckindex, inputtxt, orderStatus, schanvalue, typearr, items, datalist } = toRefs(details)
</script>
<style lang="scss">
.xialaxz{
.xialaxz {
display: flex;
flex-direction: column;
>view{
>view {
display: flex;
align-items: flex-start;
justify-content: space-between;
@ -272,17 +276,20 @@
box-sizing: border-box;
font-size: 28upx;
color: #092C4D;
>view{
>view {
word-wrap: break-word;
word-break: break-all;
margin-right: 10upx;
&:nth-last-child(1){
&:nth-last-child(1) {
margin-right: 0upx;
}
}
}
}
.butlur{
.butlur {
width: 200upx !important;
height: 64upx !important;
background: #D3832A;
@ -294,11 +301,13 @@
font-weight: 400;
color: #FFFFFF;
}
.tabtip{
.tabtip {
display: flex;
align-items: center;
justify-content: space-between;
>view{
>view {
width: 50%;
display: flex;
align-items: center;
@ -307,7 +316,8 @@
font-size: 32upx;
font-weight: 400;
color: #90A0AF;
>view{
>view {
height: 80upx;
border-bottom: 8upx solid #ffffff;
display: flex;
@ -315,20 +325,23 @@
justify-content: center;
}
}
.xz{
.xz {
color: #D3832A;
border-bottom: 8upx solid #D3832A;
// border-radius: 5upx;
}
}
.hdtp{
.hdtp {
padding: 34upx 32upx;
box-sizing: border-box;
background-color: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
>view{
>view {
width: 100%;
display: flex;
align-items: center;
@ -337,16 +350,18 @@
font-weight: 400;
color: #092C4D;
margin-bottom: 24upx;
&:nth-last-child(1){
&:nth-last-child(1) {
margin-bottom: 0;
}
>view{
>view {
width: 50%;
// flex: 1;
}
}
}
.scve {
width: 100%;
height: 50vh;
@ -356,7 +371,7 @@
display: flex;
flex-direction: column;
align-items: center;
>.itec {
width: 686upx;
// height: 176upx;
@ -445,7 +460,8 @@
font-size: 24upx;
font-weight: 400;
color: #AFB4BA;
>input{
>input {
flex: 1;
font-size: 24upx;
color: #092C4D;

2
pagesHome/pages/DownGoods/DownGoods.vue

@ -61,7 +61,7 @@
</view>
<view class="topon2" @click.stop="goorderdetail(item)">
<image src="/pagesHome/static/checi.png"></image>
<view>订单号{{item?.orderCode}}</view>
<view>订单自编{{item?.orderCode}}</view>
</view>
<view class="topon2" v-if="item?.materialCode&&pageType==4">
<image src="/pagesHome/static/checi.png"></image>

6
pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.vue

@ -34,7 +34,7 @@
<view class="scviewtary">
<scroll-view scroll-x="true" class="scbox">
<view class="viebxs">
<view @click="setckindex(index)" v-for="(item,index) in tabcek" :class="xzckindex==index?'xz':''">{{item}}</view>
<view @click="setckindex(index)" v-for="(item,index) in tabcek" :class="xzckindex==index?'xz':''">{{item||'无托盘信息'}}</view>
</view>
</scroll-view>
</view>
@ -336,7 +336,8 @@
display: flex;
align-items: center;
>view{
width: 260upx;
// width: 260upx;
min-width: 190rpx;
height: 88upx;
background: #F5F5F6;
border-radius: 8upx;
@ -347,6 +348,7 @@
font-size: 32upx;
font-weight: 400;
color: #5A6875;
padding: 0 20upx;
}
.xz{
background-color: #D3832A !important;

2
pagesHome/pages/PickingScanList/PickingScanList.vue

@ -7,6 +7,8 @@
<view class="hedtopt">
<view class="typto">
<view>备货区域<text class="vibx" @click="showlist">{{items.stockupArea}}</text></view>
</view>
<view class="typto">
<view>备货编码{{items.stockupCode}}</view>
</view>
<view class="typto">

11
pagesHome/pages/StockUplist/StockUplist.vue

@ -36,7 +36,7 @@
<view class="boxcontt">
<view>
<view><text style="color: #90A0AF;">托盘号</text>{{item.pallet}}</view>
<view><text style="color: #90A0AF;" @click.stop="goorderdetail(item)">订单自编码</text>{{item.orderCode}}</view>
<view @click.stop="goorderdetail(item)"><text style="color: #90A0AF;">订单自编码</text>{{item.orderCode}}</view>
</view>
<view>
<view><text style="color: #90A0AF;">计划件数</text>{{item.planNum}}</view>
@ -172,7 +172,7 @@
}
async function ckscanningCode(item){
let data={
stockupId:item.stockArticleId,
stockupId:details.stockupId,
trayId:item.trayId,
reservationId:details.reservationId,
}
@ -332,7 +332,12 @@
margin-bottom: 0;
}
>view{
width: 50%;
flex: 1;
word-wrap: break-word;
word-break: break-all;
&:nth-of-type(1){
margin-right: 30upx;
}
}
}
}

7
pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue

@ -379,7 +379,12 @@
font-weight: 400;
color: #092C4D;
>view{
width: 50%;
flex: 1;
word-wrap: break-word;
word-break: break-all;
&:nth-of-type(1){
margin-right: 30upx;
}
}
}
>.type2{

9
pagesHome/pages/orderDetails/orderDetails.vue

@ -171,9 +171,16 @@
orderCode:details.orderCode,
}
let response=await warehouseUpdownTypeorderUpshelfDetail(data)
if(response.data){
uni.showToast({
title:response.msg,
icon:'none'
})
return
}
details.list=response.data.list
details.detaobj=response.data
}

2
unpackage/dist/dev/app-plus/app-config-service.js vendored

File diff suppressed because one or more lines are too long

2023
unpackage/dist/dev/app-plus/app-service.js vendored

File diff suppressed because it is too large Load Diff

41
unpackage/dist/dev/app-plus/pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.css vendored

@ -225,6 +225,42 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.scviewtary {
width: 21.375rem;
display: flex;
flex-direction: column;
padding: 0.625rem;
box-sizing: border-box;
background-color: #ffffff;
margin: auto;
margin-top: 0.625rem;
border-radius: 0.625rem;
}
.scviewtary .scbox {
width: 100%;
}
.scviewtary .scbox .viebxs {
display: flex;
align-items: center;
}
.scviewtary .scbox .viebxs > uni-view {
min-width: 5.9375rem;
height: 2.75rem;
background: #F5F5F6;
border-radius: 0.25rem;
margin-right: 0.625rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
font-weight: 400;
color: #5A6875;
padding: 0 0.625rem;
}
.scviewtary .scbox .viebxs .xz {
background-color: #D3832A !important;
color: #ffffff !important;
}
.maboxite {
width: 21.375rem;
display: flex;
@ -272,7 +308,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
background: #FFFFFF;
border-radius: 0.625rem;
margin: auto;
margin-top: 2.5rem;
margin-top: 0.625rem;
padding: 1.875rem;
box-sizing: border-box;
display: flex;
@ -332,7 +368,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
}
.scvbox {
width: 100%;
height: 45vh;
height: 40vh;
margin-top: 0.625rem;
}
.scvbox .maxboxs {
@ -409,6 +445,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
}
.scvbox .maxboxs > .items .type1 > uni-view > uni-view:nth-of-type(2) {
color: #092C4D;
flex: 1;
}
.butsca {
display: flex;

7
unpackage/dist/dev/app-plus/pagesHome/pages/StockUplist/StockUplist.css vendored

@ -317,7 +317,12 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
margin-bottom: 0;
}
.scvew .mabx > .item .boxcontt > uni-view > uni-view {
width: 50%;
flex: 1;
word-wrap: break-word;
word-break: break-all;
}
.scvew .mabx > .item .boxcontt > uni-view > uni-view:nth-of-type(1) {
margin-right: 0.9375rem;
}
.scvew .mabx > .item .buttts {
height: 3.125rem;

7
unpackage/dist/dev/app-plus/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.css vendored

@ -307,7 +307,12 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
color: #092C4D;
}
.head > .type1 > uni-view {
width: 50%;
flex: 1;
word-wrap: break-word;
word-break: break-all;
}
.head > .type1 > uni-view:nth-of-type(1) {
margin-right: 0.9375rem;
}
.head > .type2 {
width: 100%;

3
unpackage/dist/dev/app-plus/pagesHome/pages/setbarcode/setbarcode.css vendored

@ -309,9 +309,10 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
font-size: 0.875rem;
font-weight: 400;
color: #90A0AF;
margin-bottom: 0.3125rem;
}
.head > .type1 > uni-view {
width: 50%;
flex: 1;
display: flex;
align-items: flex-start;
}

198
unpackage/dist/dev/mp-weixin/pages/index/index.js vendored

@ -24,105 +24,105 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
const tip = common_vendor.ref(null);
let details = common_vendor.reactive({
tablist: [
{
type: 1,
name: "库内",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "订单分拣",
router: "/pagesHome/pages/ordersorting/ordersorting"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "库存品分拣",
router: "/pagesHome/pages/lnventorysorting/lnventorysorting"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "扫码上架",
router: "/pagesHome/pages/ScanUpType/ScanUpType"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "手动上架",
router: "/pagesHome/pages/PeopleScanUpType/PeopleScanUpType"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "移库",
router: "/pagesHome/pages/RelocationType/RelocationType"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "滞留",
router: "/pagesHome/pages/Retention/Retention"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "合托",
router: "/pagesHome/pages/MergeTray/MergeTray"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "下架",
router: "/pagesHome/pages/DownGoodsType/DownGoodsType"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "空置托盘",
router: "/pagesHome/pages/RemoveTray/RemoveTray"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "复核",
router: "/pagesHome/pages/Check/Check"
}
]
},
{
type: 1,
name: "出库",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "拣货扫描",
router: "/pagesHome/pages/pickingScan/pickingScan"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "自提扫描",
router: "/pagesHome/pages/SelfPickupScan/SelfPickupScan"
}
]
},
{
type: 1,
name: "配送",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "装车扫描",
router: "/pagesHome/pages/LoadingScan/LoadingScan"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "签收扫描",
router: "/pagesHome/pages/signinScan/signinScan"
}
]
},
{
type: 1,
name: "离线上传",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "离线上传",
router: "/pagesHome/pages/OfflineUpload/OfflineUpload"
}
]
}
// {
// type: 1,
// name: '库内',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '订单分拣',
// router: '/pagesHome/pages/ordersorting/ordersorting',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '库存品分拣',
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '扫码上架',
// router: '/pagesHome/pages/ScanUpType/ScanUpType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '手动上架',
// router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '移库',
// router: '/pagesHome/pages/RelocationType/RelocationType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '滞留',
// router: '/pagesHome/pages/Retention/Retention',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '合托',
// router: '/pagesHome/pages/MergeTray/MergeTray',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '下架',
// router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '空置托盘',
// router: '/pagesHome/pages/RemoveTray/RemoveTray',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '复核',
// router: '/pagesHome/pages/Check/Check',
// },
// ]
// },
// {
// type: 1,
// name: '出库',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '拣货扫描',
// router: '/pagesHome/pages/pickingScan/pickingScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '自提扫描',
// router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
// },
// ]
// },
// {
// type: 1,
// name: '配送',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '装车扫描',
// router: '/pagesHome/pages/LoadingScan/LoadingScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '签收扫描',
// router: '/pagesHome/pages/signinScan/signinScan',
// },
// ]
// },
// {
// type: 1,
// name: '离线上传',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '离线上传',
// router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
// },
// ]
// },
]
});
function gopathpage(path) {

6
unpackage/dist/dev/mp-weixin/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.js vendored

@ -46,7 +46,8 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
id: "",
orderType: 0,
inputtxt: "",
listcheckindex: -1
listcheckindex: -1,
isscan: false
});
const tiplists = common_vendor.ref(null);
common_vendor.onLoad((op) => {
@ -63,6 +64,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
if (code) {
console.log(code);
details.scancode = code;
details.isscan = true;
scandata();
}
});
@ -114,7 +116,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
response = await api_user.signforinventory(data);
}
details.datalist = response.data.records || [];
if (loadingNub.value != 0 && response.code == 200) {
if (loadingNub.value != 0 && details.isscan) {
console.log(loadingNub.value + "件");
utils.ttsspke(loadingNub.value + "件");
}

2
unpackage/dist/dev/mp-weixin/pagesHome/pages/DownGoods/DownGoods.wxml vendored

File diff suppressed because one or more lines are too long

2
unpackage/dist/dev/mp-weixin/pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.js vendored

@ -186,7 +186,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
d: common_vendor.t(common_vendor.unref(detaobj).scanNum || 0),
e: common_vendor.f(common_vendor.unref(tabcek), (item, index, i0) => {
return {
a: common_vendor.t(item),
a: common_vendor.t(item || "无托盘信息"),
b: common_vendor.o(($event) => setckindex(index)),
c: common_vendor.n(common_vendor.unref(xzckindex) == index ? "xz" : "")
};

3
unpackage/dist/dev/mp-weixin/pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.wxss vendored

@ -42,7 +42,7 @@
align-items: center;
}
.scviewtary .scbox .viebxs > view {
width: 260rpx;
min-width: 190rpx;
height: 88rpx;
background: #F5F5F6;
border-radius: 8rpx;
@ -53,6 +53,7 @@
font-size: 32rpx;
font-weight: 400;
color: #5A6875;
padding: 0 20rpx;
}
.scviewtary .scbox .viebxs .xz {
background-color: #D3832A !important;

2
unpackage/dist/dev/mp-weixin/pagesHome/pages/PickingScanList/PickingScanList.wxml vendored

@ -1 +1 @@
<u-navbar wx:if="{{a}}" u-i="a4cad92c-0" bind:__l="__l" u-p="{{a}}"></u-navbar><view class="hedtopt"><view class="typto"><view>备货区域:<text class="vibx" bindtap="{{c}}">{{b}}</text></view><view>备货编码:{{d}}</view></view><view class="typto"><view>备货状态:{{e}}</view><view>备货类型:{{f}}</view></view></view><scroll-view class="scoolv" scroll-y="true"><view class="minbx"><view wx:for="{{g}}" wx:for-item="item" class="its" bindtap="{{item.f}}"><view class="titl"> 客户:{{item.a}}</view><view class="contsx"><view><view><text style="color:#90A0AF">备货是否完成:</text>{{item.b}}</view><view><text style="color:#90A0AF">备货类型:</text>{{item.c}}</view></view><view><view><view>订单总数</view><view>{{item.d}}</view></view><view><view>计划件数</view><view>{{item.e}}</view></view></view></view></view></view></scroll-view><saomiao2 u-i="a4cad92c-1" bind:__l="__l"></saomiao2><tiplist class="r" u-r="tiplists" u-i="a4cad92c-2" bind:__l="__l"></tiplist><tips class="r" u-r="tip" u-i="a4cad92c-3" bind:__l="__l"></tips>
<u-navbar wx:if="{{a}}" u-i="a4cad92c-0" bind:__l="__l" u-p="{{a}}"></u-navbar><view class="hedtopt"><view class="typto"><view>备货区域:<text class="vibx" bindtap="{{c}}">{{b}}</text></view></view><view class="typto"><view>备货编码:{{d}}</view></view><view class="typto"><view>备货状态:{{e}}</view><view>备货类型:{{f}}</view></view></view><scroll-view class="scoolv" scroll-y="true"><view class="minbx"><view wx:for="{{g}}" wx:for-item="item" class="its" bindtap="{{item.f}}"><view class="titl"> 客户:{{item.a}}</view><view class="contsx"><view><view><text style="color:#90A0AF">备货是否完成:</text>{{item.b}}</view><view><text style="color:#90A0AF">备货类型:</text>{{item.c}}</view></view><view><view><view>订单总数</view><view>{{item.d}}</view></view><view><view>计划件数</view><view>{{item.e}}</view></view></view></view></view></view></scroll-view><saomiao2 u-i="a4cad92c-1" bind:__l="__l"></saomiao2><tiplist class="r" u-r="tiplists" u-i="a4cad92c-2" bind:__l="__l"></tiplist><tips class="r" u-r="tip" u-i="a4cad92c-3" bind:__l="__l"></tips>

6
unpackage/dist/dev/mp-weixin/pagesHome/pages/StockUplist/StockUplist.js vendored

@ -74,7 +74,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
}
async function ckscanningCode(item) {
let data = {
stockupId: item.stockArticleId,
stockupId: details.stockupId,
trayId: item.trayId,
reservationId: details.reservationId
};
@ -155,8 +155,8 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
return common_vendor.e({
a: common_vendor.t(item.allocation),
b: common_vendor.t(item.pallet),
c: common_vendor.o(($event) => goorderdetail(item)),
d: common_vendor.t(item.orderCode),
c: common_vendor.t(item.orderCode),
d: common_vendor.o(($event) => goorderdetail(item)),
e: common_vendor.t(item.planNum),
f: common_vendor.t(item.scanNum),
g: item.trayLean

2
unpackage/dist/dev/mp-weixin/pagesHome/pages/StockUplist/StockUplist.wxml vendored

@ -1 +1 @@
<u-navbar wx:if="{{a}}" u-i="28ffa760-0" bind:__l="__l" u-p="{{a}}"></u-navbar><view class="head"><view class="type1"><view>客户:{{b}}</view><view>备货区域:{{c}}</view></view><view class="type1"><view>计划件数:{{d}}</view><view>扫码件数:{{e}}</view></view></view><view class="tabtip"><view bindtap="{{g}}"><view class="{{f}}">定制品</view></view><view bindtap="{{i}}"><view class="{{h}}">库存品</view></view></view><scroll-view scroll-y="true" class="scvew"><view class="mabx"><block wx:if="{{j}}"><view wx:for="{{k}}" wx:for-item="item" class="item"><view class="toptitl"><view class="toplft"> 库位号:{{item.a}}</view><view class="tis bf"> 按件扫描 </view></view><view class="boxcontt"><view><view><text style="color:#90A0AF">托盘号:</text>{{item.b}}</view><view><text style="color:#90A0AF" catchtap="{{item.c}}">订单自编码:</text>{{item.d}}</view></view><view><view><text style="color:#90A0AF">计划件数:</text>{{item.e}}</view><view><text style="color:#90A0AF">扫描件数:</text>{{item.f}}</view></view></view><view class="buttts"><view wx:if="{{item.g}}" class="antu" bindtap="{{item.h}}"> 整托备货扫码 </view><view class="anj" bindtap="{{item.j}}">{{item.i}}</view></view></view></block><block wx:if="{{l}}"><view wx:for="{{m}}" wx:for-item="item" class="item"><view class="boxcontt"><view><view><text style="color:#90A0AF">货位:</text>{{item.a}}</view><view><text style="color:#90A0AF">物品:</text>{{item.b}}</view></view><view><view><text style="color:#90A0AF">SKU:</text>{{item.c}}</view><view><text style="color:#90A0AF">规格:</text>{{item.d}}</view></view><view><view><text style="color:#90A0AF">计划数量:</text>{{item.e}}</view><view><text style="color:#90A0AF">单位:</text>{{item.f}}</view></view></view><view class="buttts"><view class="anj" bindtap="{{item.g}}"> 配置包条码 </view></view></view></block></view></scroll-view><tiplist class="r" u-r="tiplists" u-i="28ffa760-1" bind:__l="__l"></tiplist>
<u-navbar wx:if="{{a}}" u-i="28ffa760-0" bind:__l="__l" u-p="{{a}}"></u-navbar><view class="head"><view class="type1"><view>客户:{{b}}</view><view>备货区域:{{c}}</view></view><view class="type1"><view>计划件数:{{d}}</view><view>扫码件数:{{e}}</view></view></view><view class="tabtip"><view bindtap="{{g}}"><view class="{{f}}">定制品</view></view><view bindtap="{{i}}"><view class="{{h}}">库存品</view></view></view><scroll-view scroll-y="true" class="scvew"><view class="mabx"><block wx:if="{{j}}"><view wx:for="{{k}}" wx:for-item="item" class="item"><view class="toptitl"><view class="toplft"> 库位号:{{item.a}}</view><view class="tis bf"> 按件扫描 </view></view><view class="boxcontt"><view><view><text style="color:#90A0AF">托盘号:</text>{{item.b}}</view><view catchtap="{{item.d}}"><text style="color:#90A0AF">订单自编码:</text>{{item.c}}</view></view><view><view><text style="color:#90A0AF">计划件数:</text>{{item.e}}</view><view><text style="color:#90A0AF">扫描件数:</text>{{item.f}}</view></view></view><view class="buttts"><view wx:if="{{item.g}}" class="antu" bindtap="{{item.h}}"> 整托备货扫码 </view><view class="anj" bindtap="{{item.j}}">{{item.i}}</view></view></view></block><block wx:if="{{l}}"><view wx:for="{{m}}" wx:for-item="item" class="item"><view class="boxcontt"><view><view><text style="color:#90A0AF">货位:</text>{{item.a}}</view><view><text style="color:#90A0AF">物品:</text>{{item.b}}</view></view><view><view><text style="color:#90A0AF">SKU:</text>{{item.c}}</view><view><text style="color:#90A0AF">规格:</text>{{item.d}}</view></view><view><view><text style="color:#90A0AF">计划数量:</text>{{item.e}}</view><view><text style="color:#90A0AF">单位:</text>{{item.f}}</view></view></view><view class="buttts"><view class="anj" bindtap="{{item.g}}"> 配置包条码 </view></view></view></block></view></scroll-view><tiplist class="r" u-r="tiplists" u-i="28ffa760-1" bind:__l="__l"></tiplist>

7
unpackage/dist/dev/mp-weixin/pagesHome/pages/StockUplist/StockUplist.wxss vendored

@ -115,7 +115,12 @@
margin-bottom: 0;
}
.scvew .mabx > .item .boxcontt > view > view {
width: 50%;
flex: 1;
word-wrap: break-word;
word-break: break-all;
}
.scvew .mabx > .item .boxcontt > view > view:nth-of-type(1) {
margin-right: 30rpx;
}
.scvew .mabx > .item .buttts {
height: 100rpx;

7
unpackage/dist/dev/mp-weixin/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.wxss vendored

@ -105,7 +105,12 @@
color: #092C4D;
}
.head > .type1 > view {
width: 50%;
flex: 1;
word-wrap: break-word;
word-break: break-all;
}
.head > .type1 > view:nth-of-type(1) {
margin-right: 30rpx;
}
.head > .type2 {
width: 100%;

Loading…
Cancel
Save