This commit is contained in:
2023-04-07 18:28:08 +08:00
parent 6917835ce2
commit b6c7c9c8c8
5 changed files with 13 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ export const handLogin = (user, password) => post('mobile/auth/login', {
}) })
// 1.首页-查询人员所属的设备信息 // 1.首页-查询人员所属的设备信息
export const getDevice = () => post('api/produceshiftorder/getDevice', { export const getDevice = () => post('api/produceshiftorder/getDeviceList', {
}) })
// 2.工单管理 // 2.工单管理

View File

@@ -304,4 +304,6 @@ select
border none border none
padding 0 .1rem padding 0 .1rem
font-size .16rem font-size .16rem
.el-select-dropdown__item span
color #606266
</style> </style>

View File

@@ -123,6 +123,7 @@ export default {
line-height .4rem line-height .4rem
margin-left .11rem margin-left .11rem
float right float right
color #fff
.list-box .list-box
padding-bottom .2rem padding-bottom .2rem
// height 4.6rem // height 4.6rem

View File

@@ -73,6 +73,7 @@ export default {
line-height .6rem line-height .6rem
font-size .2rem font-size .2rem
background none background none
color #fff
.dropdown-ul .dropdown-ul
position absolute position absolute
background #3157a3 background #3157a3
@@ -86,6 +87,7 @@ export default {
text-align center text-align center
line-height .5rem line-height .5rem
font-size .15rem font-size .15rem
color #fff
border-bottom 1px solid #767a82 border-bottom 1px solid #767a82
&:last-child &:last-child
border-bottom none border-bottom none
@@ -98,10 +100,12 @@ export default {
line-height .24rem line-height .24rem
margin-top .09rem margin-top .09rem
text-align right text-align right
color #fff
.date .date
font-size .14rem font-size .14rem
line-height .2rem line-height .2rem
text-align right text-align right
color #fff
.week .week
font-size .14rem font-size .14rem
.drift .drift

View File

@@ -129,6 +129,7 @@ header
.wrap-filter .wrap-filter
width 100% width 100%
height .5rem height .5rem
color #fff
.filter-table .filter-table
width 100% width 100%
border 1px solid #fff border 1px solid #fff
@@ -139,6 +140,7 @@ header
font-size .13rem font-size .13rem
padding .05rem .01rem padding .05rem .01rem
border 1px solid #fff border 1px solid #fff
color #fff
.input .input
width 1.8rem width 1.8rem
height .3rem height .3rem
@@ -211,4 +213,6 @@ input::-webkit-input-placeholder
display inline-block display inline-block
line-height .16rem line-height .16rem
color #606266 color #606266
font-size .13rem font-size .13rem
.el-date-editor--daterange.el-input__inner
width 260px