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
ade8498f
Commit
ade8498f
authored
Aug 29, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产报工删除一些字段
parent
0a381f60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
25 deletions
+2
-25
index.vue
pages/mes/prodReport/index.vue
+2
-25
No files found.
pages/mes/prodReport/index.vue
View file @
ade8498f
...
...
@@ -338,12 +338,6 @@
</u-row>
<u-row>
<u-col
:span=
"6"
>
<u-form-item
label=
"编排单号:"
prop=
"quantity"
>
{{
feedback
.
arrangeCode
}}
</u-form-item>
</u-col>
<u-col
:span=
"6"
>
<u-form-item
label=
"生产工单:"
prop=
"workorderId"
>
<uni-data-select
v-model=
"feedback.workorderId"
:localdata=
"feedback.workorderOption"
...
...
@@ -389,23 +383,6 @@
v-model=
"feedback.quantityUnqualify"
:long-press=
"false"
></u-number-box>
</u-form-item>
</u-col>
<u-col
span=
"6"
>
<u-form-item
class=
"column-type"
label-width=
"100px"
label=
"合格数量(副):"
prop=
"feedbackQuantityFu"
>
<view
class=
"button-type2"
>
<u-number-box
:min=
"0"
key=
"numberBox1"
:max=
"99999999999999999999999999999999999999999"
:input-width=
"190"
@
change=
"()=>quantityChangedV2(feedback, feedbackQuantityFu, feedbackUnQuantityFu)"
v-model=
"feedbackQuantityFu"
:long-press=
"false"
></u-number-box>
</view>
</u-form-item>
</u-col>
<u-col
span=
"6"
>
<u-form-item
class=
"column-type"
label-width=
"100px"
label=
"不良品数量(副):"
prop=
"feedbackUnQuantityFu"
>
<u-number-box
:min=
"0"
align=
"right"
key=
"numberBox2"
:max=
"99999999999999999999999999999999999999999"
:input-width=
"190"
@
change=
"()=>quantityChangedV2(feedback, feedbackQuantityFu, feedbackUnQuantityFu)"
v-model=
"feedbackUnQuantityFu"
:long-press=
"false"
></u-number-box>
</u-form-item>
</u-col>
<u-col
span=
"6"
>
<u-form-item
label=
"报工时间:"
prop=
"feedbackTime"
>
<uni-datetime-picker
return-type=
"string"
class=
"times"
type=
"datetime"
:clear-icon=
"false"
...
...
@@ -418,7 +395,7 @@
<u-button
@
tap=
"getCode(feedback)"
type=
"success"
size=
"mini"
>
报工人员
</u-button>
</u-form-item>
</u-col>
<u-col
span=
"6"
>
<
!-- <
u-col span="6" >
<u-form-item label="打印:" prop="whether">
<view class="uni-list-item__extra">
<u-radio-group v-model="feedback.whether">
...
...
@@ -427,7 +404,7 @@
</u-radio-group>
</view>
</u-form-item>
</u-col>
</u-col>
-->
<u-col
span=
"6"
v-if=
"isWaiXie"
>
<u-form-item
label=
"是否关单:"
prop=
"whether"
>
<view
class=
"uni-list-item__extra"
>
...
...
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