|
@@ -125,10 +125,9 @@
|
|
|
<!-- <el-button @click="examine(2)" v-else-if="deptBudgetList.priceStatus=='审核中'&&pricetype==2" type="primary">{{deptBudgetList.approveStatus}}</el-button> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="content3" v-for="(item, index) in driverlist" :key="index">
|
|
|
+ <div class="content3" v-for="(item, index) in driverlist" :key="item.id">
|
|
|
<div class="content3-item1">
|
|
|
-
|
|
|
- <div class="">
|
|
|
+ <div>
|
|
|
<span style="margin-left: 30px;font-weight: 600;">司机-{{ index + 1 }}</span>
|
|
|
<span class="noservice" v-show="item.status == '未装车'">{{
|
|
|
item.status
|
|
@@ -140,7 +139,6 @@
|
|
|
item.status
|
|
|
}}</span>
|
|
|
</div>
|
|
|
-
|
|
|
<el-col :span="8">
|
|
|
|
|
|
<el-form-item label="姓名:" span="1" prop="driverName" label-width="125px">
|
|
@@ -1010,242 +1008,6 @@
|
|
|
}
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
- // /deep/.basicInformation {
|
|
|
- // .ws-info-table {
|
|
|
- // border: none;
|
|
|
- // }
|
|
|
-
|
|
|
- // .myTest {
|
|
|
- // width: 800px;
|
|
|
- // display: flex;
|
|
|
- // height: 40px;
|
|
|
- // }
|
|
|
-
|
|
|
- // .el-form-item {
|
|
|
- // width: 33.3333%;
|
|
|
- // border: none;
|
|
|
- // height: 50px;
|
|
|
-
|
|
|
- // .el-form-item__label {
|
|
|
- // background: transparent;
|
|
|
- // border: none;
|
|
|
- // }
|
|
|
-
|
|
|
- // .el-form-item__content {
|
|
|
- // border: none;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
-
|
|
|
- // .title {
|
|
|
- // position: relative;
|
|
|
- // padding-left: 10px;
|
|
|
- // }
|
|
|
-
|
|
|
- // .title::before {
|
|
|
- // content: '';
|
|
|
- // display: inline-block;
|
|
|
- // width: 5px;
|
|
|
- // height: 30px;
|
|
|
- // background: #5473e8;
|
|
|
- // position: absolute;
|
|
|
- // left: 0;
|
|
|
- // }
|
|
|
-
|
|
|
- // .el-form {
|
|
|
- // padding: 0 10%;
|
|
|
- // }
|
|
|
-
|
|
|
- // .el-button--primary {
|
|
|
- // background-color: #5878e8;
|
|
|
- // border-color: #5878e8;
|
|
|
- // }
|
|
|
-
|
|
|
- // .el-col {
|
|
|
- // background: #f6f7fc;
|
|
|
- // }
|
|
|
-
|
|
|
- // .bg-right {
|
|
|
- // text-align: right;
|
|
|
- // padding: 16px 20px;
|
|
|
- // }
|
|
|
-
|
|
|
- // .center {
|
|
|
- // margin: 0 auto;
|
|
|
- // width: 70%;
|
|
|
- // }
|
|
|
-
|
|
|
- //表格文字
|
|
|
- // /deep/.ws-info-table .el-form-item .el-form-item__label {
|
|
|
- // text-align: center;
|
|
|
- // font-size: 14px;
|
|
|
- // font-weight: 400;
|
|
|
- // color: #8890b1;
|
|
|
- // line-height: 16px;
|
|
|
- // }
|
|
|
-
|
|
|
- // //蓝标
|
|
|
- // .small-title {
|
|
|
- // position: relative;
|
|
|
- // padding: 10px;
|
|
|
- // font-weight: 600;
|
|
|
- // }
|
|
|
-
|
|
|
- // .small-title::before {
|
|
|
- // position: absolute;
|
|
|
- // content: '';
|
|
|
- // display: block;
|
|
|
- // background: #5473e8;
|
|
|
- // width: 4px;
|
|
|
- // height: 14px;
|
|
|
- // left: 0px;
|
|
|
- // top: 13px;
|
|
|
- // padding: 4px 2px;
|
|
|
- // }
|
|
|
-
|
|
|
- // .position {
|
|
|
- // position: relative;
|
|
|
- // }
|
|
|
-
|
|
|
- // .position .zaizhong {
|
|
|
- // width: 16%;
|
|
|
- // }
|
|
|
-
|
|
|
- // //减号
|
|
|
- // .del {
|
|
|
- // position: absolute;
|
|
|
- // // right: -38px;
|
|
|
- // top: 9px;
|
|
|
- // cursor: pointer;
|
|
|
- // right: 0;
|
|
|
- // display: inline-block;
|
|
|
- // font-size: 20px;
|
|
|
- // width: 20px;
|
|
|
- // height: 10px;
|
|
|
- // line-height: 0px;
|
|
|
- // }
|
|
|
-
|
|
|
- // .driver .el-form-item {
|
|
|
- // width: 16.63%;
|
|
|
- // }
|
|
|
-
|
|
|
- // /deep/.ws-info-table .el-form-item .el-form-item__content {
|
|
|
- // background: #f5f7fa;
|
|
|
- // border-radius: 4px;
|
|
|
- // color: #8890b1;
|
|
|
- // font-size: 14px;
|
|
|
- // padding: 0 25px;
|
|
|
- // }
|
|
|
-
|
|
|
- // /deep/.driver .ws-info-table .el-form-item .el-form-item__label {
|
|
|
- // width: 72px;
|
|
|
- // }
|
|
|
-
|
|
|
- // /deep/.liaison .ws-info-table .el-form-item {
|
|
|
- // width: 220px;
|
|
|
- // color: #8890b1;
|
|
|
- // font-size: 14px;
|
|
|
- // }
|
|
|
-
|
|
|
- // /deep/.ws-info-table .el-form-item {
|
|
|
- // border: none;
|
|
|
- // height: 50px;
|
|
|
- // }
|
|
|
-
|
|
|
- // /deep/.liaison .ws-info-table .el-form-item .el-form-item__label {
|
|
|
- // width: 50%;
|
|
|
- // border: 0px solid #d8dce6;
|
|
|
- // background: #f5f7fa;
|
|
|
- // text-align: center;
|
|
|
- // }
|
|
|
-
|
|
|
- // /deep/.liaison {
|
|
|
- // background: #f5f7fa;
|
|
|
- // border-radius: 4px;
|
|
|
- // border: 0px solid #d8dce6;
|
|
|
- // }
|
|
|
-
|
|
|
- // /deep/.liaison .ws-info-table .el-form-item .el-form-item__content {
|
|
|
- // border: none;
|
|
|
- // background: #f5f7fa;
|
|
|
- // padding: 0px;
|
|
|
- // }
|
|
|
-
|
|
|
- // .catNos {
|
|
|
- // width: 100%;
|
|
|
- // height: 30px;
|
|
|
- // margin-top: 10px;
|
|
|
- // margin-left: 20px;
|
|
|
- // font-size: 14px;
|
|
|
- // }
|
|
|
-
|
|
|
- // /deep/.liaison .ws-info-table .el-form-item .el-form-item__content {
|
|
|
- // border-radius: 0px;
|
|
|
- // border-left: none;
|
|
|
- // border-bottom: none;
|
|
|
- // border-top: none;
|
|
|
- // }
|
|
|
-
|
|
|
- // /deep/.liaison .ws-info-table {
|
|
|
- // background: #f6f7fc;
|
|
|
- // border-radius: 4px;
|
|
|
- // border: 1px solid #d8dce6;
|
|
|
- // margin-top: 20px;
|
|
|
- // }
|
|
|
-
|
|
|
- //送达/未送达
|
|
|
- // .noservice,
|
|
|
- // .service {
|
|
|
- // display: inline-block;
|
|
|
- // border-radius: 4px;
|
|
|
- // border: 1px solid #d8dce6;
|
|
|
- // padding: 2px;
|
|
|
- // font-size: 12px;
|
|
|
- // }
|
|
|
-
|
|
|
- // .noservice {
|
|
|
- // background: #c4cada;
|
|
|
- // color: #ffffff;
|
|
|
- // }
|
|
|
-
|
|
|
- // .service {
|
|
|
- // background: #e5f1f7;
|
|
|
- // color: #50cad4;
|
|
|
- // }
|
|
|
-
|
|
|
- // .serviced {
|
|
|
- // display: inline-block;
|
|
|
- // border-radius: 4px;
|
|
|
- // border: 1px solid #d8dce6;
|
|
|
- // padding: 2px;
|
|
|
- // font-size: 12px;
|
|
|
- // background: #e5f1f7;
|
|
|
- // color: #2c81cf;
|
|
|
- // }
|
|
|
-
|
|
|
- // //添加司机
|
|
|
- // .add {
|
|
|
- // width: 100px;
|
|
|
- // height: 34px;
|
|
|
- // background: #f6f7fb;
|
|
|
- // border-radius: 17px;
|
|
|
- // color: #5473e8;
|
|
|
- // font-size: 14px;
|
|
|
- // border: none;
|
|
|
- // }
|
|
|
-
|
|
|
- // .add img {
|
|
|
- // display: inline-block;
|
|
|
- // margin-top: 3px;
|
|
|
- // margin-left: -12px;
|
|
|
- // }
|
|
|
-
|
|
|
- // .add .spans {
|
|
|
- // display: table-caption;
|
|
|
- // width: 56px;
|
|
|
- // height: 20px;
|
|
|
- // line-height: 18px;
|
|
|
- // }
|
|
|
|
|
|
/deep/.el-form-item--small.el-form-item {
|
|
|
margin-bottom: 0px
|
|
@@ -1335,14 +1097,7 @@
|
|
|
height: 90px;
|
|
|
}
|
|
|
}
|
|
|
- .content4 {
|
|
|
- background: #F5F7FA;
|
|
|
- display: flex;
|
|
|
- margin: 10px 0;
|
|
|
- border: 1px solid #E4E7ED;
|
|
|
- border-radius: 5px;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
.del {
|
|
|
position: absolute;
|