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
852334c4
Commit
852334c4
authored
Feb 26, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂停作业bug
parent
33b6c1e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
index.vue
pages/mes/prodReport/index.vue
+15
-10
No files found.
pages/mes/prodReport/index.vue
View file @
852334c4
...
...
@@ -156,11 +156,12 @@
:title-style=
"
{'background-color':'#1E3770','color': '#FFFFFF' ,'line-height': '37px','padding-top': '0px'}"
v-model="stopReasonVisible" width="1300rpx">
<u-form
label-width=
"100px"
:model=
"feedback"
:rules=
"rules"
>
<u-form-item
label=
"
故障类型
"
prop=
"quantity"
>
<uni-data-select
:localdata=
"
stopReasonList"
@
change=
"stopReasonChange
"
></uni-data-select>
<u-form-item
label=
"
暂停原因
"
prop=
"quantity"
>
<uni-data-select
:localdata=
"
exception"
@
change=
"stopReas
"
></uni-data-select>
</u-form-item>
<u-form-item
label=
"故障原因"
prop=
"nickName"
>
<u-input
type=
"textarea"
height=
"150"
:border=
"true"
v-model=
"stopReason"
></u-input>
<u-form-item
label=
"暂停描述"
prop=
"nickName"
>
<!--
<u-input
type=
"textarea"
height=
"150"
:border=
"true"
v-model=
"stopReason"
></u-input>
-->
<uni-data-select
:localdata=
"reasonList"
@
change=
"changeReason"
></uni-data-select>
</u-form-item>
</u-form>
</u-modal>
...
...
@@ -171,10 +172,11 @@
:title-style=
"
{'background-color':'#1E3770','color': '#FFFFFF' ,'line-height': '60px','padding-top': '0px'}"
v-model="aopen" width="1300rpx">
<u-form
label-width=
"90px"
:rules=
"rules"
>
<u-form-item
label=
"异常时间"
prop=
"abnormalTime"
>
<
!--
<u-input
:border=
"true"
v-model=
"ExceptionForms.abnormalTime"
></u-input>
--
>
<!--
<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"
/>
</u-form-item>
</u-form-item>
-->
<u-row>
<u-col
span=
"6"
>
<u-form-item
label=
"异常类型"
prop=
"abnormalType"
>
...
...
@@ -189,14 +191,17 @@
</u-row>
<u-form-item
label=
"编批单号"
prop=
"batchNumber"
>
<u-input
:border=
"true"
v-model=
"ExceptionForms.batchNumber"
></u-input>
<!--
<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>
<!--
<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>
<!--
<u-input
:border=
"true"
v-model=
"ExceptionForms.workstationName"
></u-input>
-->
{{
ExceptionForms
.
workstationName
}}
</u-form-item>
...
...
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