工单作业、工单查询、报工查询

This commit is contained in:
2023-05-25 13:41:11 +08:00
parent d29959513d
commit 934ff5186d
10 changed files with 621 additions and 118 deletions

View File

@@ -9,7 +9,7 @@
content '\e608'
.close_icon::before
content '\e60f'
.selected_icon::before
.select_icon::before
content '\e608'
// new

View File

@@ -78,11 +78,14 @@
line-height .3rem
text-align center
.select_icon
width .2rem
height .2rem
line-height .2rem
width 18px
height 18px
line-height 18px
font-size 16px
text-align center
border-radius 100%
background-color #c0c4cc
color #c0c4cc
overflow hidden
.select_square_icon
border-radius 3px
@@ -186,7 +189,11 @@ header
.wrap-buttons
width 40%
height 100%
text-align right
display flex
justify-content flex-end
align-items center
.button+.button
margin-left 5px
.filter_item
width calc(50% - 10px)
display flex
@@ -224,13 +231,14 @@ header
z-index 1
color #606266
border-left 1px solid #8B90A6
padding 5px 0
th,td
line-height 18px
font-size 12px
padding 5px
color #fff
td
border 1px solid #8B90A6
padding 5px
&:first-child
border-left 0
&:last-child
@@ -310,10 +318,51 @@ input::-webkit-input-placeholder
font-size .13rem
.el-range-editor.el-input__inner
width 100%
// .el-select-dropdown__item
// height .26rem !important
// line-height .26rem !important
// font-size .16rem !important
// .el-input__inner
// height .3rem
// line-height .3rem
.el-icon-arrow-up
vertical-align top
.form_wraper
width 100%
.form
width 100%
_fj(flex-start, flex-start)
.form_item
width 48%
margin-bottom: 20px
.form_item+.form_item
margin-left 4%
.form_item__label
width: 74px;
text-align: left;
vertical-align: middle;
float: left;
font-size: 14px;
color: #606266;
line-height: 30px;
padding: 0 12px 0 0;
box-sizing: border-box;
i
color $red2
.form_item__content
width: calc(100% - 74px)
margin-left: 74px;
line-height: 30px;
position: relative;
font-size: 14px;
.form_item__input
width 100%
-webkit-appearance: none;
background-color: #fff;
background-image: none;
border-radius: 4px;
border: 1px solid $gray1;
box-sizing: border-box;
color: #696969;
display: inline-block;
font-size: 14px;
height: 30px;
line-height: 30px;
outline: none;
padding: 0 15px;
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
width: 100%;

View File

@@ -1,11 +1,17 @@
$red = #e74f1a
$red1 = #E74F19
$red2 = #FA6400
$green = #6CBE8B
$green1 = #00d246
$yellow = #E9B451
$blue = #6798ef
$gray = #c9c9c9
$gray1 = #8B90A6
$gray2 = #DFE1E6
$fc1 = #323232
//
_wh(w, h)
width: w