Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dwsproject
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dws
dwsproject
Commits
7009e38b
Commit
7009e38b
authored
Jan 09, 2025
by
夏超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] 修改任务的工艺设计
parent
f23c6238
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
sdddl_project/static/src/html/view/craft_design.html
+5
-2
No files found.
sdddl_project/static/src/html/view/craft_design.html
View file @
7009e38b
...
...
@@ -542,7 +542,6 @@
</div>
</div>
<el-button
type=
"primary"
style=
"margin-top: 8px;"
@
click=
"stationBindingSavehandle"
>
保存
</el-button>
<!-- -->
</div>
</div>
</el-dialog>
...
...
@@ -731,7 +730,7 @@
this
.
loading
=
false
// 先设置为可编辑状态
this
.
prohibitedStateShow
=
result
.
result
.
editable
//
this.prohibitedStateShow = true
this
.
prohibitedStateShow
=
true
}).
catch
(
error
=>
{
this
.
errorHandle
(
error
,
true
)
})
...
...
@@ -1031,6 +1030,10 @@
// 选中工序事件
async
selProcessHandle
(
item
)
{
this
.
isEdit
=
false
this
.
keyMaterialsList
=
[]
this
.
keyMaterialsCopyList
=
[]
this
.
materialCheckList
=
[]
this
.
productionLineStationList
=
[]
if
(
item
.
show
)
{
item
.
show
=
false
}
else
{
...
...
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