Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mes
mes-ui
Commits
e16f6486
Commit
e16f6486
authored
Jan 15, 2025
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 保密发料无聊弹窗增加SAP料号查询条件
parent
3951bfcc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
single.vue
src/components/itemSelect/single.vue
+10
-1
No files found.
src/components/itemSelect/single.vue
View file @
e16f6486
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
size=
"small"
size=
"small"
:inline=
"true"
:inline=
"true"
v-show=
"showSearch"
v-show=
"showSearch"
label-width=
"
68
px"
label-width=
"
100
px"
>
>
<el-form-item
v-if=
"!isSap"
label=
"物料编码"
prop=
"itemCode"
>
<el-form-item
v-if=
"!isSap"
label=
"物料编码"
prop=
"itemCode"
>
<el-input
<el-input
...
@@ -59,6 +59,15 @@
...
@@ -59,6 +59,15 @@
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"sap物料编码"
prop=
"sapItemCode"
>
<el-input
v-model=
"queryParams.sapItemCode"
placeholder=
"请输入sap物料编码"
clearable
style=
"width: 240px"
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"物料名称"
prop=
"itemName"
>
<el-form-item
label=
"物料名称"
prop=
"itemName"
>
<el-input
<el-input
v-model=
"queryParams.itemName"
v-model=
"queryParams.itemName"
...
...
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