rev:修改安全库存
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
@change="storChange"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in stors"
|
||||
v-for="item in storlist"
|
||||
:key="item.stor_id"
|
||||
:label="item.stor_name"
|
||||
:value="item.stor_id"
|
||||
@@ -82,7 +82,7 @@ import CRUD, { crud, form, header, presenter } from '@crud/crud'
|
||||
import rrOperation from '@crud/RR.operation'
|
||||
import crudOperation from '@crud/CRUD.operation'
|
||||
import pagination from '@crud/Pagination'
|
||||
import crudStorattr from '@/api/wms/basedata/st/storattr'
|
||||
import crudStorattr from '@/views/wms/storage_manage/basedata/basedata'
|
||||
import Treeselect, { LOAD_CHILDREN_OPTIONS } from '@riophae/vue-treeselect'
|
||||
import '@riophae/vue-treeselect/dist/vue-treeselect.css'
|
||||
import crudClassstandard from '@/api/wms/basedata/master/classstandard'
|
||||
@@ -115,7 +115,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
stors: [],
|
||||
storlist: [],
|
||||
classes: [],
|
||||
class_idStr: null,
|
||||
materOpt_code: '02',
|
||||
@@ -153,8 +153,8 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
crudStorattr.getStor({ 'is_materialstore': '1' }).then(res => {
|
||||
this.stors = res.content
|
||||
crudStorattr.getStor({}).then(res => {
|
||||
this.storlist = res.content
|
||||
})
|
||||
const param = {
|
||||
'materOpt_code': this.materOpt_code
|
||||
|
||||
Reference in New Issue
Block a user