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