Browse Source

wan shan pan dian

myd
qb 1 year ago
parent
commit
6f1d075dc0
  1. 4
      manifest.json
  2. 2
      pages/user/user.vue
  3. 3
      pagesHome/pages/DownGoods/DownGoods.vue
  4. 55
      pagesHome/pages/inventoryType/inventoryType.vue
  5. 8
      pagesHome/pages/inventoryenter/inventoryenter.vue
  6. 14
      pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue
  7. 74
      pagesHome/pages/orderInquiry/orderInquiry.vue
  8. 85
      pagesTask/pages/checkTaskList/checkTaskList.vue
  9. 243
      pagesTask/pages/contracts/contracts.vue
  10. 64
      pagesTask/pages/dynamicCheck/dynamicCheck.vue
  11. 252
      pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue
  12. 113
      pagesTask/pages/trayCheckDetails/trayCheckDetails.vue
  13. 2
      unpackage/dist/dev/app-plus/app-config-service.js
  14. 4474
      unpackage/dist/dev/app-plus/app-service.js
  15. 14
      unpackage/dist/dev/app-plus/app.css
  16. 4
      unpackage/dist/dev/app-plus/manifest.json

4
manifest.json

@ -2,8 +2,8 @@
"name" : "货无忧",
"appid" : "__UNI__EB22F37",
"description" : "",
"versionName" : "1.0.3",
"versionCode" : 103,
"versionName" : "1.0.7",
"versionCode" : 107,
"transformPx" : false,
/* 5+App */
"app-plus" : {

2
pages/user/user.vue

@ -173,7 +173,7 @@
//
// let version = await utils.getversion()
let version = {
version: '1.0.3',
version: '1.0.7',
pkName: 'com.hwy.pda'
}
console.log("version 版本>>>>", version)

3
pagesHome/pages/DownGoods/DownGoods.vue

@ -566,6 +566,9 @@
}
function setshowstate(state : number) {
details.showstate = state
//
details.codelist = []
details.scancode = ''
}
function checkmake() {
let list = []

55
pagesHome/pages/inventoryType/inventoryType.vue

@ -1,8 +1,7 @@
<template>
<!-- <u-navbar title="库存品打托方式" placeholder border=true :autoBack="true" leftIconSize='35'></u-navbar> -->
<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="pepleview">
<view class="pepleietm" @click="gotourl(item)" v-for="item in typelist">
<image :src="item.src"></image>
@ -19,22 +18,22 @@
onUnload
} from '@dcloudio/uni-app'
import { ref } from "vue";
let typelist = ref<{ type : number, name : string,src:string }[]>([])
let pageType=ref(null)
let trayCode=ref(null)
let typelist = ref<{ type : number, name : string, src : string }[]>([])
let pageType = ref(null)
let trayCode = ref(null)
onLoad((op) => {
pageType.value=op.type
trayCode.value=op.trayCode
pageType.value = op.type
trayCode.value = op.trayCode
typelist.value = [
{ type: 1, name: '物料编码',src:'/pagesHome/static/dtfsicon1.png' },
{ type: 2, name: '物料名称',src:'/pagesHome/static/dtfsicon2.png' },
{ type: 2, name: '其他',src:'/pagesHome/static/dtfsicon3.png' },
{ type: 1, name: '物料编码', src: '/pagesHome/static/dtfsicon1.png' },
// { type: 2, name: '',src:'/pagesHome/static/dtfsicon2.png' },
// { type: 2, name: '', src: '/pagesHome/static/dtfsicon3.png' },
]
let trayCodeTypearr=uni.getStorageSync('trayCodeType')
trayCodeTypearr.map((item,index)=>{
typelist.value.map((ite,inde)=>{
if(item.dictValue==ite.name){
typelist.value[inde]['dictKey']=item.dictKey
let trayCodeTypearr = uni.getStorageSync('trayCodeType')
trayCodeTypearr.map((item, index) => {
typelist.value.map((ite, inde) => {
if (item.dictValue == ite.name) {
typelist.value[inde]['dictKey'] = item.dictKey
}
})
})
@ -43,11 +42,11 @@
let url = ''
if (Number(pageType.value) == 1) {
// url = '/pagesHome/pages/inventoryDetail/inventoryDetail?type='+item.type+
url = '/pagesHome/pages/inventoryenter/inventoryenter?type='+item.type+
'&trayCode='+trayCode.value+'&trayType='+item.dictKey
url = '/pagesHome/pages/inventoryenter/inventoryenter?type=' + item.type +
'&trayCode=' + trayCode.value + '&trayType=' + item.dictKey
} else if (Number(pageType.value) == 2) {
url = '/pagesHome/pages/inventoryenter/inventoryenter?type='+item.type+
'&trayCode='+trayCode.value+'&trayType='+item.dictKey
url = '/pagesHome/pages/inventoryenter/inventoryenter?type=' + item.type +
'&trayCode=' + trayCode.value + '&trayType=' + item.dictKey
}
uni.redirectTo({
url
@ -56,12 +55,13 @@
</script>
<style lang="scss">
.pepleview{
.pepleview {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 40upx;
.pepleietm{
.pepleietm {
width: 600upx;
height: 520upx;
background: #FFFFFF;
@ -71,14 +71,16 @@
align-items: center;
justify-content: center;
flex-direction: column;
box-shadow: 0rpx 8rpx 20rpx 0rpx rgba(0,0,0,0.1);
>image{
width:320upx;
box-shadow: 0rpx 8rpx 20rpx 0rpx rgba(0, 0, 0, 0.1);
>image {
width: 320upx;
height: 320upx;
margin-bottom: 40upx;
}
}
}
.maxbxview {
display: flex;
flex-direction: column;
@ -96,7 +98,8 @@
color: #FA8C16;
font-size: 28upx;
margin-bottom: 50upx;
box-shadow: 0rpx 8rpx 20rpx 0rpx rgba(0,0,0,0.1);
box-shadow: 0rpx 8rpx 20rpx 0rpx rgba(0, 0, 0, 0.1);
&:nth-last-child(1) {
margin-bottom: 0;
}

8
pagesHome/pages/inventoryenter/inventoryenter.vue

@ -219,6 +219,7 @@
console.log("list", list)
list.push(item?.marketName)
})
console.log('details.Marketlist :>> ', details.Marketlist);
tiplists.value.setdetails({
title: '请选择商场',
isshow: true,
@ -239,6 +240,7 @@
}
const { list, checklist } = deta
marketName.value = list[checklist[0]]
details.marketId = details.Marketlist.find(val => val.marketName === marketName.value).marketId
tiplists.value.setdetails({ isshow: false })
},
cancel: (details) => {
@ -285,7 +287,7 @@
}
async function schbut() {
let data = {
marketId: details.Marketlist[details.checkmakindex].marketId,
marketId: details.marketId,
materialCode: details.materialCode
}
let res = await warehouseTrayTypeselectStockByMaterialCodeAndMarketId(data)
@ -314,10 +316,10 @@
details.scanlist.map(async (item, index) => {
if (item.maknumber) {
let data = {
trayType: details.trayType,
trayType: 100,
trayCode: details.trayCode,
num: item.maknumber,
marketId: details.Marketlist[details.checkmakindex].marketId,
marketId: details.marketId,
materialCode: item.cargoNumber,
incomingBatch: item.incomingBatch
}

14
pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue

@ -148,7 +148,8 @@
//
antiShake = null
// ,
if (res.data.records.length < details.pageSize) {
console.log('res :>> ', res);
if (res.data.records.length < details.pageSize || details.pageNum >= res.pages) {
uni.showToast({
title: '已经到底了',
icon: 'success'
@ -288,9 +289,18 @@
} else if (details.pageType == 2) {
res = await warehouseTrayTypestockNoDataPageList(submitData)
}
details.datelist = res.data.records
// details.datelist = res.data.records
console.log('res :>> ', res);
const { code, data } = res
if (code === 200 && data) details.datelist = [...details.datelist, ...data.records]
console.log('details.datelist :>> ', details.datelist);
if (res.data.records.length < details.pageSize || details.pageNum >= res.pages) {
uni.showToast({
title: '已经到底了',
icon: 'success'
})
return option.isEnd = true
}
return res
}
function goscansorttype() {

74
pagesHome/pages/orderInquiry/orderInquiry.vue

@ -7,7 +7,7 @@
<!-- 顶部搜索栏 -->
<view class="header-search">
<view class="search">
<input class="searchInput" v-model="searchForm.condition" type="text" @input='distributionOrder'>
<input class="searchInput" v-model="scancode" type="text">
<!-- 搜索结果列表 -->
<view class="searchResultList" v-if="isShowOrderList">
@ -90,9 +90,9 @@
<view @click="showArticleMadeToOrderModule">
订制品(<text class="title__number">{{packageList.length}}</text>)
</view>
<view @click="showArticleMadeToOrder = false">
<!-- <view @click="showArticleMadeToOrder = false">
成品(<text class="title__number">{{packageList.length}}</text>)
</view>
</view> -->
</view>
<!-- 订制品 -->
@ -139,10 +139,18 @@
</view>
</u-popup>
<saomiao2></saomiao2>
</template>
<script lang="ts" setup>
import { ref, reactive, shallowRef } from 'vue';
import { ref, reactive, shallowRef, watch } from 'vue';
import {
onShow,
onHide,
onReachBottom,
onPullDownRefresh
} from '@dcloudio/uni-app'
import {
distributionOrderInFuzzyQuery,
distributionOrderInfoInQuery,
@ -176,6 +184,9 @@
//
const showPopup = ref<Boolean>(false)
//
const scancode = ref<string>('')
//
const orderStateDictionaries = reactive({
'10': '部分入库',
@ -199,28 +210,29 @@
type: 2
},
],
type: 2,
type: 1,
})
//
const templateHtml = ref<string>('')
//
let timer : any
//
function distributionOrder() : void {
//
if (timer) clearTimeout(timer)
timer = setTimeout(async () => {
//
let res = await distributionOrderInFuzzyQuery(searchForm)
isShowOrderList.value = true
const { code, data } = res
if (code === 200) {
distributionOrderList.value = data
//
onShow(() => {
uni.$on('scancodedate', function (code) {
if (code) {
scancode.value = code
scandata()
}
}, 1000)
}
})
})
//
onHide(() => {
uni.$off('scancodedate')
})
function scandata() { }
// type
function handleSearchFormType(type : number) {
@ -236,7 +248,7 @@
//
async function handleSearchOrder(order : string) {
searchForm.condition = order
scancode.value = order
//
isShowOrderList.value = false
//
@ -296,6 +308,26 @@
console.log(templateHtml)
}
}
//
let timer : any
watch([scancode], (newVal) => {
console.log('newVal :>> ', newVal);
//
//
if (timer) clearTimeout(timer)
timer = setTimeout(async () => {
searchForm.condition = scancode.value
//
let res = await distributionOrderInFuzzyQuery(searchForm)
isShowOrderList.value = true
const { code, data } = res
if (code === 200) {
distributionOrderList.value = data
}
}, 1000)
})
</script>
<style lang="scss" scoped>

85
pagesTask/pages/checkTaskList/checkTaskList.vue

@ -28,7 +28,7 @@
<template v-if="pageType === 2">
<!-- 顶部 -->
<view class="main_top">
<input type="text" v-model="details.searchText.taryText" placeholder="请输入托盘码" class="main_top_search" />
<input type="text" v-model="details.scancode" placeholder="请输入库位码" class="main_top_search" />
<view class="button" @click="searchStorage">搜索</view>
</view>
@ -103,7 +103,7 @@
<template v-if="pageType === 4">
<!-- 顶部 -->
<view class="main_top">
<input type="text" v-model="details.searchText.taryText" placeholder="请输入托盘码" class="main_top_search" />
<input type="text" v-model="details.scancode" placeholder="请输入托盘码" class="main_top_search" />
<view class="button" @click="searchTary">搜索</view>
</view>
@ -181,7 +181,7 @@
isEnd: false,
warehouseId: ''
})
const placeholder = ref('请输入')
const isDropdownOpen = ref(false) //
const selectedValue = ref({
value: '1', label: '定制品'
@ -196,6 +196,11 @@
}
const selectOption = (option) => {
selectedValue.value = option; //
if (option.value == 1) {//
placeholder.value = '请输入合同号'
} else {
placeholder.value = '请输入物料编码'
}
console.log(option);
isDropdownOpen.value = false; //
}
@ -214,30 +219,36 @@
details.marketName = data.marketName
// ,
if (pageType === 2) details.isscan = true
if (pageType === 3) details.isscan = true
if (pageType === 3) {
details.isscan = true
infodata.value = data
pgetContractList({
taskId: data.id,
warehouseId: data.warehouseId
}).then(res => {
if (res.code = 200 && res.data) {
details.renderList = res.data.records
}
// console.log(res.data.records);
// details.renderList=res.data.records
})
}
else details.isscan = false
infodata.value = data
pgetContractList({
taskId: data.id,
warehouseId: data.warehouseId
}).then(res => {
if (res.code = 200 && res.data) {
details.renderList = res.data.records
}
console.log(res);
utils.ttsspke(res.msg)
// console.log(res.data.records);
// details.renderList=res.data.records
})
//
initPage()
if (details.pageType === 1) return
else if (details.pageType === 2) return utils.ttsspke('请扫描库位码')
else if (details.pageType === 3) return utils.ttsspke('请扫描包条码或输入订单自编码')
else if (details.pageType === 4) return utils.ttsspke('请扫描托盘')
})
//
onShow(() => {
uni.$on('scancodedate', function (code) {
if (code) {
console.log('code :>> ', code);
details.scancode = code
scandata()
@ -341,7 +352,7 @@
}
//
function scandata() {
async function scandata() {
//
if (details.isscan) return
@ -354,25 +365,51 @@
console.log(res);
if (res.code != 403) {
uni.navigateTo({
url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${details.scancode}&questId=${details.id}`
url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${details.scancode}&questId=${details.id}&marketName=${JSON.stringify(details.marketName)}`
})
}
})
return
}
if (details.pageType == 3) {
postqueryContractList({
taskId: details.id,
goodsType: selectedValue.value.value,
warehouseId: details.warehouseId,
type: '1',
code: details.scancode
}).then(res => {
console.log(res, 'res===');
utils.ttsspke(res.audio)
if (res.code != 3001) {
details.renderList = res.data
}
})
}
if (details.pageType === 4) {
const res = getTaryList()
const { msg } = await res
uni.showToast({
title: msg,
icon: 'none'
})
}
}
//
const searchStorage = () => {
getWarehouseTaskAllocationDetailByStrip({
questId: details.id,
allocationId: details.searchText.taryText
allocationId: details.scancode
}).then(res => {
console.log(res);
console.log('res >>>>>>>>', res);
if (res.code !== 403) {
uni.navigateTo({
url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${details.searchText.taryText}&questId=${details.id}`
url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${details.searchText.taryText}&questId=${details.id}&marketName=${JSON.stringify(details.marketName)}`
})
}
})
@ -387,7 +424,7 @@
console.log(res);
if (res.code != 403) {
uni.navigateTo({
url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${val.allocationId}&questId=${details.id}`
url: `/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails?allocationId=${val.allocationId}&questId=${details.id}&marketName=${JSON.stringify(details.marketName)}`
})
}
})
@ -415,7 +452,7 @@
// ,
const contract = (val) => {
uni.navigateTo({
url: `/pagesTask/pages/contracts/contracts?warehouseId=${details.warehouseId}&taskId=${details.id}&orderId=${val.orderId}&isInventory=${val.isInventory}`
url: `/pagesTask/pages/contracts/contracts?warehouseId=${details.warehouseId}&taskId=${details.id}&orderCode=${val.orderCode}&isInventory=${val.isInventory}&marketName=${JSON.stringify(details.marketName)}&martialCode=${val.martialCode}`
})
}
//

243
pagesTask/pages/contracts/contracts.vue

@ -53,6 +53,7 @@
<!-- 控件 -->
<view class="control">
<view class="button" @click="showControl = true" v-show="!showControl">批量操作</view>
<view class="button" @click="grounding" v-show="!showControl">添加物料</view>
<template v-if="showControl">
<view class="button" @click="handleInvertSelection">反选</view>
@ -233,7 +234,8 @@
pcontractQuestDetailList,
getWarehouseUpdateQuestDetail,
postqueryupdateQuestDetailAllocation,
getWarehouseDeleteQuestDetail
getWarehouseDeleteQuestDetail,
getWarehouseSaveNewQuestDetail
} from '@/api/user.js';
import utils from '@/utils/utils.js';
@ -284,6 +286,8 @@
'',
'red'
],
marketName: [],
goodsType: ''
})
const infos = ref({})//
//
@ -365,6 +369,7 @@
//
onLoad((info) => {
infos.value = info
details.marketName = JSON.parse(info.marketName)
console.log(info, 'infos==========');
Tjinfo()//
})
@ -390,38 +395,38 @@
//
function reachBottomInitPage() {
// ,
if (option.isEnd) {
return uni.showToast({
icon: 'success',
title: '数据已加载完毕'
})
}
if (antiShake) {
uni.hideLoading()
//
clearTimeout(antiShake)
return antiShake = null
}
// Loading,
uni.showLoading({
title: '正在加载',
mask: true
})
antiShake = setTimeout(async () => {
//
console.log('触底')
//
if (tabBarCode.value === 1) { Tjinfo() }
//
if (tabBarCode.value === 2) { Tjinfo() }
//
if (tabBarCode.value === 3) { Tjinfo() }
// Loading
uni.hideLoading()
//
antiShake = null
}, 1000)
// if (option.isEnd) {
// return uni.showToast({
// icon: 'success',
// title: ''
// })
// }
// if (antiShake) {
// uni.hideLoading()
// //
// clearTimeout(antiShake)
// return antiShake = null
// }
// // Loading,
// uni.showLoading({
// title: '',
// mask: true
// })
// antiShake = setTimeout(async () => {
// //
// console.log('')
// //
// if (tabBarCode.value === 1) { Tjinfo() }
// //
// if (tabBarCode.value === 2) { Tjinfo() }
// //
// if (tabBarCode.value === 3) { Tjinfo() }
// // Loading
// uni.hideLoading()
// //
// antiShake = null
// }, 1000)
}
//
@ -436,12 +441,20 @@
//
function Tjinfo() {
pcontractQuestDetailList({
const FormData = {
warehouseId: infos.value.warehouseId,
taskId: infos.value.taskId,
orderId: infos.value.orderId,
orderCode: infos.value.orderCode,
isInventory: infos.value.isInventory
}).then(res => {
}
console.log('infos :>> ', infos);
if (infos.value.isInventory === '1') {
FormData.orderCode = infos.value.martialCode
}
pcontractQuestDetailList(FormData).then(res => {
console.log(res);
//
if (res.data.isInventory == 1) {
@ -464,6 +477,9 @@
article.finishNum = res.data.unTotal//
details.renderList = res.data.packagelistVOList
details.checkList = details.renderList.map(() => false)
if (stock.isInventory === 1) details.goodsType = '库存品'
else if (zero.isZero === 1) details.goodsType = '零担'
else details.goodsType = '定制品'
})
}
@ -492,9 +508,38 @@
}
//
function scandata() {
details.isScan = true
Tjinfo()
async function scandata() {
if (details.goodsType !== '定制品') return
details.scancode
const flag = details.renderList.find(val => val.orderPackageCode === details.scancode)
console.log('flag :>> ', flag);
//
if (flag) {
const questDetailList = [{
id: flag.questDetailId,
//
stockNum: flag.quantity,
//
lossNum: 0,
//
deliveNum: 0,
//
wornNum: 0,
//
noRepairNum: 0,
//
noReceivedNum: 0,
}]
const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: infos.value.taskId })
const { code, msg } = res
console.log('res :>> ', res);
if (code === 200) {
Tjinfo()
utils.ttsspke(msg)
}
} else {
grounding()
}
}
//
@ -856,6 +901,126 @@
})
}
/**
* 新增物料
*/
function grounding() {
const marketName = Array.from(details.marketName)
console.log('marketName :>> ', marketName);
let goodsType = details.goodsType
tiplists.value.setdetails({
title: '新增',
isshow: true,
tipstate: 5,
upform: {
article: {
//
contractNumber: '',
//
orderPackageCode: details.scancode
},
stock: {}
},
marketName,
// goodsType: '',
goodsType,
confirmTxt: '确认新增',
isonecheck: true,
success: async (deta) => {
let submitData : any = {}
if (goodsType === '定制品') submitData = articleAdd(deta)
if (goodsType === '零担') {
uni.showToast({
title: '功能还在开发中'
})
tiplists.value.setdetails({ isshow: false })
return submitData = zeroAdd(deta)
}
if (goodsType === '库存品') submitData = stockAdd(deta)
const res = await getWarehouseSaveNewQuestDetail(submitData)
console.log('res :>> ', res);
const { code } = res
if (code === 200) {
Tjinfo()
uni.showToast({
title: '操作成功',
icon: 'success'
})
}
tiplists.value.setdetails({ isshow: false })
},
cancel: () => {
tiplists.value.setdetails({ isshow: false })
},
close: () => {
tiplists.value.setdetails({ isshow: false })
}
})
}
//
function articleAdd(deta) {
const { upform: { article: { contractNumber, orderPackageCode } } } = deta
if (!contractNumber) return uni.showToast({
title: '请输入合同号',
icon: 'none'
})
if (!orderPackageCode) return uni.showToast({
title: '请输入或扫描包条码',
icon: 'none'
})
const submitData = {
questDetail: {
ordePackageCode: orderPackageCode,
orderCode: contractNumber,
stockNum: 1,
},
orderCode: article.allocationCode,
questTarget: 1,
questType: 3,
questId: infos.value.taskId,
}
return submitData
}
//
function zeroAdd(deta) { }
//
function stockAdd(deta) {
console.log('deta :>> ', deta);
const { upform: { stock: { orderCode, stockNum, marketName, incomingBatch } } } = deta
// if (!contractNumber) return uni.showToast({
// title: '',
// icon: 'none'
// })
// if (!orderPackageCode) return uni.showToast({
// title: '',
// icon: 'none'
// })
console.log('data :>> ', deta);
const submitData = {
questDetail: {
orderCode: orderCode,
stockNum: stockNum,
marketName,
incomingBatch
},
orderCode: article.allocationCode,
questTarget: 3,
questType: 3,
questId: infos.value.taskId,
}
return submitData
}
// watch([articleList, zeroList, stockList, tabBarCode], () => {
// //
// if (tabBarCode.value === 1) {

64
pagesTask/pages/dynamicCheck/dynamicCheck.vue

@ -89,9 +89,9 @@
},
reachBottomInitPage: () => {
// +1
details.page.current += 1
//
initPage()
// details.page.current += 1
// //
// initPage()
},
haveData: false,
isEnd: false
@ -102,35 +102,35 @@
// uni.startPullDownRefresh()
})
//
let antiShake : any = null
//
onReachBottom(() => {
// ,
if (isEnd) {
return uni.showToast({
title: '数据加载完毕',
icon: 'success'
})
}
if (antiShake) {
uni.hideLoading()
//
clearTimeout(antiShake)
return antiShake = null
}
uni.showLoading({
mask: true,
title: '数据加载中'
})
antiShake = setTimeout(async () => {
// +1
details.page.current += 1
//
await initPage()
uni.hideLoading()
}, 500)
})
// //
// let antiShake : any = null
// //
// onReachBottom(() => {
// // ,
// if (isEnd) {
// return uni.showToast({
// title: '',
// icon: 'success'
// })
// }
// if (antiShake) {
// uni.hideLoading()
// //
// clearTimeout(antiShake)
// return antiShake = null
// }
// uni.showLoading({
// mask: true,
// title: ''
// })
// antiShake = setTimeout(async () => {
// // +1
// details.page.current += 1
// //
// await initPage()
// uni.hideLoading()
// }, 500)
// })
//
onPullDownRefresh(async () => {

252
pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue

@ -49,6 +49,7 @@
<!-- 控件 -->
<view class="control">
<view class="button" @click="showControl = true" v-show="!showControl">批量操作</view>
<view class="button" @click="grounding" v-show="!showControl">添加物料</view>
<template v-if="showControl">
<view class="button" @click="handleInvertSelection">反选</view>
@ -237,7 +238,8 @@
getallocationDetailByStockList,
postqueryupdateQuestDetailAllocation,
getWarehouseUpdateQuestDetail,
getWarehouseDeleteQuestDetail
getWarehouseDeleteQuestDetail,
getWarehouseSaveNewQuestDetail
} from '@/api/user.js';
const option = reactive({
@ -286,6 +288,7 @@
'',
'red'
],
marketName: []
})
//
@ -373,6 +376,8 @@
onLoad((info) => {
details.allocationId = info.allocationId
details.questId = info.questId
console.log('info :>> ', info.marketName);
details.marketName = JSON.parse(info.marketName)
initArticle()
initZero()
initStock()
@ -395,44 +400,44 @@
uni.$off('scancodedate')
})
//
let antiShake : any = null
//
function reachBottomInitPage() {
// ,
if (option.isEnd) {
return uni.showToast({
icon: 'success',
title: '数据已加载完毕'
})
}
if (antiShake) {
uni.hideLoading()
//
clearTimeout(antiShake)
return antiShake = null
}
// Loading,
uni.showLoading({
title: '正在加载',
mask: true
})
antiShake = setTimeout(async () => {
//
console.log('触底')
//
if (tabBarCode.value === 1) { initPage() }
//
if (tabBarCode.value === 2) { initPage() }
//
if (tabBarCode.value === 3) { initPage() }
// Loading
uni.hideLoading()
//
antiShake = null
}, 1000)
}
// //
// let antiShake : any = null
// //
// function reachBottomInitPage() {
// // ,
// if (option.isEnd) {
// return uni.showToast({
// icon: 'success',
// title: ''
// })
// }
// if (antiShake) {
// uni.hideLoading()
// //
// clearTimeout(antiShake)
// return antiShake = null
// }
// // Loading,
// uni.showLoading({
// title: '',
// mask: true
// })
// antiShake = setTimeout(async () => {
// //
// console.log('')
// //
// if (tabBarCode.value === 1) { initPage() }
// //
// if (tabBarCode.value === 2) { initPage() }
// //
// if (tabBarCode.value === 3) { initPage() }
// // Loading
// uni.hideLoading()
// //
// antiShake = null
// }, 1000)
// }
//
async function initPage() {
@ -456,11 +461,6 @@
type: 1,
}
//
if (details.isScan) {
submitData.type = 2
submitData.code = details.scancode
}
try {
const res = await getWarehouseTaskAllocationDetailByStrip(submitData)
console.log('res :>>1 ', res)
@ -492,11 +492,7 @@
allocationId: details.allocationId,
type: 2,
}
//
if (details.isScan) {
submitData.type = 2
submitData.code = details.scancode
}
try {
const res = await getallocationDetailByZeroWaList(submitData)
console.log('res :>>0蛋 ', res)
@ -527,11 +523,6 @@
type: 3,
}
//
if (details.isScan) {
submitData.type = 2
submitData.code = details.scancode
}
try {
const res = await getallocationDetailByStockList(submitData)
console.log('res :>>库存 ', res)
@ -551,9 +542,38 @@
}
//
function scandata() {
details.isScan = true
initPage()
async function scandata() {
if (details.tabBarCode !== 1) return
details.scancode
const flag = article.articleList.find(val => val.ordePackageCode === details.scancode)
console.log('flag :>> ', flag);
//
if (flag) {
const questDetailList = [{
id: flag.id,
//
stockNum: flag.stockNum,
//
lossNum: 0,
//
deliveNum: 0,
//
wornNum: 0,
//
noRepairNum: 0,
//
noReceivedNum: 0,
}]
const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: details.questId })
const { code, msg } = res
console.log('res :>> ', res);
if (code === 200) {
initPage()
utils.ttsspke(msg)
}
} else {
grounding()
}
}
//
@ -805,6 +825,124 @@
} finally { }
}
/**
* 新增物料
*/
function grounding() {
const marketName = Array.from(details.marketName)
console.log('marketName :>> ', marketName);
const goodsType = ['定制品', '零担', '库存品']
tiplists.value.setdetails({
title: '新增',
isshow: true,
tipstate: 5,
upform: {
article: {
//
contractNumber: '',
//
orderPackageCode: details.scancode
},
stock: {}
},
marketName,
// goodsType: '',
goodsType: goodsType[tabBarCode.value - 1],
confirmTxt: '确认新增',
isonecheck: true,
success: async (deta) => {
let submitData : any = {}
if (tabBarCode.value === 1) submitData = articleAdd(deta)
if (tabBarCode.value === 2) {
uni.showToast({
title: '功能还在开发中'
})
tiplists.value.setdetails({ isshow: false })
return submitData = zeroAdd(deta)
}
if (tabBarCode.value === 3) submitData = stockAdd(deta)
const res = await getWarehouseSaveNewQuestDetail(submitData)
console.log('res :>> ', res);
const { code } = res
if (code === 200) {
initPage()
uni.showToast({
title: '操作成功',
icon: 'success'
})
}
tiplists.value.setdetails({ isshow: false })
},
cancel: () => {
tiplists.value.setdetails({ isshow: false })
},
close: () => {
tiplists.value.setdetails({ isshow: false })
}
})
}
//
function articleAdd(deta) {
const { upform: { article: { contractNumber, orderPackageCode } } } = deta
if (!contractNumber) return uni.showToast({
title: '请输入合同号',
icon: 'none'
})
if (!orderPackageCode) return uni.showToast({
title: '请输入或扫描包条码',
icon: 'none'
})
const submitData = {
questDetail: {
ordePackageCode: orderPackageCode,
orderCode: contractNumber,
stockNum: 1,
},
allocationId: details.allocationId,
questTarget: 1,
questType: 2,
questId: details.questId,
}
return submitData
}
//
function zeroAdd(deta) { }
//
function stockAdd(deta) {
console.log('deta :>> ', deta);
const { upform: { stock: { orderCode, stockNum, marketName, incomingBatch } } } = deta
// if (!contractNumber) return uni.showToast({
// title: '',
// icon: 'none'
// })
// if (!orderPackageCode) return uni.showToast({
// title: '',
// icon: 'none'
// })
console.log('data :>> ', deta);
const submitData = {
questDetail: {
orderCode: orderCode,
stockNum: stockNum,
marketName,
incomingBatch
},
allocationId: details.allocationId,
questTarget: 3,
questType: 2,
questId: details.questId,
}
return submitData
}
/**
* 批量修改状态

113
pagesTask/pages/trayCheckDetails/trayCheckDetails.vue

@ -90,7 +90,7 @@
操作:
</view>
<view style="display: flex; justify-content: space-between;">
<text @click="handleState(item)">处理</text>
<text class="button" @click="handleState(item)">处理</text>
</view>
</view>
</template>
@ -122,7 +122,7 @@
操作:
</view>
<view style="display: flex; justify-content: space-between;">
<text @click="handleState(item)">处理</text>
<text class="button" @click="handleState(item)">处理</text>
</view>
</view>
<view class="tpbx">
@ -156,7 +156,7 @@
操作:
</view>
<view style="display: flex; justify-content: space-between;">
<text @click="handleState(item)">处理</text>
<text class="button" @click="handleState(item)">处理</text>
</view>
</view>
<view class="tpbx">
@ -311,39 +311,39 @@
uni.$off('scancodedate')
})
//
let antiShake : any = null
//
function reachBottomInitPage() {
// ,
if (option.isEnd) {
return uni.showToast({
icon: 'success',
title: '数据已加载完毕'
})
}
console.log('antiShake :>> ', antiShake);
if (antiShake) {
uni.hideLoading()
//
clearTimeout(antiShake)
return antiShake = null
}
// Loading,
uni.showLoading({
title: '正在加载',
mask: true
})
antiShake = setTimeout(async () => {
//
console.log('触底')
// Loading
uni.hideLoading()
//
antiShake = null
}, 1000)
}
// //
// let antiShake : any = null
// //
// function reachBottomInitPage() {
// // ,
// if (option.isEnd) {
// return uni.showToast({
// icon: 'success',
// title: ''
// })
// }
// console.log('antiShake :>> ', antiShake);
// if (antiShake) {
// uni.hideLoading()
// //
// clearTimeout(antiShake)
// return antiShake = null
// }
// // Loading,
// uni.showLoading({
// title: '',
// mask: true
// })
// antiShake = setTimeout(async () => {
// //
// console.log('')
// // Loading
// uni.hideLoading()
// //
// antiShake = null
// }, 1000)
// }
//
async function initPage() {
@ -373,8 +373,38 @@
}
//
function scandata() {
// if ()
async function scandata() {
if (info.goodsType !== '定制品') return
details.scancode
const flag = details.renderList.find(val => val.ordePackageCode === details.scancode)
console.log('flag :>> ', flag);
//
if (flag) {
const questDetailList = [{
id: flag.id,
//
stockNum: flag.stockNum,
//
lossNum: 0,
//
deliveNum: 0,
//
wornNum: 0,
//
noRepairNum: 0,
//
noReceivedNum: 0,
}]
const res = await getWarehouseUpdateQuestDetail({ questDetailList, questId: details.pageInfo.taskId })
const { code, msg } = res
console.log('res :>> ', res);
if (code === 200) {
initPage()
utils.ttsspke(msg)
}
} else {
grounding()
}
}
/**
@ -600,6 +630,7 @@
//
stockNum: item.stockNum,
//
lossNum: checkSectionList[0].value,
//
deliveNum: checkSectionList[1].value,
@ -647,8 +678,8 @@
stock: {}
},
marketName,
goodsType: '库存品',
// goodsType: info.goodsType,
// goodsType: '',
goodsType: info.goodsType,
confirmTxt: '确认新增',
isonecheck: true,
success: async (deta) => {
@ -700,7 +731,7 @@
const submitData = {
questDetail: {
orderPackageCode,
ordePackageCode: orderPackageCode,
orderCode: contractNumber,
stockNum: 1,
},

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because it is too large Load Diff

14
unpackage/dist/dev/app-plus/app.css vendored

@ -811,11 +811,25 @@ body {
border-radius: 0.3125rem;
font-size: 0.84375rem;
color: #092C4D;
position: relative;
}
.modtips .inputbx > uni-input[data-v-a3a2f036] {
width: 15rem;
flex: 1;
}
.modtips .inputbx .select_content[data-v-a3a2f036] {
position: absolute;
z-index: 99;
top: 110%;
background: #fff;
width: 100%;
overflow: hidden;
}
.modtips .inputbx .select_content uni-view[data-v-a3a2f036] {
text-align: center;
padding: 0.625rem 0;
border-bottom: 0.03125rem solid #000;
}
.modtips .listcheck[data-v-a3a2f036] {
display: flex;
flex-direction: column;

4
unpackage/dist/dev/app-plus/manifest.json vendored

@ -7,8 +7,8 @@
"id": "__UNI__EB22F37",
"name": "货无忧",
"version": {
"name": "1.0.3",
"code": 103
"name": "1.0.7",
"code": 107
},
"description": "",
"developer": {

Loading…
Cancel
Save