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
b994daba
Commit
b994daba
authored
Mar 02, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产报工优化
parent
949416b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
8 deletions
+21
-8
index.vue
pages/mes/prodReport/index.vue
+21
-8
No files found.
pages/mes/prodReport/index.vue
View file @
b994daba
...
@@ -113,7 +113,8 @@
...
@@ -113,7 +113,8 @@
<u-row>
<u-row>
<u-col
span=
"6"
>
<u-col
span=
"6"
>
<u-form-item
label=
"编排单号"
prop=
"quantity"
>
<u-form-item
label=
"编排单号"
prop=
"quantity"
>
<u-input
v-model=
"feedback.arrangeCode"
></u-input>
<!--
<u-input
v-model=
"feedback.arrangeCode"
></u-input>
-->
{{
feedback
.
arrangeCode
}}
</u-form-item>
</u-form-item>
</u-col>
</u-col>
<u-col
span=
"6"
>
<u-col
span=
"6"
>
...
@@ -140,9 +141,21 @@
...
@@ -140,9 +141,21 @@
</u-row>
</u-row>
<u-row>
<u-row>
<u-col
span=
"6"
>
<u-col
span=
"6"
>
<u-form-item
label=
"打印"
prop=
"printName"
>
<!--
<u-form-item
label=
"是否打印"
prop=
"printName"
>
<u-input
v-model=
"feedback.printName"
></u-input>
<u-input
v-model=
"feedback.printName"
></u-input>
-->
</u-form-item>
<u-form-item
label=
"是否打印"
prop=
"printName"
>
<view
class=
"uni-list-item__extra"
>
<u-radio-group
v-model=
"feedback.printName"
>
<u-radio
name=
"shi"
>
是
</u-radio>
<u-radio
name=
"fou"
>
否
</u-radio>
</u-radio-group>
</view>
</u-form-item>
</u-col>
</u-col>
</u-row>
</u-row>
</u-form>
</u-form>
...
@@ -201,10 +214,10 @@
...
@@ -201,10 +214,10 @@
:title-style=
"
{'background-color':'#1E3770','color': '#FFFFFF' ,'line-height': '60px','padding-top': '0px'}"
:title-style=
"
{'background-color':'#1E3770','color': '#FFFFFF' ,'line-height': '60px','padding-top': '0px'}"
v-model="aopen" width="1300rpx">
v-model="aopen" width="1300rpx">
<u-form
label-width=
"90px"
:rules=
"rules"
>
<u-form
label-width=
"90px"
:rules=
"rules"
>
<u-form-item
label=
"异常时间"
prop=
"abnormalTime"
>
<!--
<u-form-item
label=
"异常时间"
prop=
"abnormalTime"
>
<!--
<u-input
:border=
"true"
v-model=
"ExceptionForms.abnormalTime"
></u-input>
--
>
<u-input
:border=
"true"
v-model=
"ExceptionForms.abnormalTime"
></u-input
>
<uni-datetime-picker
class=
"times"
type=
"date"
:clear-icon=
"false"
v-model=
"ExceptionForms.abnormalTime"
/>
<uni-datetime-picker
class=
"times"
type=
"date"
:clear-icon=
"false"
v-model=
"ExceptionForms.abnormalTime"
/>
</u-form-item>
</u-form-item>
-->
<u-row>
<u-row>
<u-col
span=
"6"
>
<u-col
span=
"6"
>
...
@@ -1127,7 +1140,7 @@ export default {
...
@@ -1127,7 +1140,7 @@ export default {
quantity
:
item
.
quantity
,
quantity
:
item
.
quantity
,
quantityQualify
:
0
,
quantityQualify
:
0
,
quantityUnqualify
:
0
,
quantityUnqualify
:
0
,
printName
:
item
.
arrangeCod
e
,
printName
:
fals
e
,
nickName
:
this
.
vuex_user
.
nicfeedbackkName
,
nickName
:
this
.
vuex_user
.
nicfeedbackkName
,
workorderList
:
[]
workorderList
:
[]
}
}
...
...
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