diff --git a/src/manifest.json b/src/manifest.json
index 34d1878c..12128319 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -3,8 +3,8 @@
"package" : "uni.UNI43932FE",
"appid" : "__UNI__C9CF4BF",
"description" : "",
- "versionName" : "1.0.75",
- "versionCode" : 75,
+ "versionName" : "1.0.76",
+ "versionCode" : 76,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/src/pages/count/job/countJob.vue b/src/pages/count/job/countJob.vue
index 4085bd11..ebf1416c 100644
--- a/src/pages/count/job/countJob.vue
+++ b/src/pages/count/job/countJob.vue
@@ -178,8 +178,8 @@
filters: filters,
pageNo: this.pageNo,
pageSize: this.pageSize,
- sort:"number",
- by:"DESC"
+ sort:"count_split_code",
+ by:"ASC"
}
getCountJobList(params).then(res => {
diff --git a/src/pages/customerReturn/record/recordListDetail.vue b/src/pages/customerReturn/record/recordListDetail.vue
index f9711e93..58584d3c 100644
--- a/src/pages/customerReturn/record/recordListDetail.vue
+++ b/src/pages/customerReturn/record/recordListDetail.vue
@@ -178,6 +178,8 @@
//扫描数量和任务数量相等,直接提交
if (this.scanCount == this.subList.length) {
this.receiveDisable = false;
+ }else {
+ this.receiveDisable = true;
}
},
@@ -193,6 +195,7 @@
updateData() {
this.calcHandleQty();
+ this.updateBtn()
},
openDetail(item) {
@@ -372,7 +375,9 @@
this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => {
if (res) {
this.getDetail()
- }
+ } else {
+ this.isAllReceived=true
+ }
});
}
diff --git a/src/pages/fg/coms/comNoReceiptPopup.vue b/src/pages/fg/coms/comNoReceiptPopup.vue
index fbc31272..7014a8da 100644
--- a/src/pages/fg/coms/comNoReceiptPopup.vue
+++ b/src/pages/fg/coms/comNoReceiptPopup.vue
@@ -99,6 +99,29 @@
+
+
+
+ 创建上架申请
+
+
+
+
+
+
+
+
+
+
+ 创建检验申请
+
+
+
+
+
+
@@ -159,7 +182,6 @@
showProductLineSelect: false,
productLineList: [],
productionLineName: "请选择生产线",
- productLineCode: "",
batch: "",
packUnitName: "请选择包装规格",
packUnit: "",
@@ -177,7 +199,8 @@
rawLocationCode: "",
workshop: "",
bomVersion: "",
- uom: ""
+ putAwayRequestSwitch:true,
+ putAwayInspectSwitch:true
}
},
props: {
@@ -226,6 +249,8 @@
this.rawLocationCode = ""
this.workshop = ""
this.bomVersion =""
+ this.putAwayRequestSwitch=true,
+ this.putAwayInspectSwitch=true
},
@@ -289,7 +314,10 @@
fgLocationCode: this.fgLocationCode,
rawLocationCode: this.rawLocationCode,
workshop: this.workshop,
- bomVersion :this.bomVersion
+ bomVersion :this.bomVersion,
+ putAwayRequestSwitch:this.putAwayRequestSwitch,
+ putAwayInspectSwitch:this.putAwayInspectSwitch
+
};
this.closeRequestPopup();
this.$emit("confirm", item);
@@ -477,6 +505,17 @@
return item.label
}
},
+ switchPutAwayRequest(value){
+ console.log(value)
+ console.log("打印"+this.putAwayRequestSwitch)
+ this.putAwayRequestSwitch =value;
+ },
+
+ switchPutAwayInspect(value){
+ console.log(value)
+ this.putAwayInspectSwitch =value;
+ }
+
}
}
diff --git a/src/pages/fg/coms/comReceiptPopup.vue b/src/pages/fg/coms/comReceiptPopup.vue
index 9ce9c4f6..4f7bf20a 100644
--- a/src/pages/fg/coms/comReceiptPopup.vue
+++ b/src/pages/fg/coms/comReceiptPopup.vue
@@ -95,6 +95,27 @@
+
+
+
+ 创建上架申请
+
+
+
+
+
+
+
+
+
+ 创建检验申请
+
+
+
+
+
@@ -170,7 +191,9 @@
showDateSelect: false,
planDateList: [],
fgLocationCode: "",
- rawLocationCode: ""
+ rawLocationCode: "",
+ putAwayRequestSwitch:true,
+ putAwayInspectSwitch:true
}
},
props: {
@@ -218,6 +241,8 @@
this.planDateList = []
this.fgLocationCode = ""
this.rawLocationCode = ""
+ this.putAwayRequestSwitch=true
+ this.putAwayInspectSwitch=true
},
@@ -274,7 +299,9 @@
planNumber: this.planNumber,
workStationCode: this.workStationCode,
fgLocationCode: this.fgLocationCode,
- rawLocationCode: this.rawLocationCode
+ rawLocationCode: this.rawLocationCode,
+ putAwayRequestSwitch:this.putAwayRequestSwitch,
+ putAwayInspectSwitch:this.putAwayInspectSwitch
};
this.closeRequestPopup();
this.$emit("confirm", item);
@@ -370,6 +397,8 @@
// this.packUnitList = []
this.itemCodeList = [];
this.showSelectItemCode();
+ this.putAwayRequestSwitch=true
+ this.putAwayInspectSwitch=true
},
showItemList() {
@@ -508,6 +537,16 @@
return item.label
}
},
+ switchPutAwayRequest(value){
+ console.log(value)
+ console.log("打印"+this.putAwayRequestSwitch)
+ this.putAwayRequestSwitch =value;
+ },
+
+ switchPutAwayInspect(value){
+ console.log(value)
+ this.putAwayInspectSwitch =value;
+ }
}
}
diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue
index 9e2bf839..9cd7eca8 100644
--- a/src/pages/fg/receiptByPlan.vue
+++ b/src/pages/fg/receiptByPlan.vue
@@ -211,6 +211,8 @@
packUnit: result.packUnit,
workStationCode: result.workStationCode,
fgLocationCode: result.fgLocationCode,
+ putAwayRequestSwitch:result.putAwayRequestSwitch,
+ putAwayInspectSwitch:result.putAwayInspectSwitch,
subList: []
}
},
@@ -300,25 +302,18 @@
} else {
throw new Error("提交失败")
}
-
- //装配收货记录 生成后 创建 制品上架申请
- let createProductputawaySwitch = getSwitchInfoByCode(
- "CreateProductputawayRequestAfterProductreceiptRecordCreated")
- // if (createProductputawaySwitch) {
- // createPutawayRequestByPlan(list[0].requestNumber).then(res => {
- // createInspectRequestByPlan(list[0].requestNumber)
- // })
- // }
- //创建上架申请和检验申请
- if (createProductputawaySwitch) {
- if (list.length > 0 && list[0].requestNumber) {
- createPutawayRequestByPlan(list[0].requestNumber).then(res => {
- createInspectRequestByPlan(list[0].requestNumber)
- })
+
+ //创建上架申请
+ if(this.dataContent.putAwayRequestSwitch){
+ if(list.length>0&&list[0].requestNumber){
+ await createPutawayRequestByPlan(list[0].requestNumber)
}
- } else { //创建检验申请
- if (list.length > 0 && list[0].requestNumber) {
- createInspectRequestByPlan(list[0].requestNumber)
+ }
+
+ //创建检验申请
+ if(this.dataContent.putAwayInspectSwitch){
+ if(list.length>0&&list[0].requestNumber){
+ await createInspectRequestByPlan(list[0].requestNumber)
}
}
@@ -352,9 +347,7 @@
this.index = 1
}
}
- // else {
- // throw new Error("未查找到单据信息")
- // }
+
uni.hideLoading()
if (isAllSubmit) {
this.clearData()
diff --git a/src/pages/fg/receiptNoPlan.vue b/src/pages/fg/receiptNoPlan.vue
index 25cb7dcb..678554f8 100644
--- a/src/pages/fg/receiptNoPlan.vue
+++ b/src/pages/fg/receiptNoPlan.vue
@@ -149,7 +149,7 @@
index: 1,
loadingType: "",
pageSize: 20,
- scanedQty: 0
+ scanedQty: 0,
};
},
@@ -210,7 +210,9 @@
bomVersion: result.bomVersion,
workshop: result.workshop,
team: "",
- shift: ""
+ shift: "",
+ putAwayRequestSwitch:result.putAwayRequestSwitch,
+ putAwayInspectSwitch:result.putAwayInspectSwitch
}
},
@@ -273,7 +275,7 @@
let list = []
var planData = await planReceiptSubmit(params)
- if (planData.data) {
+ if (planData.data&&planData.data.length>0) {
planData.data.forEach(item => {
list.push({
itemCode: item.itemCode, // 物品代码
@@ -296,18 +298,25 @@
} else {
throw new Error("提交失败")
}
-
- let createProductputawaySwitch = getSwitchInfoByCode(
- "CreateProductputawayRequestAfterProductreceiptRecordCreated")
- //创建上架申请和检验申请
- if (createProductputawaySwitch) {
- createPutawayRequestByPlan(list[0].requestNumber).then(res => {
- createInspectRequestByPlan(list[0].requestNumber)
- })
- } else { //创建检验申请
- createInspectRequestByPlan(list[0].requestNumber)
+ //创建上架申请
+ if(this.dataContent.putAwayRequestSwitch){
+ if(list.length>0&&list[0].requestNumber){
+ await createPutawayRequestByPlan(list[0].requestNumber)
+ }
+ }
+
+ //创建检验申请
+ if(this.dataContent.putAwayInspectSwitch){
+ if(list.length>0&&list[0].requestNumber){
+ await createInspectRequestByPlan(list[0].requestNumber)
+ }
}
- this.showCommitSuccessMessage("提交成功\n生成装配收货记录\n" + list[0].requestNumber, list)
+ var hintMsg ="提交成功\n生成装配收货记录\n";
+ if(list.length>0&&list[0].requestNumber){
+ hintMsg += list[0].requestNumber
+ }
+
+ this.showCommitSuccessMessage(hintMsg, list)
this.scanedQty = this.scanedQty + this.showList.length;
this.showList = [];
this.dataContent.handleQty = 0;
diff --git a/src/pages/itemHold/record/recordListDetail.vue b/src/pages/itemHold/record/recordListDetail.vue
index eff60b19..ea26fb72 100644
--- a/src/pages/itemHold/record/recordListDetail.vue
+++ b/src/pages/itemHold/record/recordListDetail.vue
@@ -183,6 +183,8 @@
//扫描数量和任务数量相等,直接提交
if (this.scanCount == this.subList.length) {
this.receiveDisable = false;
+ }else {
+ this.receiveDisable = true;
}
},
@@ -198,6 +200,7 @@
updateData() {
this.calcHandleQty();
+ this.updateBtn()
},
openDetail(item) {
@@ -378,7 +381,9 @@
this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => {
if (res) {
this.getDetail()
- }
+ } else {
+ this.isAllReceived=true
+ }
});
}
diff --git a/src/pages/productionReturn/record/returnToHoldRecordListDetail.vue b/src/pages/productionReturn/record/returnToHoldRecordListDetail.vue
index 478c9878..cf85c4e0 100644
--- a/src/pages/productionReturn/record/returnToHoldRecordListDetail.vue
+++ b/src/pages/productionReturn/record/returnToHoldRecordListDetail.vue
@@ -181,6 +181,8 @@
//扫描数量和任务数量相等,直接提交
if (this.scanCount == this.subList.length) {
this.receiveDisable = false;
+ }else {
+ this.receiveDisable = true;
}
},
@@ -196,6 +198,7 @@
updateData() {
this.calcHandleQty();
+ this.updateBtn()
},
openDetail(item) {
@@ -377,7 +380,9 @@
this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => {
if (res) {
this.getDetail()
- }
+ } else {
+ this.isAllReceived=true
+ }
});
}
diff --git a/src/pages/putaway/job/quantityPutawayJob.vue b/src/pages/putaway/job/quantityPutawayJob.vue
index 2cd84358..88b999eb 100644
--- a/src/pages/putaway/job/quantityPutawayJob.vue
+++ b/src/pages/putaway/job/quantityPutawayJob.vue
@@ -1,24 +1,28 @@
-
-
-
+
+
+
-
-
+
+
- 当前页({{jobList.length}})
+ 当前页({{jobList.length}})
-
+
第{{pageNo}}页,每页/{{ pageSize}}, 共:{{ totalCount }}
-
-
+
+
+
+
+
+
-
+
-
-
-
+
+
+
({{index+1}})
-
+
-
+
@@ -70,6 +81,9 @@
cancleAllTakePutawayJob
} from '@/api/request2.js';
+ import {
+ getDirectoryItemArray,
+ } from '@/common/directory.js';
import {
goHome,
@@ -89,8 +103,9 @@
import putawayInfoPopup from '@/pages/putaway/coms/putawayInfoPopup.vue'
import winScanPackJob from "@/mycomponents/scan/winScanPackJob.vue"
import comCheckAll from "@/mycomponents/button/comCheckAll.vue"
-
-
+ import locationCompare from '@/mycomponents/location/locationCompare.vue'
+
+
import {
Exception
} from 'sass';
@@ -106,7 +121,8 @@
winScanButton,
winScanPackJob,
jobList,
- comCheckAll
+ comCheckAll,
+ locationCompare
},
data() {
return {
@@ -129,7 +145,9 @@
itemCode: "",
toAreaCode: "",
toLocationCode: "",
- checkAll:false
+ checkAll: false,
+ toSubmitLocationCode: "",
+ toLocationAreaTypeList: []
};
},
@@ -198,16 +216,17 @@
}
this.currentPageNo = this.pageNo
getPutawayJobList(params).then(res => {
+
uni.hideLoading();
if (type === "refresh") {
uni.stopPullDownRefresh();
}
var list = res.data.list;
- list.forEach(item=>{
- item.checked=false;
+ list.forEach(item => {
+ item.checked = false;
})
- this.checkAll=false
+ this.checkAll = false
this.totalCount = res.data.total
updateTitle(this.title + "(" + this.totalCount + ")");
// this.loadingType = "loadmore";
@@ -216,6 +235,11 @@
// return;
// }
this.jobList = list
+ if (this.jobList.length > 0) {
+ this.toLocationAreaTypeList = getDirectoryItemArray(this.jobList[0].toAreaTypes)
+ }
+ this.toSubmitLocationCode=""
+
// this.pageNo++;
}).catch(error => {
@@ -376,16 +400,34 @@
},
// 承接全部任务
takeAllJob() {
+ if(!this.toSubmitLocationCode){
+ this.$refs.comMessage.showQuestionMessage("是否要修改目标库位?", res => {
+ if (res) {
+ this.$refs.comScanLocation.showLocation()
+ }else {
+ this.submitJob()
+ }
+ });
+ }else {
+ this.submitJob()
+ }
+
+ },
+ submitJob(){
+ this.jobNumberList = []
+ this.jobList.forEach(item => {
+ if (item.checked) {
+ this.jobNumberList.push(item.number)
+ }
+ })
+ if(this.jobNumberList.length==0){
+ this.showMessage("最少选择一条数据")
+ return
+ }
uni.showLoading({
title: "加载中....",
mask: true
});
- this.jobNumberList =[]
- this.jobList.forEach(item=>{
- if(item.checked){
- this.jobNumberList.push(item.number)
- }
- })
takeAllPutawayJob({
jobNumberList: this.jobNumberList
@@ -401,10 +443,14 @@
this.showMessage(error)
})
},
+
+
executeAllJob() {
- putawayJobAllExecute({
- jobNumberList: this.jobNumberList
- }).then(res => {
+ var params ={
+ toLocationCode:this.toSubmitLocationCode,
+ jobNumberList:this.jobNumberList
+ }
+ putawayJobAllExecute(params).then(res => {
if (res.data) {
uni.hideLoading()
this.$refs.comMessage.showSuccessMessage("执行任务成功", res => {
@@ -442,25 +488,28 @@
this.status = 1
this.getList()
},
- checkAllItems(checkAll){
- if(checkAll.value){
- this.jobList.forEach(res=>{
- res.checked=true;
+ checkAllItems(checkAll) {
+ if (checkAll.value) {
+ this.jobList.forEach(res => {
+ res.checked = true;
})
- }else {
- this.jobList.forEach(res=>{
- res.checked=false;
+ } else {
+ this.jobList.forEach(res => {
+ res.checked = false;
})
}
},
- cancleAll(){
- this.jobList.forEach(res=>{
- res.checked=false;
+ cancleAll() {
+ this.jobList.forEach(res => {
+ res.checked = false;
})
},
- checkedItem(item){
- item.checked =!item.checked
- }
+ checkedItem(item) {
+ item.checked = !item.checked
+ },
+ scanLocationCode(location, code) {
+ this.toSubmitLocationCode = code
+ },
}
}