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
850d3c8b
Commit
850d3c8b
authored
May 16, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加完工状态的搜索
parent
a2c288ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+9
-0
No files found.
src/views/mes/pro/workorder/indexApply.vue
View file @
850d3c8b
...
@@ -95,6 +95,14 @@
...
@@ -95,6 +95,14 @@
:value=
"dict.value"
></el-option>
:value=
"dict.value"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
label=
"完工状态"
prop=
"complate"
>
<el-select
v-model=
"queryParams.complate"
placeholder=
"请选择完工状态"
clearable
>
<el-option
label=
"未完工"
value=
"Incomplete"
></el-option>
<el-option
label=
"完工"
value=
"Completed"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"需求日期"
>
<el-form-item
label=
"需求日期"
>
<el-date-picker
v-model=
"beginRequestDate"
value-format=
"yyyy-MM-dd"
type=
"daterange"
range-separator=
"-"
<el-date-picker
v-model=
"beginRequestDate"
value-format=
"yyyy-MM-dd"
type=
"daterange"
range-separator=
"-"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
></el-date-picker>
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
></el-date-picker>
...
@@ -809,6 +817,7 @@ export default {
...
@@ -809,6 +817,7 @@ export default {
workorderCodes
:
null
,
workorderCodes
:
null
,
arrangeCodes
:
null
,
arrangeCodes
:
null
,
dtaAction
:
null
,
dtaAction
:
null
,
complate
:
null
,
workorderName
:
null
,
workorderName
:
null
,
orderSource
:
null
,
orderSource
:
null
,
sapItemCode
:
null
,
sapItemCode
:
null
,
...
...
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