|  | @@ -607,7 +607,7 @@
 | 
	
		
			
				|  |  |                    label="箱号"
 | 
	
		
			
				|  |  |                    align="center"
 | 
	
		
			
				|  |  |                    prop="cntrNo"
 | 
	
		
			
				|  |  | -                  width="200"
 | 
	
		
			
				|  |  | +                  width="140"
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                    <template slot-scope="scope">
 | 
	
		
			
				|  |  |                      <el-input
 | 
	
	
		
			
				|  | @@ -623,7 +623,7 @@
 | 
	
		
			
				|  |  |                    label="车号"
 | 
	
		
			
				|  |  |                    align="center"
 | 
	
		
			
				|  |  |                    prop="carregNo"
 | 
	
		
			
				|  |  | -                  width="150"
 | 
	
		
			
				|  |  | +                  width="130"
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                    <template slot-scope="scope">
 | 
	
		
			
				|  |  |                      <!-- <el-input
 | 
	
	
		
			
				|  | @@ -654,12 +654,15 @@
 | 
	
		
			
				|  |  |                    label="司机姓名"
 | 
	
		
			
				|  |  |                    align="center"
 | 
	
		
			
				|  |  |                    prop="driverName"
 | 
	
		
			
				|  |  | +                  width="100"
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                    <template slot-scope="scope">
 | 
	
		
			
				|  |  |                      <el-input
 | 
	
		
			
				|  |  |                        v-model="scope.row.driverName"
 | 
	
		
			
				|  |  |                        placeholder="司机姓名"
 | 
	
		
			
				|  |  | -                      :disabled="true"
 | 
	
		
			
				|  |  | +                      :disabled="
 | 
	
		
			
				|  |  | +                        scope.row.billStatus == 6 || scope.row.billStatus == 3
 | 
	
		
			
				|  |  | +                      "
 | 
	
		
			
				|  |  |                      />
 | 
	
		
			
				|  |  |                    </template>
 | 
	
		
			
				|  |  |                  </el-table-column>
 | 
	
	
		
			
				|  | @@ -667,14 +670,16 @@
 | 
	
		
			
				|  |  |                    label="联系电话"
 | 
	
		
			
				|  |  |                    align="center"
 | 
	
		
			
				|  |  |                    prop="driverTel"
 | 
	
		
			
				|  |  | -                  width="200"
 | 
	
		
			
				|  |  | +                  width="130"
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                    <template slot-scope="scope">
 | 
	
		
			
				|  |  |                      <el-input
 | 
	
		
			
				|  |  |                        v-model="scope.row.driverTel"
 | 
	
		
			
				|  |  |                        placeholder="联系电话"
 | 
	
		
			
				|  |  |                        v-input-limit="2"
 | 
	
		
			
				|  |  | -                      :disabled="true"
 | 
	
		
			
				|  |  | +                      :disabled="
 | 
	
		
			
				|  |  | +                        scope.row.billStatus == 6 || scope.row.billStatus == 3
 | 
	
		
			
				|  |  | +                      "
 | 
	
		
			
				|  |  |                      />
 | 
	
		
			
				|  |  |                    </template>
 | 
	
		
			
				|  |  |                  </el-table-column>
 | 
	
	
		
			
				|  | @@ -711,7 +716,8 @@
 | 
	
		
			
				|  |  |                    label="操作"
 | 
	
		
			
				|  |  |                    align="center"
 | 
	
		
			
				|  |  |                    class-name="small-padding fixed-width"
 | 
	
		
			
				|  |  | -                  width="200"
 | 
	
		
			
				|  |  | +                  width="220"
 | 
	
		
			
				|  |  | +                  fixed="right"
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                    <template slot-scope="scope">
 | 
	
		
			
				|  |  |                      <el-button
 | 
	
	
		
			
				|  | @@ -1749,7 +1755,7 @@ export default {
 | 
	
		
			
				|  |  |                  "carQty",
 | 
	
		
			
				|  |  |                  response.data.plan.carQty
 | 
	
		
			
				|  |  |                );
 | 
	
		
			
				|  |  | -              this.$set(row, "orderStatus",response.data.cars.orderStatus);
 | 
	
		
			
				|  |  | +            this.$set(row, "orderStatus",response.data.cars.orderStatus);
 | 
	
		
			
				|  |  |              this.$set(row, "orgId",response.data.cars.orgId);
 | 
	
		
			
				|  |  |              this.$set(row, "id",response.data.cars.id);
 | 
	
		
			
				|  |  |              }
 |