# Conflicts:
#	common/MyRequest.js
#	common/config.js
This commit is contained in:
郭飞 2025-03-27 17:57:56 +08:00
commit 7987c537a0
3 changed files with 18 additions and 21 deletions

View File

@ -498,25 +498,16 @@
}).then((res) => {
console.log(res.resultObj)
this.opCode = res.resultObj
this.$MyRequest('/bpel/event', {
header: {
MESSAGENAME:'CompleteShipRequestForPurReturn',
LANGUAGE: 'Chinese',
EventUser: this.userId
},
body: {
SITENAME: 'SDK',
RECEIVEREQUESTNAME: this.receiveRequestName,
RECEIVEREQUESTDETAILNAME: '',
RECEIVEREQUESTDETAILTYPE: '',
MATERIALSPECNAME: '',
ReceiveActNo: '',
CHECKBOX: false,
ACTTYPE: 'STCO',
RECEIVEREQUESTTYPE: '45',
REASONCODE: '',
REASONCODETYPE: ''
let param = {
opcode: opcode,
user: this.userId,
siteName: this.siteName,
boxList: this.boxList,
commitDate: this.commitDate,
shipRequestName: this.receiveRequestName
}
this.$MyRequest('/purchase/CompleteReceiveRequest', {
param
}).then(res => {
console.log(res)
this.opCode = "";

View File

@ -650,6 +650,10 @@
user: this.userId
}).then(res => {
if (res.data.success) {
if (res.data.resultObj.length < 1) {
this.$showMessage("查询不到库存")
return
}
if (indexList.length > 0) {
res.data.resultObj.map((val) => {
if (indexList.some(el => el.MATERIALPACKINGNAME == val
@ -657,6 +661,8 @@
val.IS_CHECK = 'Y'
}
})
} else {
this.$showMessage(res.data.message)
}
this.BoxInfoList = res.data.resultObj
this.currentPage = 1

View File

@ -217,7 +217,7 @@ export default {
PLATFORM:"APP"
}
}).then(res => {
if(res.data.code == 0) {
if(res.data.code == 200) {
console.log(222222222)
let menuList = res.data.data.menuList
// console.log('menuList', menuList)