Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
94fc6374
Commit
94fc6374
authored
Jan 30, 2026
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
功能提交
parent
115a5eaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/warehouse/warning.vue
+3
-3
No files found.
src/views/warehouse/warning.vue
View file @
94fc6374
...
@@ -422,11 +422,11 @@ onMounted(async () => {
...
@@ -422,11 +422,11 @@ onMounted(async () => {
</el-dialog>
</el-dialog>
<el-card>
<el-card>
<el-form
<el-form
ref=
"searchFormRef"
class=
"search-form"
class=
"search-form"
inline
inline
label-width=
"80px"
label-width=
"80px"
:model=
"searchForm"
:model=
"searchForm"
ref=
"searchFormRef"
>
>
<el-form-item
label=
"仓库"
>
<el-form-item
label=
"仓库"
>
<el-select
<el-select
...
@@ -522,12 +522,12 @@ onMounted(async () => {
...
@@ -522,12 +522,12 @@ onMounted(async () => {
style=
"width: 140px"
style=
"width: 140px"
>
>
<el-option
<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-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
style=
"margin-top: 5px"
>
<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-button
>
>
</el-form-item>
</el-form-item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment