|
@@ -92,7 +92,7 @@
|
|
<div class="small-title" style="font-size: 16px">派车</div>
|
|
<div class="small-title" style="font-size: 16px">派车</div>
|
|
<div class="myTest">
|
|
<div class="myTest">
|
|
<!--当前运输单价-->
|
|
<!--当前运输单价-->
|
|
- <ws-form-item label="当前运输单价(元/吨):" span="1" prop="tranPrice">
|
|
|
|
|
|
+ <ws-form-item label="当前运输单价(元/吨):" span="1" prop="tranPrice" v-if="deptBudgetList.tranPrice">
|
|
<ws-input
|
|
<ws-input
|
|
v-model="deptBudgetList.tranPrice"
|
|
v-model="deptBudgetList.tranPrice"
|
|
maxlength="70"
|
|
maxlength="70"
|
|
@@ -101,6 +101,15 @@
|
|
style="width:70px"
|
|
style="width:70px"
|
|
/>
|
|
/>
|
|
</ws-form-item>
|
|
</ws-form-item>
|
|
|
|
+ <ws-form-item label="当前运输单价(元/车):" span="1" prop="tranPriceCar" v-if="deptBudgetList.tranPriceCar">
|
|
|
|
+ <ws-input
|
|
|
|
+ v-model="deptBudgetList.tranPriceCar"
|
|
|
|
+ maxlength="70"
|
|
|
|
+ :disabled="readonly"
|
|
|
|
+ size="small"
|
|
|
|
+ style="width:70px"
|
|
|
|
+ />
|
|
|
|
+ </ws-form-item>
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
style="width: 100%"
|
|
style="width: 100%"
|