解包出桶
This commit is contained in:
@@ -209,6 +209,7 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.showDialog = true
|
this.showDialog = true
|
||||||
|
this._structListByWorkId()
|
||||||
},
|
},
|
||||||
// 库位选择事件
|
// 库位选择事件
|
||||||
onStructChange(e) {
|
onStructChange(e) {
|
||||||
@@ -256,6 +257,10 @@
|
|||||||
let res = await structListByWorkId(this.pkId)
|
let res = await structListByWorkId(this.pkId)
|
||||||
if (res.code === '200') {
|
if (res.code === '200') {
|
||||||
this.structList = res.data
|
this.structList = res.data
|
||||||
|
this.structList.map(el => {
|
||||||
|
this.$set(el, 'text', el.struct_name)
|
||||||
|
this.$set(el, 'value', el.struct_code)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async _regionList () {
|
async _regionList () {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import * as types from '../types'
|
import * as types from '../types'
|
||||||
|
|
||||||
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.10.71:8099' : 'http://192.168.10.71:8099'
|
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://10.30.4.233:8010' : 'http://10.30.4.233:8010'
|
||||||
const acsUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.18.250:8012' : 'http://192.168.18.250:8012'
|
const acsUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.18.250:8012' : 'http://192.168.18.250:8012'
|
||||||
const printUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.81.162:8010' : 'http://192.168.81.162:8010'
|
const printUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.81.162:8010' : 'http://192.168.81.162:8010'
|
||||||
const state = {
|
const state = {
|
||||||
|
|||||||
Reference in New Issue
Block a user