代码合并-多仓库
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
@change="hand"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in this.storList"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
v-for="item in storList"
|
||||
:label="item.stor_name"
|
||||
:value="item.stor_id"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
@@ -108,6 +108,7 @@ import udOperation from '@crud/UD.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import DateRangePicker from '@/components/DateRangePicker'
|
||||
import crudMaterialbase from '@/views/wms/basedata/master/material/materialbase'
|
||||
import crudUserStor from '@/views/wms/basedata/st/userStor/userStor'
|
||||
|
||||
const defaultForm = {
|
||||
stordaily_id: null,
|
||||
@@ -164,7 +165,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
crudIostordaily.getStor().then(res => {
|
||||
crudUserStor.getUserStor().then(res => {
|
||||
this.storList = res
|
||||
})
|
||||
const param = {
|
||||
|
||||
Reference in New Issue
Block a user