解包出桶

This commit is contained in:
x
2026-07-20 18:21:42 +08:00
parent 8094f456be
commit ff19772127
2 changed files with 6 additions and 1 deletions

View File

@@ -209,6 +209,7 @@
return
}
this.showDialog = true
this._structListByWorkId()
},
// 库位选择事件
onStructChange(e) {
@@ -256,6 +257,10 @@
let res = await structListByWorkId(this.pkId)
if (res.code === '200') {
this.structList = res.data
this.structList.map(el => {
this.$set(el, 'text', el.struct_name)
this.$set(el, 'value', el.struct_code)
})
}
},
async _regionList () {

View File

@@ -1,6 +1,6 @@
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 printUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.81.162:8010' : 'http://192.168.81.162:8010'
const state = {