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
0264e0de
Commit
0264e0de
authored
Jun 28, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产版本和工作单元新增字段
parent
50890401
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
index.vue
src/views/mes/md/workunit/index.vue
+28
-0
ProogingProcess.vue
...mes/pro/productionSolution/components/ProogingProcess.vue
+1
-0
No files found.
src/views/mes/md/workunit/index.vue
View file @
0264e0de
...
...
@@ -110,6 +110,11 @@
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.faultFlag"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"是否固化"
align=
"center"
prop=
"solidify"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.sys_yes_no"
:value=
"scope.row.solidify"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -206,6 +211,26 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"20"
>
<el-form-item
label=
"是否固化"
label-width=
"120px"
>
<el-radio-group
v-model=
"form.solidify"
disabled
v-if=
"optType=='view'"
>
<el-radio
v-for=
"dict in dict.type.sys_yes_no"
:key=
"dict.value"
:label=
"dict.value"
>
{{dict.label}}
</el-radio>
</el-radio-group>
<el-radio-group
v-model=
"form.solidify"
v-else
>
<el-radio
v-for=
"dict in dict.type.sys_yes_no"
:key=
"dict.value"
:label=
"dict.value"
>
{{dict.label}}
</el-radio>
</el-radio-group>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"20"
>
<el-form-item
label=
"备注"
label-width=
"120px"
prop=
"remark"
>
...
...
@@ -274,6 +299,7 @@ export default {
workunitName
:
''
,
enableFlag
:
'Y'
,
faultFlag
:
'N'
,
solidify
:
'N'
,
},
// 表单校验
rules
:
{
...
...
@@ -317,6 +343,8 @@ export default {
workunitName
:
''
,
enableFlag
:
'Y'
,
faultFlag
:
'N'
,
solidify
:
'N'
,
}
this
.
autoGenFlag
=
false
;
this
.
resetForm
(
"form"
);
...
...
src/views/mes/pro/productionSolution/components/ProogingProcess.vue
View file @
0264e0de
...
...
@@ -25,6 +25,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"基本数量"
prop=
"quantity"
align=
"center"
/>
<el-table-column
label=
"固化时间"
prop=
"solidifyTime"
align=
"center"
/>
<el-table-column
label=
"计量单位"
prop=
"unitOfMeasure"
align=
"center"
/>
<el-table-column
label=
"雇员数量"
prop=
"employeesNum"
align=
"center"
/>
<el-table-column
label=
"关键工序"
prop=
"keyFlag"
align=
"center"
>
...
...
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