|
@@ -85,8 +85,8 @@
|
|
|
{{ deptBudgetList.contractNo }}
|
|
|
</ws-form-item>
|
|
|
<!-- 运输方式 -->
|
|
|
- <ws-form-item label="运输方式" span="1" prop="contractNo">
|
|
|
- {{ deptBudgetList.contractNo }}
|
|
|
+ <ws-form-item label="运输方式" span="1" prop="tranType">
|
|
|
+ {{ deptBudgetList.tranType }}
|
|
|
</ws-form-item>
|
|
|
</ws-info-table>
|
|
|
<div class="small-title" style="font-size: 16px">联络员及车次</div>
|
|
@@ -193,7 +193,7 @@
|
|
|
</template>
|
|
|
</ws-form-item>
|
|
|
<!--卸车日期-->
|
|
|
- <el-form-item label="卸车日期:" span="1" prop="unloadingDate">
|
|
|
+ <el-form-item label="卸车日期:" span="1" prop="unloadingDate" style="width:22%">
|
|
|
<ws-date-picker
|
|
|
v-if="item.status == '未装车' || item.status == '已送达'"
|
|
|
:disabled="readonly"
|
|
@@ -213,13 +213,9 @@
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
<!-- 提交 -->
|
|
|
- <span class="servicedout" v-show="item.status == '已送达'"
|
|
|
- >已卸车</span
|
|
|
- >
|
|
|
- <span class="noserviceout" v-show="item.status == '未装车'">{{
|
|
|
- item.status
|
|
|
- }}</span>
|
|
|
- <span
|
|
|
+ <span class="servicedout" v-show="item.status == '已送达'">已卸车</span>
|
|
|
+ <span class="noserviceout" v-show="item.status == '未装车'">{{item.status}}</span>
|
|
|
+ <!-- <span
|
|
|
style="text-align: right; padding: 10px"
|
|
|
class="center"
|
|
|
v-if="
|
|
@@ -229,7 +225,7 @@
|
|
|
item.status == '已装车'
|
|
|
"
|
|
|
>
|
|
|
- <div>
|
|
|
+
|
|
|
<el-button
|
|
|
class="bg-bottom"
|
|
|
type="primary"
|
|
@@ -237,9 +233,19 @@
|
|
|
@click="submit(deptBudgetList)"
|
|
|
>提交</el-button
|
|
|
>
|
|
|
- </div>
|
|
|
- </span>
|
|
|
-
|
|
|
+
|
|
|
+ </span> -->
|
|
|
+ <el-button
|
|
|
+ style="text-align: right; padding: 10px;margin:4px 0 0 20px"
|
|
|
+ type="primary"
|
|
|
+ @click="submit(deptBudgetList)"
|
|
|
+ v-if="
|
|
|
+ item.status == '' ||
|
|
|
+ item.status == null ||
|
|
|
+ item.status == '未送达' ||
|
|
|
+ item.status == '已装车'
|
|
|
+ "
|
|
|
+ > 提交 </el-button>
|
|
|
<!-- <div
|
|
|
v-show="
|
|
|
item.temporaryDriverFlag == 0 && item.signStatus == '未签合同'
|
|
@@ -269,8 +275,15 @@
|
|
|
</ws-info-table>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="text-align: center; color: #8890b1; font-size: 16px">
|
|
|
+ <div style="text-align: right; color: #8890b1; font-size: 16px">
|
|
|
合计(吨):{{ total }}/{{ deptBudgetList.weight }}
|
|
|
+ <!--阶段状态-->
|
|
|
+ <span class="noservice" v-show="deptBudgetList.feedbackStatus=='执行中'">
|
|
|
+ 未完货
|
|
|
+ </span>
|
|
|
+ <span class="service" v-show="deptBudgetList.feedbackStatus=='已完货'">{{
|
|
|
+ deptBudgetList.feedbackStatus
|
|
|
+ }}</span>
|
|
|
</div>
|
|
|
<!-- <el-button class="add bg-bottom" type="primary" size="small" @click="add">
|
|
|
<img width="22" height="22" src="../../../public/img/add.png" alt="" />
|
|
@@ -631,7 +644,7 @@ export default {
|
|
|
height: 300px;
|
|
|
}
|
|
|
.el-form {
|
|
|
- padding: 0 15%;
|
|
|
+ padding: 0 10%;
|
|
|
}
|
|
|
/deep/.ws-info-table .el-form-item {
|
|
|
border-right: 1px solid transparent;
|
|
@@ -905,6 +918,7 @@ export default {
|
|
|
}
|
|
|
.catNos {
|
|
|
width: 5%;
|
|
|
+ min-width: 60px;
|
|
|
height: 30px;
|
|
|
margin-top: 10px;
|
|
|
margin-left: 20px;
|
|
@@ -965,6 +979,7 @@ export default {
|
|
|
}
|
|
|
/deep/.liaison .ws-info-table .el-form-item .el-form-item__label {
|
|
|
width: 50%;
|
|
|
+ min-width: 92px;
|
|
|
background: #f6f7fc;
|
|
|
}
|
|
|
/deep/.liaison .flex {
|
|
@@ -985,9 +1000,10 @@ export default {
|
|
|
width: 20%;
|
|
|
}
|
|
|
/deep/.lianluoyuan .ws-info-table .el-form-item .el-form-item__label {
|
|
|
- width: 50%;
|
|
|
+ width: 40%;
|
|
|
+ min-width: 92px;
|
|
|
background: #f6f7fc;
|
|
|
- padding-right: 28px;
|
|
|
+ // padding-right: 28px;
|
|
|
margin-top: 5px;
|
|
|
}
|
|
|
/deep/.lianluoyuan .flex {
|
|
@@ -1001,6 +1017,7 @@ export default {
|
|
|
}
|
|
|
/deep/.lianluoyuan .ws-info-table .el-form-item .el-form-item__content {
|
|
|
padding: 0px;
|
|
|
+ min-width: 110px;
|
|
|
margin-top: 5px;
|
|
|
}
|
|
|
//卸车状态
|
|
@@ -1029,4 +1046,24 @@ export default {
|
|
|
margin-top: 11px;
|
|
|
margin-left: 53px;
|
|
|
}
|
|
|
+/deep/.el-input--suffix .el-input__inner{
|
|
|
+ padding-right: 0;
|
|
|
+}
|
|
|
+//送达/未送达
|
|
|
+.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;
|
|
|
+}
|
|
|
</style>
|