From 377fba33b54de574b044514c772f6268f485e6bf Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 08 六月 2020 15:03:58 +0800
Subject: [PATCH] #
---
src/main/webapp/views/matCode/matCode.html | 58 ++++++++++++----------------------------------------------
1 files changed, 12 insertions(+), 46 deletions(-)
diff --git a/src/main/webapp/views/matCode/matCode.html b/src/main/webapp/views/matCode/matCode.html
index 64d98ae..1738de0 100644
--- a/src/main/webapp/views/matCode/matCode.html
+++ b/src/main/webapp/views/matCode/matCode.html
@@ -21,24 +21,16 @@
color: #333;
}
- /* ------------------------------------------------ */
+ /* ------------------------- 鎵撳嵃琛ㄦ牸 ----------------------- */
.template-preview {
display: inline-block;
}
-
-
.contain {
- /*border: 1px solid #000;*/
- /*width: 100%;*/
}
.contain td {
border: 1px solid #000;
/*line-height: 46px;*/
- /*text-align: center;*/
}
- /*.qrcode {*/
- /* margin: 3px;*/
- /*}*/
</style>
</head>
<body>
@@ -139,44 +131,14 @@
<fieldset class="layui-elem-field site-demo-button" style="margin-top: 30px;text-align: left;">
<legend>鎵撳嵃棰勮</legend>
<div id="template-container" style="margin: 20px;text-align: center">
+
<!-- 棰勮鍥� 1 -->
<div id="template-preview-1" class="template-preview" style="display: none">
-<!-- <table class="contain" height="317" width="317" style="overflow: hidden">-->
-<!-- <tr>-->
-<!-- <td width="20%" align="right" scope="col">瀹㈡埛</td>-->
-<!-- <td class="customer" width="30%" align="left" scope="col">{{this.customer}}</td>-->
-<!-- <td width="80%" align="right" scope="col">棰滆壊</td>-->
-<!-- <td class="color" width="30%" align="left" scope="col">1</td>-->
-<!-- </tr>-->
-<!-- <tr>-->
-<!-- <td align="right">鐢熶骇鏃ユ湡</td>-->
-<!-- <td class="createTime" align="left">{{this.createTime$}}</td>-->
-<!-- <td align="right">鏁伴噺</td>-->
-<!-- <td class="amount" align="left">{{this.amount}}</td>-->
-<!-- </tr>-->
-<!-- <tr>-->
-<!-- <td align="right">鍨嬪彿鎵撳瓧</td>-->
-<!-- <td class="modelType" align="left" colspan="3">{{this.modelType}}</td>-->
-<!-- </tr>-->
-<!-- <tr>-->
-<!-- <td align="right">浜у搧鎵瑰彿</td>-->
-<!-- <td class="seq" align="left">{{this.seq}}</td>-->
-<!-- <td colspan="2" rowspan="3" align="right"><img class="qrcode" src="" style="width: 80%"></td>-->
-<!-- </tr>-->
-<!-- <tr>-->
-<!-- <td align="right">瑁呮楠屽彿</td>-->
-<!-- <td class="boxCheck" align="left">{{this.boxCheck}}</td>-->
-<!-- </tr>-->
-<!-- <tr>-->
-<!-- <td align="right">绠卞彿</td>-->
-<!-- <td class="boxNumber" align="left">{{this.boxNumber}}</td>-->
-<!-- </tr>-->
-<!-- </table>-->
<table class="contain" height="217" width="317" style="overflow: hidden;font-size: xx-small">
<tr>
<td colspan="1" align="center" scope="col">鏉$爜</td>
<td class="barcode" colspan="3" align="center" scope="col">
- <img class="template-qrcode" src="" width="80%">
+ <img class="template-code" src="" width="80%">
<div style="letter-spacing: 2px;margin-top: 3px; text-align: center">
<span>xxxxxx</span>
</div>
@@ -198,7 +160,7 @@
</div>
<!-- 棰勮鍥� 2 -->
- <div id="template-preview-2" class="template-preview" style="display: inline-block">
+ <div id="template-preview-2" class="template-preview" style="display: none">
<table class="contain" height="217" width="317" style="overflow: hidden;font-size: xx-small">
<tr>
<td align="center" scope="col" width="20%" colspan="1">鐗╂枡缂栫爜</td>
@@ -218,7 +180,7 @@
</tr>
<tr>
<td align="center" colspan="6" style="border: none">
- <img class="template-qrcode" src="" width="80%">
+ <img class="template-code" src="" width="80%">
<div style="letter-spacing: 2px;margin-top: 3px; text-align: center">
<span>xxxxxx</span>
</div>
@@ -228,7 +190,10 @@
</div>
<!-- 棰勮鍥� 3 -->
- <div id="template-preview-3" class="template-preview"></div>
+ <div id="template-preview-3" class="template-preview" style="display: inline-block">
+
+ </div>
+
</div>
</fieldset>
@@ -240,7 +205,7 @@
<!-- 鍒濆鍖栨墦鍗版ā鏉跨殑鏉″舰鐮� -->
<script type="text/javascript">
- $('.template-qrcode').attr("src", baseUrl+"/macCode/barcode/auth?param=123");
+ $('.template-code').attr("src", baseUrl+"/macCode/code/auth?type=1¶m=123");
</script>
<!-- 妯℃澘寮曟搸 -->
@@ -294,7 +259,7 @@
</tr>
<tr>
<td align="center" colspan="6" style="border: none">
- <img class="template-qrcode" src="{{this.barcodeUrl}}" width="80%">
+ <img class="template-code" src="{{this.barcodeUrl}}" width="80%">
<div style="letter-spacing: 2px;margin-top: 3px; text-align: center">
<span>{{this.matNo}}</span>
</div>
@@ -305,6 +270,7 @@
</script>
<!-- 妯℃澘3 -->
<script type="text/template" id="templatePreview3">
+
</script>
</body>
--
Gitblit v1.9.1