|  | @@ -73,6 +73,7 @@
 | 
											
												
													
														|  |            v-model="dataFormD.driverId"
 |  |            v-model="dataFormD.driverId"
 | 
											
												
													
														|  |            :disabled="doNot"
 |  |            :disabled="doNot"
 | 
											
												
													
														|  |            placeholder="驾驶员"
 |  |            placeholder="驾驶员"
 | 
											
												
													
														|  | 
 |  | +          @change="changeDriverId"
 | 
											
												
													
														|  |            style="width: 200px"
 |  |            style="width: 200px"
 | 
											
												
													
														|  |          >
 |  |          >
 | 
											
												
													
														|  |            <el-option
 |  |            <el-option
 | 
											
										
											
												
													
														|  | @@ -728,6 +729,15 @@ export default {
 | 
											
												
													
														|  |      full() {
 |  |      full() {
 | 
											
												
													
														|  |        this.dialogFull = !this.dialogFull;
 |  |        this.dialogFull = !this.dialogFull;
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  | 
 |  | +    // 选择司机时
 | 
											
												
													
														|  | 
 |  | +    changeDriverId (val) {
 | 
											
												
													
														|  | 
 |  | +      for (let driver in this.driverMans) {
 | 
											
												
													
														|  | 
 |  | +        if (this.driverMans[driver].fId == val) {
 | 
											
												
													
														|  | 
 |  | +          this.dataFormD.driverTel = this.driverMans[driver].fTel
 | 
											
												
													
														|  | 
 |  | +          this.dataFormD.driverName = this.driverMans[driver].fName
 | 
											
												
													
														|  | 
 |  | +        }
 | 
											
												
													
														|  | 
 |  | +      }
 | 
											
												
													
														|  | 
 |  | +    },
 | 
											
												
													
														|  |      handleUpdata() {
 |  |      handleUpdata() {
 | 
											
												
													
														|  |        this.doNot = false;
 |  |        this.doNot = false;
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
										
											
												
													
														|  | @@ -787,6 +797,8 @@ export default {
 | 
											
												
													
														|  |      init() {
 |  |      init() {
 | 
											
												
													
														|  |        this.hide = true;
 |  |        this.hide = true;
 | 
											
												
													
														|  |        this.visible = true;
 |  |        this.visible = true;
 | 
											
												
													
														|  | 
 |  | +      this.changeCar();
 | 
											
												
													
														|  | 
 |  | +      this.handleSelect();
 | 
											
												
													
														|  |        if (this.dataForm.Id) {
 |  |        if (this.dataForm.Id) {
 | 
											
												
													
														|  |          lookOver(this.dataForm.Id).then((data) => {
 |  |          lookOver(this.dataForm.Id).then((data) => {
 | 
											
												
													
														|  |            this.doNot = true;
 |  |            this.doNot = true;
 | 
											
										
											
												
													
														|  | @@ -794,7 +806,8 @@ export default {
 | 
											
												
													
														|  |            if (data.data.fTmsorderbillsattachs) {
 |  |            if (data.data.fTmsorderbillsattachs) {
 | 
											
												
													
														|  |              this.fTmsorderbillsattachs = data.data.fTmsorderbillsattachs;
 |  |              this.fTmsorderbillsattachs = data.data.fTmsorderbillsattachs;
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  | -          this.optionsProjectTypeItem = data.data.fleetCompanyMsg;
 |  | 
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +          // this.optionsProjectTypeItem = data.data.fleetCompanyMsg;
 | 
											
												
													
														|  |            // if (data.data.fleetCompanyMsg){
 |  |            // if (data.data.fleetCompanyMsg){
 | 
											
												
													
														|  |            //   this.handleSelect()
 |  |            //   this.handleSelect()
 | 
											
												
													
														|  |            // }
 |  |            // }
 |