From c52465ae99f341ccb5139a95cf24d647672765d7 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期三, 22 十一月 2023 13:26:30 +0800 Subject: [PATCH] modified: src/views/quality/finishedProductInspection/finishedProducter-print.vue modified: src/views/quality/finishedProductInspection/index.vue modified: src/views/quality/teststandard/index.vue --- src/views/quality/finishedProductInspection/finishedProducter-print.vue | 59 ++++++++++++++--------------------------------------------- 1 files changed, 14 insertions(+), 45 deletions(-) diff --git a/src/views/quality/finishedProductInspection/finishedProducter-print.vue b/src/views/quality/finishedProductInspection/finishedProducter-print.vue index d0994b0..34b49b9 100644 --- a/src/views/quality/finishedProductInspection/finishedProducter-print.vue +++ b/src/views/quality/finishedProductInspection/finishedProducter-print.vue @@ -1,7 +1,7 @@ <template> <div class="WordSection1" align=center style="word-wrap:break-word;text-justify-trim:punctuation"> <div align="center" > - <table style="border-collapse:collapse;table-layout:fixed;page-break-after: always;" width="629"> + <table style="border-collapse:collapse;table-layout:fixed;page-break-after: always;margin-top: 0px;" width="629"> <tr class="xl6524921" height=20 style='mso-height-source:userset;height:30.0pt'> <td colspan=3 rowspan=2 style='width:160pt;height: 60pt;border: 1pt solid windowtext'> <span style='mso-ignore:vglayout;margin-left:12px;margin-top:14px;width:104px;height:42px'> @@ -304,21 +304,25 @@ </div> <div class="head-2"> <p><span style="font-size:18pt;font-family:瀹嬩綋;margin-right: 70pt;">涓ぉ娴锋磱绯荤粺鏈夐檺鍏徃</span></p> - <span style="font-size:12pt;font-family:瀹嬩綋;margin-right: 70pt;">ZHONGTIAN TECHNOLOGY MARINE SYSTEMS Co.,LTD.</span> + <div> + <span style="font-size:12pt;font-family:瀹嬩綋;margin-right: 70pt;">ZHONGTIAN TECHNOLOGY MARINE SYSTEMS Co.,LTD.</span> + </div> </div> </div> <div class="bodycss"> <div class="bodycs"> <p class=x1111111><span>妫� 娴� 鎶� 鍛�<br> - <span class=x1111112 >Test Report</span><br> + <div style="display: flex;"> + <span class=x1111112 style="margin-left: 40px;">鎶ュ憡缂栧彿:锛圢o锛�:ZTMS01-<br>Report No.锛�</span> + <span class=x1111112 style="margin-left: 335px;" >Test Report</span> + <span class=x1111112 style="margin-left: 335px">椤垫锛�3/8<br> Page</span> + </div> </span></p> <div class="bodycs-1"> - <p style="margin-left: 40px;"><span style="font-size:12pt;font-family:榛戜綋">鎶ュ憡缂栧彿:锛圢o锛�:ZTMS01-<br>Report No.锛�</span></p> - <p style="margin-left: 620px;"><span style="font-size:12pt;font-family:榛戜綋">椤垫锛�3/8<br> Page</span></p> </div> </div> - <div> - <p style=" border-top: 1px solid black;width: 96%;margin-top: -1px;"></p> + + <div style="margin-top: 70px;"> <p class="x1111113" ><span style="display: flex;margin-top: 40px;margin-left: 40px;">鎶ュ憡姝f枃锛�</span></p> </div> <div class="bodycs" style="margin-top: 80px;"> @@ -625,7 +629,7 @@ if(list && list.length<2){ list.forEach(item=>{ if(item.children && item.children.length < rowNum){ - rowNum = 15 - item.children.length + rowNum = 20 - item.children.length for(let j=0;j<item.children.length;j++){ let arr = [] if(item.children[j].inspectionValue){ @@ -690,8 +694,9 @@ } </script> -<style lang="scss"> + +<style lang="scss" > .xl6524921 { padding: 0px; mso-ignore: padding; @@ -1941,41 +1946,5 @@ mso-pattern: auto; white-space: nowrap; } -@font-face{ - font-family:寰蒋闆呴粦; - panose-1:2 1 6 0 3 1 1 1 1 1; -} -@font-face{ - font-family:"Cambria Math"; - panose-1:2 4 5 3 5 4 6 3 2 4; -} -@font-face{ - font-family:Calibri; - panose-1:2 15 5 2 2 2 4 3 2 4; -} -@font-face{ - font-family:"\@寰蒋闆呴粦"; - panose-1:2 1 6 0 3 1 1 1 1 1; -} -/* Style Definitions */ -p.MsoNormal, li.MsoNormal, div.MsoNormal{ - margin:0cm; - text-align:justify; - text-justify:inter-ideograph; - font-size:10.5pt; - font-family:"Calibri",sans-serif; -} -/* Page Definitions */ -@page WordSection1{ - size:595.3pt 841.9pt; - margin:72.0pt 2.0cm 2.0cm 2.0cm; - layout-grid:15.6pt; -} -div.WordSection1{ - page : WordSection1; -} -.procedure { - word-wrap:break-word; -} </style> \ No newline at end of file -- Gitblit v1.9.3