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
9cbd2448
Commit
9cbd2448
authored
Mar 06, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单编码查看功能修复
parent
5738f147
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
17 deletions
+1
-17
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+1
-17
No files found.
src/views/mes/pro/workorder/indexApply.vue
View file @
9cbd2448
...
...
@@ -286,7 +286,7 @@
<el-button
size=
"mini"
type=
"text"
@
click=
"(scope.row)"
@
click=
"
handleView
(scope.row)"
v-hasPermi=
"['mes:pro:workorder:query']"
>
{{
scope
.
row
.
workorderCode
}}
</el-button
...
...
@@ -1106,25 +1106,9 @@ export default {
// 跳转到申请单界
this
.
$router
.
push
(
"/mes/pro/workorder/apply"
);
return
;
// this.reset();
// this.getTreeselect();
// if (row != null && row.workorderId)
{
// this.form.parentId = row.workorderId;
// this.form.orderSource = row.orderSource;
// this.form.sourceCode = row.sourceCode;
// this.form.clientId = row.clientId;
// this.form.clientCode = row.clientCode;
// this.form.clientName = row.clientName;
//
}
else
{
// this.form.parentId = 0;
//
}
// this.open = true;
// this.title = "添加生产工单";
// this.optType="add";
}
,
// 查询明细按钮操作
handleView
(
row
)
{
handleView
this
.
reset
();
this
.
getTreeselect
();
const
workorderId
=
row
.
workorderId
||
this
.
ids
;
...
...
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