zhongtianhaoyuan 2 éve
szülő
commit
e807164dcd
1 módosított fájl, 10 hozzáadás és 1 törlés
  1. 10 1
      src/views/tranManagement/tranManagementVehicleLook.vue

+ 10 - 1
src/views/tranManagement/tranManagementVehicleLook.vue

@@ -92,7 +92,7 @@
       <div class="small-title" style="font-size: 16px">派车</div>
        <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
                 v-model="deptBudgetList.tranPrice"
                 maxlength="70"
@@ -101,6 +101,15 @@
                 style="width:70px"
               />
           </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
         style="width: 100%"