Commit 94fc6374 by zhuzhequan

功能提交

parent 115a5eaa
......@@ -422,11 +422,11 @@ onMounted(async () => {
</el-dialog>
<el-card>
<el-form
ref="searchFormRef"
class="search-form"
inline
label-width="80px"
:model="searchForm"
ref="searchFormRef"
>
<el-form-item label="仓库">
<el-select
......@@ -522,12 +522,12 @@ onMounted(async () => {
style="width: 140px"
>
<el-option
v-for="user in userMarkList" :key="user.userMark" :label="user.userMark" :value="user.userMark"
v-for="user in userMarkList" :key="user.userMark" :label="user.userMark" :value="user.userMark==='九猫商品'?'JMP':user.userMark"
></el-option>
</el-select>
</el-form-item>
<el-form-item style="margin-top: 5px">
<el-button type="primary" @click="getData" ref="searchBtnRef"
<el-button ref="searchBtnRef" type="primary" @click="getData"
>查询</el-button
>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment