Commit cb3d7483 authored by 李苏's avatar 李苏 💬

登录页面

parent 8805bd7c
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
width: 100%; width: 100%;
} }
.easyuitext{ .easyuitext{
padding-left: 10px;
height: 30px; height: 30px;
border: 0.5px solid #D3D3D3; border: 0.5px solid #D3D3D3;
} }
......
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
width: 100%; width: 100%;
} }
.easyuitext{ .easyuitext{
padding-left: 10px;
height: 30px; height: 30px;
border: 0.5px solid #D3D3D3; border: 0.5px solid #D3D3D3;
} }
......
...@@ -131,6 +131,7 @@ ...@@ -131,6 +131,7 @@
width: 100%; width: 100%;
} }
.easyuitext{ .easyuitext{
padding-left: 10px;
height: 30px; height: 30px;
border: 0.5px solid #D3D3D3; border: 0.5px solid #D3D3D3;
} }
......
...@@ -62,26 +62,31 @@ ...@@ -62,26 +62,31 @@
field: 'wlxxCode', field: 'wlxxCode',
title: '品号', title: '品号',
width: '20%', width: '20%',
align:"center"
}, },
{ {
field: 'wlxxName', field: 'wlxxName',
title: '品名', title: '品名',
width: '23%', width: '23%',
align:"center"
}, },
{ {
field: 'wlxxGg', field: 'wlxxGg',
title: '规格型号', title: '规格型号',
width: '20%', width: '20%',
align:"center"
}, },
{ {
field: 'xqsl', field: 'xqsl',
title: '数量', title: '数量',
width: '20%', width: '20%',
align:"center"
}, },
{ {
field: 'zpsl', field: 'zpsl',
title: '装配数量', title: '装配数量',
width: '20%', width: '20%',
align:"center"
}, },
] ]
] ]
...@@ -265,11 +270,11 @@ ...@@ -265,11 +270,11 @@
<!-- 顶部信息条 --> <!-- 顶部信息条 -->
<div class="toptitle"> <div class="toptitle">
<ul class="tipul" style="height: 100%;"> <ul class="tipul" style="height: 100%;">
<li>ADMIN</li> <li>当前工序:{{gx}}</li>
<li>系统管理员</li> <li>系统管理员</li>
<li class="tipuli2">{{systime}}</li> <li class="tipuli2">{{systime}}</li>
<li class="tipuli2" style="margin-right: 200px;">计数:30</li> <li class="tipuli2" style="margin-right: 200px;">计数:30</li>
<li class="tipuli2">当前工序:{{gx}}</li> <li class="tipuli2"></li>
</ul> </ul>
</div> </div>
...@@ -280,7 +285,7 @@ ...@@ -280,7 +285,7 @@
<div class="cpif"> <div class="cpif">
<!-- top --> <!-- top -->
<div class="cpiftop" style="display: flex;align-items: center;"> <div class="cpiftop" style="display: flex;align-items: center;">
<span>序列号</span><input style="width: 84%;" class="easyuitext" name="xlh" @keydown="scanxlh()" v-model="xlh" placeholder="请扫码条码" /> <span>序列号&nbsp;&nbsp;</span><input style="width: 84%;" class="easyuitext" name="xlh" @keydown="scanxlh()" v-model="xlh" placeholder="请扫码条码" />
</div> </div>
<!-- bot --> <!-- bot -->
<div class="cpifbot" style="display: flex;flex-wrap: wrap;"> <div class="cpifbot" style="display: flex;flex-wrap: wrap;">
...@@ -332,8 +337,8 @@ ...@@ -332,8 +337,8 @@
<!-- 顶部信息条 --> <!-- 顶部信息条 -->
<div class="toptitle" style="position: relative;"> <div class="toptitle" style="position: relative;">
<ul style="position: absolute;right: 50%;transform: translateX(50%);"> <ul style="position: absolute;right: 50%;transform: translateX(50%);">
<li class="tipulmid">ADMIN</li> <li class="tipulmid"></li>
<li class="tipulmid">系统管理员</li> <li class="tipulmid" style="width: 130px;">系统管理员</li>
<li class="tipulmid">甲班</li> <li class="tipulmid">甲班</li>
<li class="tipulmid" style="width: 200px;">当前工序:{{gx}}</li> <li class="tipulmid" style="width: 200px;">当前工序:{{gx}}</li>
</ul> </ul>
...@@ -343,7 +348,7 @@ ...@@ -343,7 +348,7 @@
<button type="button" ><b style="color: #666666;font-style:oblique;">SUBMIT</b></button> <button type="button" ><b style="color: #666666;font-style:oblique;">SUBMIT</b></button>
</li> </li>
<li class="tipuli2">{{systime}}</li> <li class="tipuli2">{{systime}}</li>
<li class="tipuli2" style="margin-right: 10px;">计数:30</li> <li class="tipuli2" style="margin-right: 10px;">计数:<span style="font-size: 16px;">30</span></li>
</ul> </ul>
...@@ -356,7 +361,7 @@ ...@@ -356,7 +361,7 @@
<!-- top --> <!-- top -->
<div class="cpileft" style="width: 70%;height: 100%;"> <div class="cpileft" style="width: 70%;height: 100%;">
<div class="ery"> <div class="ery">
<span>工单</span><input class="easyuitext" v-model="gd" style="width: 70%" name="gd" /> <span>工单</span><input class="easyuitext" v-model="gd" style="width: 70%;" name="gd" />
</div> </div>
<div class="ery"> <div class="ery">
<span>SN</span><input class="easyuitext" v-model="cpsn" style="width: 70%" name="cpsn" /> <span>SN</span><input class="easyuitext" v-model="cpsn" style="width: 70%" name="cpsn" />
......
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