12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121 |
- <template>
- <view class="mask" v-if="isLoading"></view>
- <view class="uni-column" style="height: 100%; background-color: #f5f5f5;position: fixed;left: 0;right: 0;">
- <view class="box-bg uni-row">
- <view class="input-view uni-row">
- <uni-icons class="input-uni-icon" type="search" size="18" color="#999" />
- <input class="nav-bar-input" type="text" v-model="keywords" placeholder="请输入批次号/箱号" />
- </view>
- <view class="search" @click="handleSearch">
- 搜索
- </view>
- </view>
- <view class="list-title uni-row">
- <text class="label">是否正常批次</text>
- <text>{{ normalStatus ? '是' : '否' }}</text>
- <switch class="switch" :checked="normalStatus" @change="switchChange" color="rgba(103, 195, 55, 1.0)" />
- </view>
- <view v-if="listData.length == 0" style="color: #999;margin: 50% auto;">
- <text>暂无批次</text>
- </view>
- <view v-else class="scroll-container" style="margin-bottom:130px">
- <!-- 批次列表 -->
- <view v-for="(item, index) in listData" :key="index" class="list-item" @click="checkStatus(item)">
- <!-- @click="handleToreportingForWork(item)" -->
- <view class="title-container uni-row" style="justify-content: flex-start;">
- <view class="title uni-row">
- <text class="label">批次号:</text>
- <text class="label code">{{ item['lotCode'] }}</text>
- </view>
- <view class=" uni-row" style="margin-left: 16rpx;">
- <view v-if="item['status'] == 1" class="tag"><text class="label">进行中</text></view>
- <view v-else-if="item['status'] == 3" class="tag turnover "><text class="label">待领取</text>
- </view>
- <view v-else-if="item['status'] == 2" class="tag turnover "><text class="label">待周转</text>
- </view>
- <view v-else-if="item['status'] == 0" class="tag finished "><text class="label">未开始</text>
- </view>
- <view v-else-if="item['status'] == 4" type="default finished" class="tag finished"><text
- class="label">已完成</text></view>
- </view>
- </view>
- <view class="item-info uni-row">
- <text class="label">产品描述</text>
- <text class="label right">{{ curPlan['productDescription'] }}</text>
- </view>
- <view class="item-info uni-row">
- <text class="label">材质</text>
- <text
- class="label right">{{ item['furnaceNoInfo'] ? item['furnaceNoInfo'].firstTechnicalRequirement + ";" + item['furnaceNoInfo'].secondTechnicalRequirement : '-' }}</text>
- </view>
- <view class="item-info uni-row">
- <text class="label">原材料厂家</text>
- <text class="label right">{{ item['furnaceNoInfo'] ? item['furnaceNoInfo'].factory : '-' }}</text>
- </view>
- <view class="item-info uni-row">
- <text class="label">箱号</text>
- <text class="label right">{{ item['carrierName'] ? item['carrierName'] : '-' }}</text>
- </view>
- <!-- <view class="item-info uni-row">
- <text class="label">总工时</text>
- <text class="label right">{{ item['totalWorkingHours']}}</text>
- </view> -->
- <view class="item-info uni-row">
- <text class="label">投入数</text>
- <text
- class="label right">{{item.prevProcess == null ? item['productionQuantity'] : item['processQualifiedNum']}}</text>
- </view>
- <view class="item-info uni-row">
- <text class="label">已完成工序</text>
- <text class="label right">{{ item.prevProcess ? item['prevProcess'].processAlias : '-'}}</text>
- </view>
- <view class="item-info uni-row">
- <text class="label">待加工工序</text>
- <!-- <text
- class="label right">{{ item.currentProcess ? item.prevProcess && item['currentProcess'].processAlias == item['prevProcess'].processAlias ? '-' : item['currentProcess'].processAlias : '-'}}</text> -->
- <text class="label right">{{ item.currentProcess ?item['currentProcess'].processAlias : '-'}}</text>
- </view>
- <view class="item-info uni-row">
- <text class="label">下道工序</text>
- <view class="label right uni-row">{{ item.nextProcess ? item['nextProcess'].processAlias : '-' }}
- (<view style="color: #1684fc;" @click.stop="handleClickProcessList(item)"> 工艺列表
- </view>)
- </view>
- </view>
- <!-- <view class="item-info uni-row">
- <text class="label">设备</text>
- <text class="label right">{{ curPlan['equipmentName'] }}</text>
- </view> -->
- <view v-if="notPreProcess" class="item-info uni-row">
- <text class="label">所在区域</text>
- <text class="label right">{{ getPlaceText(item) }}</text>
- </view>
- <view class="status-btn uni-row">
- <view v-if="item.dayworkItemList[0].status < 3" class=" uni-row">
- <button class="reporting-tag" size="mini"
- @click.stop="handleToreportingForWork(item)">开始报工</button>
- <!-- <button class="reporting-tag" size="mini" @click="handleToreportingForWork">去报工</button> -->
- </view>
- <view v-if="item['status'] == 2" class=" uni-row">
- <button class="turnover-tag" size="mini"
- @click.stop="handleShowTurnoverApplication(item)">周转申请</button>
- <!-- <button class="reporting-tag" size="mini" @click="handleToreportingForWork">去报工</button> -->
- </view>
- <view v-else-if="item['status'] == 3" class=" uni-row">
- <button class="turnover-tag" size="mini" @click.stop="handleCancelTurnover(item)"
- style="background-color: rgba(255, 85, 85, 1);">取消周转</button>
- </view>
- </view>
- </view>
- </view>
- <!-- 抽屉 -->
- <uni-drawer ref="showRight" mode="right" :mask-click="true" style="height: 100%;">
- <view style="text-align: center; font-size: 48rpx; padding: 48rpx 0 24rpx 0;margin-top: 20px;">工艺列表</view>
- <view style="font-size: 24rpx;text-align: center;color: red; margin-bottom: 16rpx;">
- 仅显示当前工序后面工艺
- </view>
- <view><button v-if="!editStatus" class="start-batch-btn" style="margin-bottom: 16rpx;" type="primary"
- @click="handleOpenDrawing">查看本工序图纸</button></view>
- <scroll-view scroll-y="true" style="height: 70%;" @touchmove.stop>
- <view v-for="(item,index) in curProcessAfte" :key="index"
- style="padding: 8rpx 5% 8rpx 14%; border-top: 1px solid #cccccc">
- <text>{{ index + 1 }}.{{item.processAlias}}</text>
- </view>
- </scroll-view>
- <!-- <view><button v-if="!editStatus" class="view-end-btn" style="margin-top: 20rpx;" type="primary"
- @click="handleOpenDrawing">查看本工序图纸</button></view> -->
- </uni-drawer>
- <!-- <view v-if="bottomStatus" class="bottom uni-row">
- <button class="start-batch-btn" type="primary" @click="handleStartNewBatch">开始新批次</button>
- </view>
- <view v-if="!bottomStatus" class="bottom uni-row">
- <button class="start-batch-btn" type="primary" @click="handleScanCode">扫一扫开始新批次</button>
- </view> -->
- <view class="bottom uni-row">
- <button class="start-batch-btn" style="margin-right: 10rpx;" type="primary"
- @click="handleScanCode">扫码开始批次</button>
- <button class="start-batch-btn" type="primary" @click="handleSearchCode">查箱号</button>
- </view>
- <dialog-lot ref="lotDialog" @submit="handleDoIt" />
- <dialog-turnoverApplication ref="turnoverApplicationDialog" @reflushDaywork="handleDoTurnoverAfter" />
- <dialog-selectProduction ref="selectProduction"></dialog-selectProduction>
- <dialog-selectEquipment ref='selectEquipment'
- @handleAddDayWorkItem='handleAddEquipment'></dialog-selectEquipment>
- <QrScanner v-if="showQrCodeReader" @decode="onDecodeHandler" @close="qrReaderClose" />
- </view>
- </template>
- <script setup>
- import {
- normalizeProps,
- reactive,
- onMounted,
- getCurrentInstance,
- ref
- } from 'vue'
- import {
- onLoad,
- onReady,
- onUnload,
- onShow,
- onPullDownRefresh
- } from '@dcloudio/uni-app'
- import QrScanner from '../vueQrCode/index.vue'
- import {
- getDayWorkList,
- showDaywork,
- // showDayworkSave,
- turnoverDelete
- } from '@/api/business/dayWork.js'
- import {
- getAbnormalityLot
- } from '@/api/business/lot.js'
- import {
- carrierFinishedCheck
- } from '@/api/business/carrier.js'
- import {
- addEquipmentInfo
- } from '@/api/business/dayWorkItem.js'
- import {
- isTakeStock
- } from '@/api/business/taksStackLot.js'
- import {
- store
- } from '@/store/index.js'
- import {
- toHHmmss
- } from '@/utils/common.js'
- import {
- getSortingDayworkItem,
- showDayworkSave
- } from '@/api/business/sortDaywork.js'
- const turnoverApplicationDialog = ref(null)
- const selectProduction = ref(null)
- const lotDialog = ref(null)
- const listData = ref([])
- const curPlan = ref(null)
- const bizDayworkObj = ref({})
- const bottomStatus = ref(false) // 底部按钮显示
- const paging = ref();
- const reqParam = ref(null);
- const normalStatus = ref(true)
- const isLoading = ref(false);
- const curDayworkItem = ref({}) // 当前报工记录,回显是否显示取消周转的状态
- const keywords = ref(null)
- const selectEquipment = ref(null) // 组件
- const tempList = ref([])
- const wasteRecyclingList = ref([]) //废品回用批次
- // 在数据中定义一个变量来控制遮罩层的显示
- const isMaskShow = ref(false);
- const currentDaywork = ref({})
- const notPreProcess = ref(true)
- const curProcessAfte = ref([])
- const showRight = ref(null) // 抽屉
- const editStatus = ref(false)
- const showQrCodeReader = ref(false);
- onLoad((options) => {
- curPlan.value = store.planDetails;
- normalStatus.value = true;
- console.log(store.planDetails)
- if (options != null) {
- console.log(options)
- console.log("999")
- keywords.value = options.param1
- if (store.planDetails.isAmend == 1 || store.planDetails.isWasteRecycling == 1) {
- normalStatus.value = false;
- }
- }
- console.log(curPlan.value)
- //废品回用的领料部门如果是当前工段,也要可以开始新批次
- //查找当前计划单下的批次废品回用是当前工段
- getAbnormalityLot({
- productionPlanDetailId: store.planDetails.id,
- requisitionDepartmentId: store.curDeptDetails.deptId
- }).then(res => {
- wasteRecyclingList.value = res.rows
- console.log(wasteRecyclingList.value.length)
- if (store.planDetails.requisitionDepartmentId == store.curDeptDetails.deptId ||
- wasteRecyclingList.value.length > 0) {
- bottomStatus.value = true;
- store.isPreProcess = true;
- } else {
- bottomStatus.value = false;
- store.isPreProcess = false;
- }
- })
- console.log(wasteRecyclingList.value.length)
- })
- function getPlaceText(item) {
- let place = item.dayworkItemList[0].place == "" ? item.dayworkItemList[0].turnoverArea == "" ?
- '-' : '默认周转区' : item.dayworkItemList[0].place
- let deptName = item.dayworkItemList[0].deptName
- return place == "-" ? deptName == "" ? "-" : deptName : deptName + "-" + place
- }
- /**
- * 监听下拉刷新
- */
- onPullDownRefresh(() => {
- uni.stopPullDownRefresh();
- reflush();
- // normalStatus.value = true;
- // let reqData = {
- // productionPlanDetailId: store.planDetails.id,
- // deptId: store.curDeptDetails.deptId,
- // keywords: keywords.value
- // };
- // getDayWorkList(reqData).then(res => {
- // if (res.code == 200) {
- // tempList.value = res.data
- // if (normalStatus.value) {
- // listData.value = res.data.filter(item => {
- // return item.isWasteRecycling == 0 && item.isAmend == 0;
- // });
- // } else {
- // listData.value = res.data.filter(item => {
- // return item.isWasteRecycling == 1 || item.isAmend == 1;
- // })
- // }
- // for (let i = 0; i < listData.value.length; i++) {
- // if (listData.value[i].prevProcess) {
- // let sum = 0;
- // for (let j = 0; j < listData.value[i].dayworkItemList.length; j++) {
- // if (listData.value[i].dayworkItemList[j].processId == listData.value[i]
- // .prevProcess
- // .id && (listData.value[i].dayworkItemList[j].status == 2 || listData.value[
- // i]
- // .dayworkItemList[j].status == 3)) {
- // sum += listData.value[i].dayworkItemList[j].qualifiedNum;
- // }
- // }
- // listData.value[i].processQualifiedNum = sum;
- // }
- // }
- // }
- // uni.stopPullDownRefresh();
- // })
- })
- onShow(() => {
- reflush();
- })
- function handleOpenDrawing() {
- console.log(currentDaywork.value, "444")
- var filteredProcess = currentDaywork.value.processSequence.filter(item => item.processStepNumber == currentDaywork
- .value.currentProcess.processStepNumber);
- // 检查 filteredProcess 是否有元素,并选择第一个元素
- if (filteredProcess.length > 0) {
- var firstMatch = filteredProcess[0]; // 获取第一个匹配的对象
- // 对 technologicalProcessDetailId 进行URL编码
- var encodedId = encodeURIComponent(currentDaywork.value.productId);
- var enTechnologicalProcessId = encodeURIComponent(currentDaywork.value.technologicalProcessId);
- var enprocessCode = encodeURIComponent(firstMatch.processCode);
- var encodeCode = encodeURIComponent(currentDaywork.value.lotCode);
- var enProcessAlias = encodeURIComponent(firstMatch.processAlias);
- var enIsWasteRecycling = encodeURIComponent(currentDaywork.value.isWasteRecycling);
- var enIsAmend = encodeURIComponent(currentDaywork.value.isAmend);
- // 构建查询参数字符串
- var queryParam =
- `param1=${encodedId}¶m2=${encodeCode}¶m3=${enprocessCode}¶m4=${enTechnologicalProcessId}¶m5=${enProcessAlias}¶m6=${enIsWasteRecycling}¶m7=${enIsAmend}`;
- // 使用模板字符串构建完整的URL
- var navigateUrl = `/pages/drawingMenu/index?${queryParam}`;
- // 导航到指定页面
- uni.navigateTo({
- url: navigateUrl
- });
- } else {
- console.log('No process matched the current process step number.');
- }
- }
- function reflush() {
- // normalStatus.value = true;
- init(store.planDetails.id);
- }
- function handleShowTurnoverApplication(data) {
- isTakeStock().then(response => {
- if (response.data) {
- uni.showToast({
- icon: 'none',
- title: '正在盘点,不能申请周转',
- duration: 2000
- })
- } else {
- let _data = data ?? {}
- carrierFinishedCheck(data).then(res => {
- if (res.code === 200) {
- // 调用子组件中的方法
- turnoverApplicationDialog.value.open(_data)
- } else {
- uni.showToast({
- icon: 'none',
- title: res.msg
- })
- }
- })
- }
- })
- // .catch(err => {
- // uri.showToast({
- // icon: "fail",
- // title: "网络请求失败。"
- // })
- // })
- }
- function handleStartNewBatch() {
- store.normalStatus = normalStatus.value;
- // console.log(normalStatus.value)
- uni.navigateTo({
- url: "/pages/addNewBatch/index"
- })
- }
- function init(id) {
- uni.showLoading({
- title: '加载中'
- });
- let reqData = {
- productionPlanDetailId: id,
- deptId: store.curDeptDetails.deptId,
- keywords: keywords.value
- };
- // normalStatus.value = true;
- getDayWorkList(reqData).then(res => {
- if (res.code == 200) {
- console.log(res)
- tempList.value = res.data
- if (normalStatus.value) {
- listData.value = res.data.filter(item => {
- return item.isWasteRecycling == 0 && item.isAmend == 0;
- });
- } else {
- listData.value = res.data.filter(item => {
- return item.isWasteRecycling == 1 || item.isAmend == 1;
- })
- }
- // listData.value = res.data.filter(item => {
- // return item.isWasteRecycling == 0 && item.isAmend == 0;
- // });
- /* 0531 */
- // for (let i = 0; i < listData.value.length; i++) {
- // if (listData.value[i].prevProcess) {
- // let sum = 0;
- // for (let j = 0; j < listData.value[i].dayworkItemList.length; j++) {
- // if (listData.value[i].dayworkItemList[j].processId == listData.value[i].prevProcess
- // .id && (listData.value[i].dayworkItemList[j].status == 2 || listData.value[i]
- // .dayworkItemList[j].status == 3)) {
- // sum += listData.value[i].dayworkItemList[j].qualifiedNum;
- // }
- // }
- // listData.value[i].processQualifiedNum = sum;
- // }
- // }
- }
- uni.hideLoading();
- })
- }
- function handleSearch() {
- init(store.planDetails.id);
- }
- function checkStatus(item) {
- if (item.dayworkItemList[0].status < 3) {
- return
- } else {
- handleToreportingForWork(item)
- }
- }
- function handleToreportingForWork(item) {
- store.dayworkInfo = item
- console.log(store.dayworkInfo)
- // if (item.dayworkItemList[0].status == 0) {
- // return
- // }
- uni.$once("formBack", () => handleSearch())
- if (item.dayworkItemList[0].equipmentDetailId == 0) {
- selectEquipment.value.open(null);
- } else {
- uni.navigateTo({
- url: "/pages/sorting/form",
- success: function(res) {
- // 通过eventChannel向被打开页面传送数据
- res.eventChannel.emit('acceptDataFromOpenerPage', {
- data: item
- })
- }
- })
- }
- }
- //选择设备
- function handleAddEquipment(data) {
- let dayworkItem = store.dayworkInfo.dayworkItemList[0]
- store.dayworkInfo.dayworkItemList[0].equipmentDetailId = data.equipmentDetailId
- store.dayworkInfo.dayworkItemList[0].equipmentDetailCode = data.equipmentDetailCode
- dayworkItem.equipmentDetailId = data.equipmentDetailId
- dayworkItem.equipmentDetailCode = data.equipmentDetailCode
- //保存
- addEquipmentInfo(dayworkItem).then(res => {
- if (res.code == 200) {
- uni.navigateTo({
- url: "/pages/sorting/form",
- success: function(res) {
- // 通过eventChannel向被打开页面传送数据
- res.eventChannel.emit('acceptDataFromOpenerPage', {
- data: store.dayworkInfo
- })
- }
- })
- }
- })
- }
- function handleClickProcessList(item) {
- let curProcessAfterList = [];
- console.log(item)
- currentDaywork.value = item
- editStatus.value = false
- // if (item.isWasteRecycling == 1 || item.isAmend == 1) {
- // editStatus.value = true
- // } else {
- // editStatus.value = false
- // }
- let nextIndex = 0;
- for (let i = 0; i < item.processSequence.length; i++) {
- console.log(item.nextProcess, "next")
- if (item.nextProcess) {
- if (item.nextProcess.processStepNumber == item.processSequence[i].processStepNumber) {
- nextIndex = i;
- }
- } else {
- nextIndex = item.processSequence.length
- }
- }
- for (let i = 0; i < item.processSequence.length; i++) {
- if (i >= nextIndex) {
- curProcessAfterList.push(item.processSequence[i]);
- }
- }
- if (item.status == 3) {
- curProcessAfterList.splice(0, 1)
- }
- console.log(curProcessAfterList)
- curProcessAfte.value = curProcessAfterList;
- showRight.value.open();
- }
- function handleSearchCode() {
- selectProduction.value.open(normalStatus.value);
- }
- // function switchChange(event) {
- // //异常批
- // if (event.detail.value) {
- // listData.value = tempList.value.filter(item => {
- // return item.isWasteRecycling == 1 || item.isAmend == 1;
- // });
- // normalStatus.value = 1
- // } else {
- // listData.value = tempList.value.filter(item => {
- // return item.isWasteRecycling == 0 && item.isAmend == 0;
- // });
- // normalStatus.value = 0
- // }
- // }
- /*
- function handleScanCode() {
- // 引入原生插件
- const mpaasScanModule = uni.requireNativePlugin("Mpaas-Scan-Module");
- // const mpaasScanModule = null
- if (mpaasScanModule) {
- // 调用插件的 mpaasScan 方法
- mpaasScanModule.mpaasScan({
- // 扫码识别类型,参数可多选,qrCode、barCode,
- // 如不设置,默认识别所有扫码类型,可能有些许影响识别效率
- scanType: ["qrCode", "barCode"],
- // 是否隐藏相册,默认false不隐藏
- hideAlbum: false,
- },
- (ret) => {
- console.log(ret);
- let vehicleObj = JSON.parse(ret.resp_result);
- if (!vehicleObj.carrierId || vehicleObj.carrierId == "") {
- uni.showToast({
- icon: "none",
- title: "请扫载具码",
- duration: 1000
- })
- return;
- }
- showDaywork({
- carrierId: vehicleObj.carrierId,
- status: 7
- }).then(response => {
- if (response.code == 200) {
- // console.log(response)
- // console.log(response.data[0].productionPlanDetailId)
- // console.log(store.planDetails.id)
- if (response.data[0].deptId !== store.curDeptDetails.deptId) {
- uni.showToast({
- icon: 'none',
- title: '该批次不在当前工段',
- duration: 2000
- })
- return
- }
- if (response.data[0].productionPlanDetailId == store.planDetails.id) {
- // console.log(response.data)
- lotDialog.value.open(response.data);
- } else {
- uni.showToast({
- icon: 'none',
- title: '该批次不在此计划单内',
- duration: 2000
- })
- }
- } else {
- uni.showToast({
- icon: 'none',
- title: response.msg,
- duration: 2000
- })
- }
- })
- }
- );
- } else {
- // 测试时用
- showDaywork({
- carrierId: '1770342949090017283',
- status: 7
- }).then(response => {
- if (response.code == 200) {
- if (response.data[0].deptId !== store.curDeptDetails.deptId) {
- uni.showToast({
- icon: 'none',
- title: '该批次不在当前工段',
- duration: 2000
- })
- return
- }
- if (response.data[0].productionPlanDetailId == store.planDetails.id) {
- console.log(response.data)
- lotDialog.value.open(response.data);
- } else {
- uni.showToast({
- icon: 'none',
- title: '该批次不在此计划单内',
- duration: 2000
- })
- }
- } else {
- console.log(response)
- uni.showToast({
- icon: 'none',
- title: response.msg,
- duration: 2000
- })
- }
- })
- }
- }
- */
- //H5扫码器回调
- function onDecodeHandler(data) {
- showQrCodeReader.value = false;
- let vehicleObj = {
- carrierCode: data
- };
- if (!vehicleObj.carrierCode || vehicleObj.carrierCode == "") {
- uni.showToast({
- icon: "none",
- title: "请扫载具码",
- duration: 1000
- })
- return;
- }
- showDaywork({
- carrierCode: vehicleObj.carrierCode,
- status: 7
- }).then(response => {
- if (response.code == 200) {
- // console.log(response)
- // console.log(response.data[0].productionPlanDetailId)
- // console.log(store.planDetails.id)
- if (response.data[0].deptId !== store.curDeptDetails.deptId) {
- uni.showToast({
- icon: 'none',
- title: '该批次不在当前工段',
- duration: 2000
- })
- return
- }
- if (response.data[0].productionPlanDetailId == store.planDetails.id) {
- // console.log(response.data)
- lotDialog.value.open(response.data);
- } else {
- uni.showToast({
- icon: 'none',
- title: '该批次不在此计划单内',
- duration: 2000
- })
- }
- } else {
- uni.showToast({
- icon: 'none',
- title: response.msg,
- duration: 2000
- })
- }
- })
- }
- //H5扫码器关闭
- function qrReaderClose() {
- showQrCodeReader.value = false;
- }
- function handleScanCode() {
- showQrCodeReader.value = true;
- // 引入原生插件
- // const mpaasScanModule = uni.requireNativePlugin("Mpaas-Scan-Module");
- // // const mpaasScanModule = null
- // if (mpaasScanModule) {
- // // 调用插件的 mpaasScan 方法
- // mpaasScanModule.mpaasScan({
- // // 扫码识别类型,参数可多选,qrCode、barCode,
- // // 如不设置,默认识别所有扫码类型,可能有些许影响识别效率
- // scanType: ["qrCode", "barCode"],
- // // 是否隐藏相册,默认false不隐藏
- // hideAlbum: false,
- // },
- // (ret) => {
- // console.log(ret);
- // let vehicleObj = {
- // carrierCode: ret.resp_result
- // };
- // if (!vehicleObj.carrierCode || vehicleObj.carrierCode == "") {
- // uni.showToast({
- // icon: "none",
- // title: "请扫载具码",
- // duration: 1000
- // })
- // return;
- // }
- // showDaywork({
- // carrierCode: vehicleObj.carrierCode,
- // status: 7
- // }).then(response => {
- // if (response.code == 200) {
- // // console.log(response)
- // // console.log(response.data[0].productionPlanDetailId)
- // // console.log(store.planDetails.id)
- // if (response.data[0].deptId !== store.curDeptDetails.deptId) {
- // uni.showToast({
- // icon: 'none',
- // title: '该批次不在当前工段',
- // duration: 2000
- // })
- // return
- // }
- // if (response.data[0].productionPlanDetailId == store.planDetails.id) {
- // // console.log(response.data)
- // lotDialog.value.open(response.data);
- // } else {
- // uni.showToast({
- // icon: 'none',
- // title: '该批次不在此计划单内',
- // duration: 2000
- // })
- // }
- // } else {
- // uni.showToast({
- // icon: 'none',
- // title: response.msg,
- // duration: 2000
- // })
- // }
- // })
- // }
- // );
- // } else {
- // // 测试时用
- // showDaywork({
- // carrierCode: '000075',
- // status: 7
- // }).then(response => {
- // if (response.code == 200) {
- // if (response.data[0].deptId !== store.curDeptDetails.deptId) {
- // uni.showToast({
- // icon: 'none',
- // title: '该批次不在当前工段',
- // duration: 2000
- // })
- // return
- // }
- // if (response.data[0].productionPlanDetailId == store.planDetails.id) {
- // console.log(response.data)
- // lotDialog.value.open(response.data);
- // } else {
- // uni.showToast({
- // icon: 'none',
- // title: '该批次不在此计划单内',
- // duration: 2000
- // })
- // }
- // } else {
- // console.log(response)
- // uni.showToast({
- // icon: 'none',
- // title: response.msg,
- // duration: 2000
- // })
- // }
- // })
- // }
- }
- // function handleScanCode() {
- // uni.scanCode({
- // onlyFromCamera: true,
- // success: function (res) {
- // if (res.scanType !== 'QR_CODE') {
- // uni.showToast({
- // icon: 'none',
- // title: '二维码未识别成功',
- // duration: 2000
- // })
- // }
- // console.log('条码类型:' + res.scanType);
- // console.log('条码内容:' + res.result);
- // }
- // });
- // }
- function handleAddDaywork(data) {
- isLoading.value = true; // 显示遮罩层
- uni.showLoading({
- title: '加载中'
- })
- console.log(data)
- let reqParam = [];
- for (var i = 0; i < data.length; i++) {
- reqParam.push(data[i].daywork)
- }
- console.log(data)
- data.forEach(item => {
- item.isSort = 1
- item.tenantId = !store.tenantId ? store.userInfo.tenantId : store.tenantId
- })
- showDayworkSave(data).then(res => {
- isLoading.value = false;
- uni.hideLoading();
- if (res.code == 200) {
- console.log(res)
- init(store.planDetails.id);
- } else {
- uni.showToast({
- icon: "none",
- title: res.msg,
- duration: 2000
- })
- }
- })
- }
- function handleDoIt(data) {
- handleAddDaywork(data);
- }
- function handleDoTurnoverAfter() {
- reflush();
- }
- function switchChange(event) {
- console.log(event)
- //异常批
- if (normalStatus.value) {
- listData.value = tempList.value.filter(item => {
- return item.isWasteRecycling == 1 || item.isAmend == 1;
- });
- normalStatus.value = false
- } else {
- listData.value = tempList.value.filter(item => {
- return item.isWasteRecycling == 0 && item.isAmend == 0;
- });
- normalStatus.value = true
- }
- console.log(listData.value)
- }
- function startReport(data) {
- getSortingDayworkItem(data).then(res => {
- uni.showToast({
- icon: "success",
- title: "开始成功",
- duration: 2000
- })
- init(store.planDetails.id)
- })
- }
- function handleCancelTurnover(data) {
- isTakeStock().then(response => {
- if (response.data) {
- uni.showToast({
- icon: 'none',
- title: '正在盘点,不能取消周转',
- duration: 2000
- })
- } else {
- turnoverDelete(data).then(res => {
- if (res.code == 200) {
- uni.showToast({
- icon: "success",
- title: "取消成功",
- duration: 2000
- })
- setTimeout(() => {
- init(store.planDetails.id);
- }, 1500);
- } else {
- uni.showToast({
- icon: "none",
- title: "取消失败",
- duration: 2000
- })
- setTimeout(() => {
- init(store.planDetails.id);
- }, 1000);
- }
- })
- }
- })
- }
- </script>
- <style lang="scss">
- $nav-height: 60rpx;
- .box-bg {
- width: 94%;
- background-color: #F5F5F5;
- padding: 5rpx 16rpx;
- justify-content: space-around;
- align-items: center;
- margin: 24rpx auto 0;
- .input-view {
- width: 100%;
- flex: 4;
- background-color: #f8f8f8;
- height: $nav-height;
- border: 1rpx solid #999;
- border-radius: 15rpx;
- padding: 0 15rpx;
- flex-wrap: nowrap;
- margin: 0 10rpx 0;
- line-height: $nav-height;
- .input-uni-icon {
- line-height: $nav-height;
- }
- .nav-bar-input {
- width: 80%;
- height: $nav-height;
- line-height: $nav-height;
- padding: 0 5rpx;
- background-color: #f8f8f8;
- }
- }
- .search {
- width: 20%;
- text-align: center;
- color: #808080;
- }
- }
- .list-title {
- width: 100%;
- margin-top: 16rpx;
- height: 64rpx;
- line-height: 64rpx;
- align-items: center;
- margin-left: 32rpx;
- .label {
- font-size: 32rpx;
- margin-right: 24rpx;
- }
- .icon-gear {
- font-size: 56rpx;
- }
- }
- .switch {
- margin-top: -8rpx;
- transform: scale(0.7);
- }
- .scroll-container {
- width: 92%;
- margin: 24rpx auto 0 auto;
- height: calc(90% - 100rpx);
- overflow: auto;
- }
- .list-item {
- background-color: #fff;
- position: relative;
- padding: 16rpx;
- padding-bottom: 24rpx;
- margin-bottom: 24rpx;
- border-radius: 24rpx;
- .title-container {
- margin-top: 8rpx;
- margin-bottom: 16rpx;
- .title {
- height: 48rpx;
- align-items: center;
- .label {
- font-size: 32rpx;
- font-weight: bold;
- &.code {
- margin-left: 8rpx;
- }
- }
- }
- .tag {
- border: 1px solid #1CE5B0;
- background-color: #F6FFFD;
- padding: 8rpx;
- border-radius: 8rpx;
- .label {
- color: #1CE5B0;
- font-size: 24rpx;
- }
- &.finished {
- border: 1px solid #BBBBBB;
- background-color: #F5F5F5;
- .label {
- color: #BBBBBB;
- }
- }
- &.turnover {
- border: 1px solid #FF7901;
- background-color: #F6FFFD;
- .label {
- color: #FF7901;
- }
- }
- }
- }
- .item-info {
- margin-bottom: 8rpx;
- .label {
- font-size: 28rpx;
- width: 220rpx;
- color: #808080;
- &.right {
- flex: 1;
- color: #000000;
- }
- }
- }
- .status-btn {
- justify-content: flex-end;
- align-items: center;
- .turnover-tag {
- padding-right: 12rpx;
- padding-left: 12rpx;
- border-radius: 8rpx;
- border: 1rpx solid #FF7901;
- background-color: #FF7901;
- font-size: 28rpx;
- color: #FFFFFF;
- }
- .reporting-tag {
- padding-right: 12rpx;
- padding-left: 12rpx;
- border-radius: 8rpx;
- margin-left: 16rpx;
- border: 1rpx solid #1684fc;
- background-color: #1684fc;
- font-size: 28rpx;
- color: #FFFFFF;
- }
- }
- }
- .bottom {
- height: 10%;
- position: fixed;
- right: 0;
- bottom: 0;
- left: 0;
- height: 100rpx;
- border-top: 1px solid #999999;
- padding: 16rpx 32rpx;
- align-items: center;
- background-color: #fff;
- justify-content: space-evenly;
- .start-batch-btn {
- flex: 1;
- height: 80rpx;
- line-height: 80rpx;
- border-radius: 8rpx;
- color: #FFFFFF;
- font-size: 28rpx;
- }
- }
- </style>
|