修改
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user