From c327ae2c32c988c43d6881c9caf196e42bab3f8c Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期四, 27 四月 2023 14:09:48 +0800
Subject: [PATCH] 修复订单系统
---
src/main/webapp/views/order/order.html | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/src/main/webapp/views/order/order.html b/src/main/webapp/views/order/order.html
index ad4bbd3..2a3836c 100644
--- a/src/main/webapp/views/order/order.html
+++ b/src/main/webapp/views/order/order.html
@@ -252,39 +252,37 @@
</script>
<!-- 妯℃澘寮曟搸 -->
<!-- 妯℃澘3 -->
-<script type="text/template" id="templatePreview3" class="template-qrcode">
+<script type="text/template" id="templatePreview3" class="template-qrcode">/orderDetl/list/auth
{{#each data}}
<table class="contain" width="280" style="overflow: hidden;font-size: xx-small;table-layout: fixed;">
<thead></thead>
<tbody style="font-weight: bold">
<tr style="height: 30px;">
- <td align="center" scope="col" colspan="1">鍟嗗搧</td>
- <td align="lift" colspan="4" style="padding-left: 8px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.maktx}}</td>
+ <td align="center" scope="col" colspan="1">鏂欏彿</td>
+ <td align="lift" colspan="4" style="padding-left: 8px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.matnr}}</td>
<td align="center" scope="col" colspan="3" rowspan="3">
<img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="80%">
</td>
</tr>
<tr style="height: 30px">
- <td align="center" scope="col" colspan="1">鏂欏彿</td>
+ <td align="center" scope="col" colspan="1">鍟嗗搧</td>
<!-- overflow:hidden; 婧㈠嚭闅愯棌 white-space:nowrap; text-overflow:ellipsis;-->
<!-- word-break : break-all; 瓒呭嚭鑷姩鎹㈣-->
- <td align="lift" colspan="4" style="padding-left: 8px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.matnr}}</td>
+ <td align="lift" colspan="4" style="padding-left: 8px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.maktx}}</td>
</tr>
<tr style="height: 30px">
<td align="center" scope="col" colspan="1">鏃ユ湡</td>
<td align="lift" colspan="4" style="padding-left: 8px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.createTime$}}</td>
</tr>
<tr style="height: 30px">
- <td align="center" scope="col" colspan="1">鐗屽彿</td>
- <td align="lift" colspan="3" style="padding-left: 8px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.brand}}</td>
<td align="center" scope="col" colspan="1">鎵瑰彿</td>
<td align="lift" colspan="3" style="padding-left: 8px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.batch}}</td>
+ <td align="center" scope="col" colspan="1">瑙勬牸</td>
+ <td align="lift" colspan="3" style="padding-left: 8px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.specs}}</td>
</tr>
<tr style="height: 30px">
<td align="center" scope="col" colspan="1">鏁伴噺</td>
<td align="lift" colspan="3" style="padding-left: 8px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.anfme}}</td>
- <td align="center" scope="col" colspan="1">鐘舵��</td>
- <td align="lift" colspan="3" style="padding-left: 8px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;">{{this.status$}}</td>
</tr>
--
Gitblit v1.9.1