Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
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-pad
Commits
ef2e8f0f
Commit
ef2e8f0f
authored
Mar 13, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改异常报告排版
parent
69cfdc3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
16 deletions
+20
-16
index.vue
pages/mes/prodReport/index.vue
+19
-15
index.vue
pages/mes/qc/index.vue
+1
-1
No files found.
pages/mes/prodReport/index.vue
View file @
ef2e8f0f
...
...
@@ -241,7 +241,7 @@
width="1300rpx"
>
<view
class=
"feedback-card"
>
<u-form
label-width=
"
90px
"
:model=
"ExceptionForms"
:rules=
"rules"
>
<u-form
label-width=
"
70px"
labelAlign =
"right
"
:model=
"ExceptionForms"
:rules=
"rules"
>
<!--
<u-form-item
label=
"异常时间"
prop=
"abnormalTime"
>
<u-input
:border=
"true"
v-model=
"ExceptionForms.abnormalTime"
></u-input>
<uni-datetime-picker
class=
"times"
type=
"date"
:clear-icon=
"false"
v-model=
"ExceptionForms.abnormalTime"
/>
...
...
@@ -258,21 +258,25 @@
<uni-data-select
v-model=
"ExceptionForms.abnormalReason"
:localdata=
"reasonList"
></uni-data-select>
</u-form-item>
</u-col>
<u-col
span=
"6"
>
<u-form-item
label=
"编批单号"
prop=
"batchNumber"
>
<!--
<u-input
:border=
"true"
v-model=
"ExceptionForms.batchNumber"
></u-input>
-->
{{
ExceptionForms
.
batchNumber
}}
</u-form-item>
</u-col>
<u-col
span=
"6"
>
<u-form-item
label=
"工序"
prop=
"processName"
>
<!--
<u-input
:border=
"true"
v-model=
"ExceptionForms.processName"
></u-input>
-->
{{
ExceptionForms
.
processName
}}
</u-form-item>
</u-col>
<u-col
span=
"6"
>
<u-form-item
label=
"作业单元"
prop=
"workstationName"
>
<!--
<u-input
:border=
"true"
v-model=
"ExceptionForms.workstationName"
></u-input>
-->
{{
ExceptionForms
.
workstationName
}}
</u-form-item>
</u-col>
</u-row>
<u-form-item
label=
"编批单号"
prop=
"batchNumber"
>
<!--
<u-input
:border=
"true"
v-model=
"ExceptionForms.batchNumber"
></u-input>
-->
{{
ExceptionForms
.
batchNumber
}}
</u-form-item>
<u-form-item
label=
"工序"
prop=
"processName"
>
<!--
<u-input
:border=
"true"
v-model=
"ExceptionForms.processName"
></u-input>
-->
{{
ExceptionForms
.
processName
}}
</u-form-item>
<u-form-item
label=
"作业单元"
prop=
"workstationName"
>
<!--
<u-input
:border=
"true"
v-model=
"ExceptionForms.workstationName"
></u-input>
-->
{{
ExceptionForms
.
workstationName
}}
</u-form-item>
</u-form>
</view>
</u-modal>
...
...
pages/mes/qc/index.vue
View file @
ef2e8f0f
...
...
@@ -77,7 +77,7 @@
<u-modal
width=
"90%"
v-model=
"qcModalFlag"
:showConfirmButton=
true
:showCancelButton=
"true"
title=
"请填写检验单"
content=
"操作内容"
>
<u-form
ref=
"qcForm"
label-width=
"
7
0px"
>
<u-form
ref=
"qcForm"
label-width=
"
9
0px"
>
<u-row>
<u-col
span=
"5"
>
<u-form-item
label=
"任务编号"
>
...
...
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