fix:修改问题
This commit is contained in:
parent
7bdfffc953
commit
159931a528
@ -187,7 +187,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location=[]
|
this.items_Location=[]
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -373,7 +373,7 @@
|
|||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
this.BoxListInfo = [];
|
this.BoxListInfo = [];
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -173,7 +173,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION1 != '') {
|
if (this.ERPLOCATION1 != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION1,
|
ERPLocation: this.ERPLOCATION1,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
console.log(res.data.resultObj)
|
console.log(res.data.resultObj)
|
||||||
|
@ -221,7 +221,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -363,7 +363,7 @@
|
|||||||
getLocationName2() {
|
getLocationName2() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
@ -472,7 +472,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var barCodeArr = this.MATERIALPACKINGNAME.split("|");
|
var barCodeArr = this.MATERIALPACKINGNAME.split("|");
|
||||||
await this.$MyRequest('/NoInvoice/getChangeLocationBarCode', {
|
await this.$MyRequest('/api/NoInvoice/getChangeLocationBarCode', {
|
||||||
MATERIALPACKINGNAME: this.MATERIALPACKINGNAME,
|
MATERIALPACKINGNAME: this.MATERIALPACKINGNAME,
|
||||||
LocationName: this.LOCATIONNAME,
|
LocationName: this.LOCATIONNAME,
|
||||||
ErpFactory: this.ERPFACTORY,
|
ErpFactory: this.ERPFACTORY,
|
||||||
|
@ -176,7 +176,7 @@
|
|||||||
this.$showMessage("不存在需要换绑的信息")
|
this.$showMessage("不存在需要换绑的信息")
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.$MyRequest('/NoInvoice/ChangeSupplierCharge', {
|
this.$MyRequest('/api/NoInvoice/ChangeSupplierCharge', {
|
||||||
boxList: boxList,
|
boxList: boxList,
|
||||||
commitDate : this.commitDate,
|
commitDate : this.commitDate,
|
||||||
user : this.userId
|
user : this.userId
|
||||||
@ -245,7 +245,7 @@
|
|||||||
this.$playFail()
|
this.$playFail()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.$MyRequest('/NoInvoice/getSupplierChargeByPakingname', {
|
this.$MyRequest('/api/NoInvoice/getSupplierChargeByPakingname', {
|
||||||
MATERIALPACKINGNAME: this.MATERIALPACKINGNAME,
|
MATERIALPACKINGNAME: this.MATERIALPACKINGNAME,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
console.log(res.data.success)
|
console.log(res.data.success)
|
||||||
|
@ -168,7 +168,7 @@
|
|||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
var url = "//Palletizing/scanCode"
|
var url = "/api/Palletizing/scanCode"
|
||||||
console.log(this.BoxListInfo[0])
|
console.log(this.BoxListInfo[0])
|
||||||
this.$MyRequest(url, {
|
this.$MyRequest(url, {
|
||||||
materialPackingName: this.MaterialPackingcode,
|
materialPackingName: this.MaterialPackingcode,
|
||||||
@ -209,7 +209,7 @@
|
|||||||
console.log(this.commitDate)
|
console.log(this.commitDate)
|
||||||
if (this.BoxListInfo.length > 0) {
|
if (this.BoxListInfo.length > 0) {
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
this.$MyRequest('/Palletizing/addPalletizing', {
|
this.$MyRequest('/api/Palletizing/addPalletizing', {
|
||||||
userId: this.userId,
|
userId: this.userId,
|
||||||
boxList: this.BoxListInfo
|
boxList: this.BoxListInfo
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
@ -332,7 +332,7 @@
|
|||||||
getLocationName2() {
|
getLocationName2() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -296,7 +296,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -344,7 +344,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -197,7 +197,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location=[]
|
this.items_Location=[]
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -323,7 +323,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
@ -450,7 +450,7 @@
|
|||||||
this.BoxListInfo = [];
|
this.BoxListInfo = [];
|
||||||
this.$MyRequest('/SaleReturn/getSaleReturnList', {
|
this.$MyRequest('/SaleReturn/getSaleReturnList', {
|
||||||
ReceiveRequestName: this.ReceiveRequestName,
|
ReceiveRequestName: this.ReceiveRequestName,
|
||||||
ReceiveRequestType: "4C"
|
ReceiveRequestType: "ZLR1"
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
console.log(res.data)
|
console.log(res.data)
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
@ -594,6 +594,8 @@
|
|||||||
user : this.userId,
|
user : this.userId,
|
||||||
commitDate : this.commitDate,
|
commitDate : this.commitDate,
|
||||||
opcode : this.opCode,
|
opcode : this.opCode,
|
||||||
|
siteName: this.siteName,
|
||||||
|
receiveRequestName: this.ReceiveRequestName,
|
||||||
materialreceiveAct : {
|
materialreceiveAct : {
|
||||||
ReceiveRequestName: this.ReceiveRequestName,
|
ReceiveRequestName: this.ReceiveRequestName,
|
||||||
siteName: this.siteName
|
siteName: this.siteName
|
||||||
|
@ -398,7 +398,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -413,7 +413,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -418,7 +418,7 @@
|
|||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
this.items_LocationAll = []
|
this.items_LocationAll = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -349,7 +349,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -188,7 +188,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location=[]
|
this.items_Location=[]
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -415,7 +415,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -427,7 +427,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
@ -653,7 +653,7 @@
|
|||||||
getLocationName() {
|
getLocationName() {
|
||||||
this.items_Location = []
|
this.items_Location = []
|
||||||
if (this.ERPLOCATION != '') {
|
if (this.ERPLOCATION != '') {
|
||||||
this.$MyRequest('/storage/getLocationNameForERPLocation', {
|
this.$MyRequest('/api/storage/getLocationNameForERPLocation', {
|
||||||
ERPLocation: this.ERPLOCATION
|
ERPLocation: this.ERPLOCATION
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.success) {
|
if (res.data.success) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user