From 22b45a79b2ceab7625e0fe248458c398cc26110d Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期一, 25 九月 2023 12:53:59 +0800 Subject: [PATCH] modified: src/components/view/Processingproducts.vue modified: src/components/view/rawInsDetail.vue modified: src/components/view/sale.vue --- src/components/view/processInspection.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/view/processInspection.vue b/src/components/view/processInspection.vue index 41059f6..e58cf60 100644 --- a/src/components/view/processInspection.vue +++ b/src/components/view/processInspection.vue @@ -249,7 +249,7 @@ title="杩囩▼妫�楠屾姤鍛�" :visible.sync="reportlook" width="40%"> <template> <div ref="print"> - + <div style="margin:0 auto;"> <!-- <div style="text-align:center;margin-top:10px;">杩囩▼妫�楠屾姤鍛�</div> --> <table class="table table-striped table-bordered" align="center" border style="width: 100%;height: 700px;" valign="center"> @@ -295,13 +295,13 @@ <td class="value" ></td> <td class="column"></td> <td class="value" ></td> - + </tr> <tr> <td class="column"></td> <td class="value" colspan="3"></td> <td class="column"></td> - + </tr> <tr> <td class="value" colspan="2"></td> @@ -313,7 +313,7 @@ <td class="value" colspan="2"></td> <td class="value" colspan="2"></td> </tr> - + <tr> <td class="column" colspan="6"></td> </tr> @@ -337,7 +337,7 @@ <td class="value" colspan="2"></td> <td class="value" colspan="2"></td> </tr> - + <tr> <td class="column">鏉愯川</td> <td class="value" colspan="5"></td> @@ -360,8 +360,8 @@ <br> </td> </tr> - - + + </table> </div> </div> @@ -485,7 +485,7 @@ this.reportlook = true // this.$nextTick(() => { // this.$print(this.$refs.print); - // }) + // }) }, handleClick(row) { this.rowInfp = row -- Gitblit v1.9.3