rev:出入库流程兼容
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
style="width: 185px;">
|
||||
<el-option
|
||||
v-for="item in storList"
|
||||
:key="item.stor_id"
|
||||
:key="item.id"
|
||||
:label="item.stor_code"
|
||||
:value="item.stor_code">
|
||||
</el-option>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
style="width: 185px;">
|
||||
<el-option
|
||||
v-for="item in storList"
|
||||
:key="item.stor_id"
|
||||
:key="item.id"
|
||||
:label="item.stor_code"
|
||||
:value="item.stor_code">
|
||||
</el-option>
|
||||
@@ -68,7 +68,7 @@
|
||||
<el-select v-model="form.stor_code" placeholder="请选择" style="width: 150px;">
|
||||
<el-option
|
||||
v-for="item in storList"
|
||||
:key="item.stor_id"
|
||||
:key="item.id"
|
||||
:label="item.stor_code"
|
||||
:value="item.stor_code">
|
||||
</el-option>
|
||||
|
||||
Reference in New Issue
Block a user