Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
mes
mes-ui
Commits
b1d8b68b
Commit
b1d8b68b
authored
Jul 04, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产工单->打印工单
parent
49bd2403
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
134 additions
and
106 deletions
+134
-106
productOrderDetail.vue
src/views/mes/pro/workorder/print/productOrderDetail.vue
+5
-4
productOrderSpecification.vue
...ews/mes/pro/workorder/print/productOrderSpecification.vue
+129
-102
No files found.
src/views/mes/pro/workorder/print/productOrderDetail.vue
View file @
b1d8b68b
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<td
colspan=
"2"
align=
"center"
>
生产量
</td>
<td
colspan=
"2"
align=
"center"
>
生产量
</td>
<td
colspan=
"2"
align=
"center"
>
Loss数
</td>
<td
colspan=
"2"
align=
"center"
>
Loss数
</td>
<td
colspan=
"2"
align=
"center"
>
参考数
</td>
<td
colspan=
"2"
align=
"center"
>
参考数
</td>
<td
colspan=
"2"
align=
"center"
>
派工数
</td>
<td
colspan=
"2"
align=
"center"
style=
"background-color: #7e7878;-webkit-print-color-adjust: exact;"
>
派工数
</td>
<td
colspan=
"2"
align=
"center"
>
材料总重(KG)
</td>
<td
colspan=
"2"
align=
"center"
>
材料总重(KG)
</td>
<td
colspan=
"3"
align=
"center"
>
单层厚(丝)
</td>
<td
colspan=
"3"
align=
"center"
>
单层厚(丝)
</td>
</tr>
</tr>
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<td
colspan=
"2"
align=
"center"
>
{{
workOrderInfo
.
quantity
}}
</td>
<td
colspan=
"2"
align=
"center"
>
{{
workOrderInfo
.
quantity
}}
</td>
<td
colspan=
"2"
align=
"center"
>
{{
workOrderInfo
.
lossNum
}}
</td>
<td
colspan=
"2"
align=
"center"
>
{{
workOrderInfo
.
lossNum
}}
</td>
<td
colspan=
"2"
align=
"center"
>
{{
workOrderInfo
.
dispatchQuantity
}}
</td>
<td
colspan=
"2"
align=
"center"
>
{{
workOrderInfo
.
dispatchQuantity
}}
</td>
<td
colspan=
"2"
align=
"center"
>
{{
workOrderInfo
.
referenceQuantity
}}
</td>
<td
colspan=
"2"
align=
"center"
style=
"background: #7e7878;-webkit-print-color-adjust: exact;"
>
{{
workOrderInfo
.
referenceQuantity
}}
</td>
<td
colspan=
"2"
align=
"center"
>
{{
workOrderInfo
.
materialWeight
}}
</td>
<td
colspan=
"2"
align=
"center"
>
{{
workOrderInfo
.
materialWeight
}}
</td>
<td
colspan=
"3"
align=
"center"
>
{{
workOrderInfo
.
singleLayerThick
}}
</td>
<td
colspan=
"3"
align=
"center"
>
{{
workOrderInfo
.
singleLayerThick
}}
</td>
</tr>
</tr>
...
@@ -412,12 +412,13 @@ export default {
...
@@ -412,12 +412,13 @@ export default {
.titles
{
.titles
{
text-align
:
center
;
text-align
:
center
;
font-size
:
25px
;
font-size
:
25px
;
letter-spacing
:
2px
;
}
}
.GOM
{
.GOM
{
color
:
#1d1d1d
;
color
:
#9f9c97
;
color
:
#ccc3c3
;
position
:
absolute
;
position
:
absolute
;
left
:
50%
;
left
:
50%
;
font-size
:
28px
;
transform
:
translateX
(
-50%
)
transform
:
translateX
(
-50%
)
}
}
.barcode
{
.barcode
{
...
...
src/views/mes/pro/workorder/print/productOrderSpecification.vue
View file @
b1d8b68b
This diff is collapsed.
Click to expand it.
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