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
55ead0f6
Commit
55ead0f6
authored
Aug 23, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
指令列表bug
parent
57005322
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
index.vue
pages/mes/prodReport/index.vue
+1
-15
No files found.
pages/mes/prodReport/index.vue
View file @
55ead0f6
...
@@ -237,22 +237,8 @@
...
@@ -237,22 +237,8 @@
<!--
{{
scope
.
row
}}
-->
<!--
{{
scope
.
row
}}
-->
<u-input
v-model=
"scope.row.grossWeight"
type=
"number"
placeholder=
""
v-if=
"scope.row.isEncase"
></u-input>
<u-input
v-model=
"scope.row.grossWeight"
type=
"number"
placeholder=
""
v-if=
"scope.row.isEncase"
></u-input>
</
template
>
</
template
>
<
template
slot=
"packageStandard"
slot-scope=
"scope"
>
<!--
{{
scope
.
row
}}
-->
<uni-easyinput
type=
"text"
suffixIcon=
"scan"
v-model=
"scope.row.packageStandard"
style=
"width: 100%"
@
iconClick=
"() => iconPackageStandard(scope.row)"
placeholder=
"装箱规格"
v-if=
"scope.row.isEncase"
/>
</
template
>
<
template
slot=
"peration"
slot-scope=
"scope"
>
<
template
slot=
"peration"
slot-scope=
"scope"
>
<!--
{{
scope
.
row
}}
-->
<u-button
@
tap=
"sizeclick(feedback, scope.row, i)"
class=
"successBtn"
style=
"margin-left: 0"
>
{{
getfeedbackQuantity
(
scope
.
row
)
}}
</u-button>
<u-button
v-if=
"scope.row.isEncase"
@
tap=
"handleBlPackagePrintInfo(feedback, scope.row, i)"
class=
"successBtn"
style=
"margin-left: 0"
>
打印
</u-button>
<u-button
v-else-if=
"scope.row.feedbackQuantity && Number(scope.row.feedbackQuantity) > 0"
@
tap=
"rePackageInfoPrint(feedback, scope.row, i)"
style=
"margin-left: 0"
class=
"successBtn"
>
补打印
</u-button>
<u-button
v-else
@
tap=
"handleSubmitPackageFeedback(feedback, scope.row, i)"
style=
"margin-left: 0"
class=
"successBtn"
>
打印/报工
</u-button>
<!--
<u-input
v-model=
"scope.row.reportQuantity"
type=
"number"
></u-input>
-->
</
template
>
</
template
>
</zb-table>
</zb-table>
</view>
</view>
...
...
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