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
ximai
mes-ui
Commits
9bbb69d6
Commit
9bbb69d6
authored
Aug 26, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工序设置
parent
961b69cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
20 deletions
+4
-20
content.vue
src/views/mes/pro/process/content.vue
+2
-2
index.vue
src/views/mes/pro/process/index.vue
+2
-18
No files found.
src/views/mes/pro/process/content.vue
View file @
9bbb69d6
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-row
v-if=
"optType != 'view'"
:gutter=
"10"
class=
"mb8"
>
<
!--
<
el-row
v-if=
"optType != 'view'"
:gutter=
"10"
class=
"mb8"
>
<el-col
:span=
"1.5"
>
<el-col
:span=
"1.5"
>
<el-button
<el-button
type=
"primary"
type=
"primary"
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
:showSearch
.
sync=
"showSearch"
:showSearch
.
sync=
"showSearch"
@
queryTable=
"getList"
@
queryTable=
"getList"
></right-toolbar>
></right-toolbar>
</el-row>
</el-row>
-->
<el-table
<el-table
v-loading=
"loading"
v-loading=
"loading"
...
...
src/views/mes/pro/process/index.vue
View file @
9bbb69d6
...
@@ -108,11 +108,6 @@
...
@@ -108,11 +108,6 @@
{{
scope
.
row
.
isPackage
===
'1'
?
'是'
:
'否'
}}
{{
scope
.
row
.
isPackage
===
'1'
?
'是'
:
'否'
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"是否用版"
align=
"center"
prop=
"isExistTool"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
isExistTool
===
'1'
?
'是'
:
'否'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"操作"
v-if=
"operation"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
v-if=
"operation"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -164,7 +159,7 @@
...
@@ -164,7 +159,7 @@
<el-input
v-model=
"form.processName"
placeholder=
"请输入工序名称"
/>
<el-input
v-model=
"form.processName"
placeholder=
"请输入工序名称"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"是否启用"
prop=
"enableFlag"
>
<el-form-item
label=
"是否启用"
prop=
"enableFlag"
>
<el-radio-group
v-model=
"form.enableFlag"
disabled
v-if=
"optType=='view'"
>
<el-radio-group
v-model=
"form.enableFlag"
disabled
v-if=
"optType=='view'"
>
<el-radio
<el-radio
...
@@ -182,7 +177,7 @@
...
@@ -182,7 +177,7 @@
</el-radio-group>
</el-radio-group>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"
8
"
>
<el-col
:span=
"
12
"
>
<el-form-item
label=
"是否包装工序"
prop=
"isPackage"
>
<el-form-item
label=
"是否包装工序"
prop=
"isPackage"
>
<!-- <el-radio-group v-model="form.isPackage">
<!-- <el-radio-group v-model="form.isPackage">
<el-radio label="1">是</el-radio>
<el-radio label="1">是</el-radio>
...
@@ -204,17 +199,6 @@
...
@@ -204,17 +199,6 @@
</el-radio-group>
</el-radio-group>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"是否用版"
prop=
"isExistTool"
>
<el-radio-group
v-model=
"form.isExistTool"
:disabled=
"optType=='view'"
>
<el-radio
v-for=
"dict in dict.type.sys_yes_non"
:key=
"dict.value"
:label=
"dict.value"
>
{{dict.label}}
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
...
...
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