This commit is contained in:
2022-11-27 16:01:31 +08:00
parent 22ed4fdf88
commit 05c2820d5c
7 changed files with 241 additions and 82 deletions

View File

@@ -42,7 +42,7 @@ export function uploadSAP(data) {
export function uploadMES(data) {
return request({
url: '/api/inandoutreturn/uploadSAP',
url: '/api/inandoutreturn/uploadMES',
method: 'post',
data
})

View File

@@ -289,7 +289,7 @@ export default {
methods: {
open() {
debugger
crudSectattr.getSect({ 'is_materialstore': '1', 'sect_type_attr': '00' }).then(res => {
crudSectattr.getSect({ 'is_productstore': '1' }).then(res => {
this.sects = res.content
})
const area_type = '1585164789083148288'

View File

@@ -286,7 +286,7 @@ export default {
}
},
created() {
crudStorattr.getStor({ 'is_materialstore': '1' }).then(res => {
crudStorattr.getStor({ 'is_productstore': '1' }).then(res => {
this.storlist = res.content
})
},