Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-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
pda
pda-ui
Commits
5b4ffb39
Commit
5b4ffb39
authored
Jun 17, 2024
by
zhuli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 补数工单问题修改
parent
97ceb336
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+15
-14
No files found.
src/views/mes/pro/workorder/indexApply.vue
View file @
5b4ffb39
...
@@ -232,18 +232,18 @@
...
@@ -232,18 +232,18 @@
</el-button>
</el-button>
</el-col>
</el-col>
<el-col
:span=
"1.5"
>
<!--
<el-col
:span=
"1.5"
>
--
>
<el-button
<!--
<el-button-->
type=
"warning"
<!-- type="warning"-->
plain
<!-- plain-->
icon=
"el-icon-plus"
<!-- icon="el-icon-plus"-->
size=
"mini"
<!-- size="mini"-->
:disabled=
"multiple"
<!-- :disabled="multiple"-->
@
click=
"handleDofinish"
<!-- @click="handleDofinish"-->
v-hasPermi=
"['mes:pro:workorder:dofinish']"
<!-- v-hasPermi="['mes:pro:workorder:dofinish']"-->
>
生成任务单
<!-- >生成任务单-->
</el-button
>
<!--
</el-button>
--
>
</el-col
>
<!--
</el-col>
--
>
<el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
>
<el-button
<el-button
type=
"warning"
type=
"warning"
...
@@ -1326,9 +1326,10 @@ export default {
...
@@ -1326,9 +1326,10 @@ export default {
// this.title = "修改生产工单";
// this.title = "修改生产工单";
// this.optType="edit";
// this.optType="edit";
//
}
);
//
}
);
}
,
}
,
//
handleMake() {
handleMake() {
if (this.selectedRows[0].workorderType == 'product' && this.selectedRows[0].status == "SCHEDULED"
let status = this.selectedRows[0].status;
if (this.selectedRows[0].workorderType == 'product' && (status == "SCHEDULED"||status == "PRODUCING"||status == "ISSUED")
) {
) {
const workorderId = this.selectedRows[0].workorderId
const workorderId = this.selectedRows[0].workorderId
this.$router.push("/mes/pro/workorder/make?workorderId=" + workorderId);
this.$router.push("/mes/pro/workorder/make?workorderId=" + workorderId);
...
...
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