瀏覽代碼

前端sdy

zhongtianhaoyuan 3 年之前
父節點
當前提交
6b126ff4b5

+ 2 - 1
src/views/taskManagement/tranManagementTransportAdd.vue

@@ -454,6 +454,7 @@ export default {
           this.selectedOptions=tmp
           this.selectedOptions=tmp
           this.deptBudgetList.tranProcessInfoList[0].selectedOptions=tmp
           this.deptBudgetList.tranProcessInfoList[0].selectedOptions=tmp
           this.deptBudgetList.startDetailedAddress=this.warehouseList[i].detailedAddress
           this.deptBudgetList.startDetailedAddress=this.warehouseList[i].detailedAddress
+          this.deptBudgetList.tranProcessInfoList[0].sendDetailedAddress = this.warehouseList[i].detailedAddress
         }
         }
       }
       }
     },
     },
@@ -857,7 +858,7 @@ export default {
 
 
   height: 50px;
   height: 50px;
 }
 }
-/deep/.position .el-select {
+/deep/.position .el-select, /deep/.el-select {
   width: 100%;
   width: 100%;
 }
 }
 /deep/.position .ws-info-table .el-form-item .el-form-item__label,
 /deep/.position .ws-info-table .el-form-item .el-form-item__label,

+ 3 - 7
src/views/tranManagement/tranManagementTransporFeedback.vue

@@ -155,7 +155,6 @@
                 >{{ item.driverPhone }}
                 >{{ item.driverPhone }}
               </span>
               </span>
             </ws-form-item>
             </ws-form-item>
-             <el-divider direction="vertical" class="line"></el-divider>
             <!--车牌号-->
             <!--车牌号-->
             <ws-form-item label="车牌号:" span="1" prop="carNo">
             <ws-form-item label="车牌号:" span="1" prop="carNo">
               <ws-input
               <ws-input
@@ -169,7 +168,6 @@
                 >{{ item.carNo }}
                 >{{ item.carNo }}
               </span>
               </span>
             </ws-form-item>
             </ws-form-item>
-             <el-divider direction="vertical" class="line"></el-divider>
             <!--装车净重-->
             <!--装车净重-->
             <ws-form-item label="装车净重:" span="1" prop="loadNetWeight">
             <ws-form-item label="装车净重:" span="1" prop="loadNetWeight">
               <ws-input
               <ws-input
@@ -179,7 +177,6 @@
                 size="small"
                 size="small"
               />
               />
             </ws-form-item>
             </ws-form-item>
-             <el-divider direction="vertical" class="line"></el-divider>
             <!--磅单-->
             <!--磅单-->
             <ws-form-item label="磅单:" span="1" prop="loadPoundImg">
             <ws-form-item label="磅单:" span="1" prop="loadPoundImg">
               <template slot-scope="scope">
               <template slot-scope="scope">
@@ -959,10 +956,10 @@ export default {
 }
 }
 //联络员及车次
 //联络员及车次
 /deep/.liaison .ws-info-table .el-form-item {
 /deep/.liaison .ws-info-table .el-form-item {
-  width: 18%;
+  width: 20%;
 }
 }
 /deep/.liaison .ws-info-table .el-form-item .el-form-item__label {
 /deep/.liaison .ws-info-table .el-form-item .el-form-item__label {
-  width: 41%;
+  width: 35%;
   background: #f6f7fc;
   background: #f6f7fc;
 }
 }
 /deep/.liaison .flex {
 /deep/.liaison .flex {
@@ -1009,7 +1006,6 @@ export default {
   border-radius: 3px;
   border-radius: 3px;
   border: 1px solid #5473e8;
   border: 1px solid #5473e8;
   padding: 0 3px;
   padding: 0 3px;
-  margin-left: 90px;
   color: #ffffff;
   color: #ffffff;
   background: #c4cada;
   background: #c4cada;
   line-height: 24px;
   line-height: 24px;
@@ -1021,7 +1017,7 @@ export default {
   border-radius: 3px;
   border-radius: 3px;
   border: 1px solid #5473e8;
   border: 1px solid #5473e8;
   padding: 0 3px;
   padding: 0 3px;
-  margin-left: 90px;
+  margin-left: 18px;
   color: #5473E8;
   color: #5473E8;
   line-height: 24px;
   line-height: 24px;
 }
 }

+ 1 - 1
src/views/tranManagement/tranManagementVehicleDispatching.vue

@@ -186,7 +186,7 @@
                 <ws-input
                 <ws-input
                   :disabled="readonly"
                   :disabled="readonly"
                   v-model="item.carNo"
                   v-model="item.carNo"
-                  placeholder=""
+                  placeholder="请输入车牌号"
                   maxlength="120"
                   maxlength="120"
                   size="small"
                   size="small"
                 />
                 />