rev:出入库流程兼容

This commit is contained in:
zhangzq
2024-06-03 10:09:04 +08:00
parent e446f8b743
commit a243c910ce
85 changed files with 741 additions and 301 deletions

View File

@@ -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>

View File

@@ -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>