fix:修改问题

This commit is contained in:
郭飞 2025-04-15 19:04:28 +08:00
parent 7bdfffc953
commit 159931a528
20 changed files with 26 additions and 24 deletions

View File

@ -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) {

View File

@ -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) {

View File

@ -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)

View File

@ -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) {

View File

@ -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,

View File

@ -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)

View File

@ -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 => {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {