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
1bcc3b36
Commit
1bcc3b36
authored
Nov 07, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领料单界面新增申请单号筛选
parent
41e6a5d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
index.vue
src/views/mes/wm/issue/index.vue
+11
-1
No files found.
src/views/mes/wm/issue/index.vue
View file @
1bcc3b36
...
...
@@ -9,6 +9,14 @@
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"申请单号"
prop=
"applyNo"
>
<el-input
v-model=
"queryParams.applyNo"
placeholder=
"请输入领料单编号"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"创建时间"
>
<el-date-picker
v-model=
"daterangePurchaseDate"
...
...
@@ -258,6 +266,7 @@ export default {
areaName
:
null
,
issueDate
:
null
,
status
:
'PREPARE'
,
applyNo
:
null
,
},
// 表单参数
form
:
{},
...
...
@@ -359,7 +368,8 @@ export default {
createBy
:
null
,
createTime
:
null
,
updateBy
:
null
,
updateTime
:
null
updateTime
:
null
,
applyNo
:
null
,
};
this
.
autoGenFlag
=
false
;
this
.
resetForm
(
"form"
);
...
...
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