|
@@ -28,30 +28,25 @@
|
|
|
:model="deptBudgetList"
|
|
|
>
|
|
|
<div class="small-title" style="font-size: 16px">任务详情</div>
|
|
|
- <ws-info-table>
|
|
|
- <!--任务编号-->
|
|
|
+ <ws-info-table>
|
|
|
+
|
|
|
<ws-form-item label="任务编号" span="1" prop="processNo">
|
|
|
{{ deptBudgetList.processNo }}
|
|
|
</ws-form-item>
|
|
|
- <!--货名-->
|
|
|
- <ws-form-item label="货名" span="1" prop="goodsName">
|
|
|
+ <ws-form-item label="货名" span="1" prop="goodsName">
|
|
|
{{ deptBudgetList.goodsName }}
|
|
|
</ws-form-item>
|
|
|
- <!--重量(吨)-->
|
|
|
<ws-form-item label="重量(吨)" span="1" prop="weight">
|
|
|
{{ deptBudgetList.weight }}
|
|
|
</ws-form-item>
|
|
|
- <!--发货地址-->
|
|
|
<ws-form-item label="发货地址" span="1" prop="sendDetailedAddress">
|
|
|
{{ deptBudgetList.sendPrivate }}{{ deptBudgetList.sendCity
|
|
|
}}{{ deptBudgetList.sendArea
|
|
|
}}{{ deptBudgetList.sendDetailedAddress }}
|
|
|
</ws-form-item>
|
|
|
- <!--发货人-->
|
|
|
<ws-form-item label="发货人" span="1" prop="sender" class="readonly">
|
|
|
{{ deptBudgetList.sender }}
|
|
|
</ws-form-item>
|
|
|
- <!--发货人电话-->
|
|
|
<ws-form-item
|
|
|
label="发货人电话"
|
|
|
span="1"
|
|
@@ -60,36 +55,28 @@
|
|
|
>
|
|
|
{{ deptBudgetList.senderPhone }}
|
|
|
</ws-form-item>
|
|
|
- <!--收货地址-->
|
|
|
<ws-form-item label="收货地址" span="1" prop="receiveDetailedAddress">
|
|
|
{{ deptBudgetList.receivePrivate }}{{ deptBudgetList.receiveCity
|
|
|
- }}{{ deptBudgetList.receiveArea
|
|
|
- }}{{ deptBudgetList.receiveDetailedAddress }}
|
|
|
- </ws-form-item>
|
|
|
- <!--收货人-->
|
|
|
- <ws-form-item label="收货人" span="1" prop="receiver">
|
|
|
+ }}{{ deptBudgetList.receiveArea}}{{deptBudgetList.receiveDetailedAddress}}
|
|
|
+ </ws-form-item>
|
|
|
+ <ws-form-item label="收货人" span="1" prop="receiver">
|
|
|
{{ deptBudgetList.receiver }}
|
|
|
</ws-form-item>
|
|
|
- <!--收货人电话-->
|
|
|
<ws-form-item label="收货人电话" span="1" prop="receiverPhone">
|
|
|
{{ deptBudgetList.receiverPhone }}
|
|
|
</ws-form-item>
|
|
|
- <!--发货日期-->
|
|
|
<ws-form-item label="发货日期" span="1" prop="deliveryDateStart">
|
|
|
{{ deptBudgetList.deliveryDateStart }}
|
|
|
</ws-form-item>
|
|
|
- <!--最晚到货日期-->
|
|
|
<ws-form-item label="最晚到货日期" span="1" prop="deliveryDateEnd">
|
|
|
{{ deptBudgetList.deliveryDateEnd }}
|
|
|
</ws-form-item>
|
|
|
- <!--合同编号-->
|
|
|
<ws-form-item label="合同编号" span="1" prop="contractNo">
|
|
|
{{ deptBudgetList.contractNo }}
|
|
|
</ws-form-item>
|
|
|
</ws-info-table>
|
|
|
<div class="small-title" style="font-size: 16px">联络员及车皮信息</div>
|
|
|
<div class="myTest">
|
|
|
- <!--当前运输总价-->
|
|
|
<ws-form-item label="当前运输总价(元/吨):" span="1" prop="tranPrice">
|
|
|
<ws-input
|
|
|
v-model="deptBudgetList.tranPrice"
|
|
@@ -99,7 +86,6 @@
|
|
|
style="width:70px"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
|
- <!--审核中的运输总价-->
|
|
|
<ws-form-item label="审核中的运输总价(元/吨):" span="1" prop="tranPriceIng">
|
|
|
<ws-input
|
|
|
v-if="deptBudgetList.priceStatus=='审核中'"
|
|
@@ -118,10 +104,11 @@
|
|
|
/>
|
|
|
</ws-form-item>
|
|
|
<ws-form-item>
|
|
|
+
|
|
|
<el-button
|
|
|
v-if="deptBudgetList.priceStatus=='审核中'"
|
|
|
type="primary"
|
|
|
- v-hasPermission="`transportationTask.transportation.transportationInfo.trian`"
|
|
|
+ v-hasPermission="`tranManager.transportationInfo.trian`"
|
|
|
size="small"
|
|
|
@click="examine()"
|
|
|
>审核中</el-button
|
|
@@ -141,7 +128,6 @@
|
|
|
:key="index"
|
|
|
>
|
|
|
<ws-info-table>
|
|
|
- <!--姓名-->
|
|
|
<ws-form-item label="姓名" span="1" prop="driver" v-show="index==0">
|
|
|
<el-select
|
|
|
v-model="item.driver"
|
|
@@ -158,7 +144,6 @@
|
|
|
/>
|
|
|
</el-select>
|
|
|
</ws-form-item>
|
|
|
- <!--电话-->
|
|
|
<ws-form-item label="电话" span="1" prop="driverPhone" v-show="index==0">
|
|
|
<ws-input
|
|
|
v-model="item.driverPhone"
|
|
@@ -169,7 +154,6 @@
|
|
|
size="small"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
|
- <!--发车日期-->
|
|
|
<ws-form-item label="发车日期" span="1" prop="sendDateStart" v-show="index==0">
|
|
|
<ws-date-picker
|
|
|
v-model="item.sendDateStart"
|
|
@@ -178,7 +162,6 @@
|
|
|
value-format="yyyy-MM-dd"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
|
- <!--到站日期-->
|
|
|
<ws-form-item label="预计到站日期" span="1" prop="receiveDateEnd" v-show="index==0">
|
|
|
<ws-date-picker
|
|
|
v-model="item.receiveDateEnd"
|
|
@@ -187,7 +170,6 @@
|
|
|
value-format="yyyy-MM-dd"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
|
- <!--车型-->
|
|
|
<ws-form-item label="车型" span="1" prop="carModel" v-show="index==0">
|
|
|
<el-select
|
|
|
v-model="item.carModel"
|
|
@@ -210,9 +192,7 @@
|
|
|
size="small"
|
|
|
/>
|
|
|
</ws-form-item>
|
|
|
- <!-- -->
|
|
|
</ws-info-table>
|
|
|
- <!-- class="del" -->
|
|
|
<span
|
|
|
v-if="
|
|
|
item.status == '未装车' || item.status == '' || item.status == null
|
|
@@ -547,7 +527,7 @@ export default {
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
this.deptBudgetList = response
|
|
|
- if (response.tranCarInfoList.length == 0)
|
|
|
+ if (response.tranCarInfoList.length == 0){
|
|
|
this.deptBudgetList.tranCarInfoList = [
|
|
|
{
|
|
|
driver: '',
|
|
@@ -559,6 +539,8 @@ export default {
|
|
|
tranType: '2',
|
|
|
},
|
|
|
]
|
|
|
+ }
|
|
|
+
|
|
|
})
|
|
|
//司机姓名下拉
|
|
|
getstaff({ compId: sessionStorage.getItem('ws-pf_compId') })
|