1
0
Quellcode durchsuchen

添加圆通CC打印

lsp vor 4 Jahren
Ursprung
Commit
31c8bb6c3d

+ 3 - 4
wms-operate/src/main/resources/static/ui/views/outstock/order/printWaybill/yto_ccNew.html → wms-operate/src/main/resources/static/ui/views/outstock/order/printWaybill/yto_cc.html

@@ -120,7 +120,7 @@
 			</div>
 		</div>
 		<div style="height: 20mm;border-bottom:1px solid  #000;text-align: center;">
-			<img src="/barcode4j?msg=<%=data.trackingNo1%>&quietZone=false&dpi=150&moduleWidth=0.4&fmt=png&height=8&hrp=none&qz=4"  style="margin-top: 1mm;"/>
+			<img src="/barcode4j?msg=<%=data.trackingNo1%>&quietZone=false&dpi=150&moduleWidth=0.35&fmt=png&height=8&hrp=none&qz=4"  style="margin-top: 1mm;"/>
 			<br/>
 			<%=data.sender.trackingNo1%>
 		</div>
@@ -144,9 +144,8 @@
 		<!-- 下联70mm -->
 
 		<div style="height:12mm;width:100%; border-bottom:1px solid  #000;padding-top: 1mm;font-size: 14px;">
-			<div style="height: 12mm;width: 30mm;float: left;">&nbsp;</div>
 			<div style="height: 12mm;width: 60mm;float: left;text-align: center;">
-				<img src="/barcode4j?msg=<%=data.trackingNo1%>&quietZone=false&dpi=150&moduleWidth=0.35&fmt=png&height=4&hrp=none&qz=3"  style="margin-top: 0mm;"/>
+				<img src="/barcode4j?msg=<%=data.trackingNo1%>&quietZone=false&dpi=150&moduleWidth=0.35&fmt=png&height=4&hrp=none&qz=3"  style="margin-top: 0mm;margin-left: 1mm;"/>
 				<br/>
 				<%=data.trackingNo1%>
 			</div>
@@ -203,7 +202,7 @@
 			<div style="width:100%;height: 15mm;font-size: 4mm;text-align: left;float: left;">
 				<span style="margin-left: 5px;">
 					<%if(data.allocationList != null){%>
-						<%for(var i=0; j<data.allocationList.length; j++){%>
+						<%for(var i=0; i<data.allocationList.length; i++){%>
 							<%=data.allocationList[i].barcode%> * <%=data.allocationList[i].quantity%>
 							&nbsp;<%=data.allocationList[i].barcode%> * <%=data.allocationList[i].quantity%>   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 						<%}%>