Commit 57f9bdc8 authored by lc0527's avatar lc0527

凿检屏字体大小调整

parent 081278b7
...@@ -57,8 +57,8 @@ ...@@ -57,8 +57,8 @@
<li> <li>
<img src="./img/logistics/tit.png" alt=""> <img src="./img/logistics/tit.png" alt="">
<div> <div>
<span>车型:</span> <span style="font-size: 85px;">车型:</span>
<span id="partNo-text"></span> <span id="partNo-text" style="font-size: 75px;"></span>
</div> </div>
</li> </li>
<li> <li>
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
function nextOrUpButton(tmBasSiteId,type){ function nextOrUpButton(tmBasSiteId,type){
var tps = document.getElementById("tps-text").innerHTML; var tps = document.getElementById("tps-text").innerHTML;
if(tps) { if(tps) {
fetch('http://127.0.0.1:8180/stage-api/order/ulocScreen/selectSiteBySiteId?tmBasSiteId=' + tmBasSiteId + '&sn=' + tps + '&type=' + type, fetch('http://192.168.0.114:8180/stage-api/order/ulocScreen/selectSiteBySiteId?tmBasSiteId=' + tmBasSiteId + '&sn=' + tps + '&type=' + type,
{method: 'GET', headers: {'Authorization': 'Bearer_'+localStorage.getItem("_token")}}) {method: 'GET', headers: {'Authorization': 'Bearer_'+localStorage.getItem("_token")}})
.then(response => response.json()) .then(response => response.json())
.then(data => { .then(data => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment