|
@@ -6952,9 +6952,9 @@ export default {
|
|
|
fTruckno: this.whgenlegList.fTruckno,
|
|
|
remark: null,
|
|
|
fIsPass: 'F',
|
|
|
- fDriverName: this.whgenlegList.fDriverName,
|
|
|
- fDriverTel: this.whgenlegList.fDriverTel,
|
|
|
- fDriverIdCar: this.whgenlegList.fDriverIdCar,
|
|
|
+ fDriverName: this.form.fDriverName,
|
|
|
+ fDriverTel: this.form.fDriverTel,
|
|
|
+ fDriverIdCar: this.form.fDriverIdCar,
|
|
|
fBusinessType: e.fBusinessType ? e.fBusinessType.toString() : null,
|
|
|
fWarehouseInformation: e.fWarehouseids,
|
|
|
fSrcid: e.fId,
|
|
@@ -6998,9 +6998,9 @@ export default {
|
|
|
fTruckno: this.whgenlegList.fTruckno,
|
|
|
remark: null,
|
|
|
fIsPass: 'F',
|
|
|
- fDriverName: this.whgenlegList.fDriverName,
|
|
|
- fDriverTel: this.whgenlegList.fDriverTel,
|
|
|
- fDriverIdCar: this.whgenlegList.fDriverIdCar,
|
|
|
+ fDriverName: this.form.fDriverName,
|
|
|
+ fDriverTel: this.form.fDriverTel,
|
|
|
+ fDriverIdCar: this.form.fDriverIdCar,
|
|
|
fBusinessType: e.fBusinessType ? e.fBusinessType.toString() : null,
|
|
|
fWarehouseInformation: e.fWarehouseids,
|
|
|
fSrcid: e.fId,
|
|
@@ -7054,9 +7054,9 @@ export default {
|
|
|
fTruckno: this.whgenlegList.fTruckno,
|
|
|
remark: null,
|
|
|
fIsPass: 'F',
|
|
|
- fDriverName: this.whgenlegList.fDriverName,
|
|
|
- fDriverTel: this.whgenlegList.fDriverTel,
|
|
|
- fDriverIdCar: this.whgenlegList.fDriverIdCar,
|
|
|
+ fDriverName: this.form.fDriverName,
|
|
|
+ fDriverTel: this.form.fDriverTel,
|
|
|
+ fDriverIdCar: this.form.fDriverIdCar,
|
|
|
fBusinessType: e.fBusinessType ? e.fBusinessType.toString() : null,
|
|
|
fWarehouseInformation: e.fWarehouseids,
|
|
|
fSrcid: e.fId,
|
|
@@ -7100,9 +7100,9 @@ export default {
|
|
|
fTruckno: this.whgenlegList.fTruckno,
|
|
|
remark: null,
|
|
|
fIsPass: 'F',
|
|
|
- fDriverName: this.whgenlegList.fDriverName,
|
|
|
- fDriverTel: this.whgenlegList.fDriverTel,
|
|
|
- fDriverIdCar: this.whgenlegList.fDriverIdCar,
|
|
|
+ fDriverName: this.form.fDriverName,
|
|
|
+ fDriverTel: this.form.fDriverTel,
|
|
|
+ fDriverIdCar: this.form.fDriverIdCar,
|
|
|
fBusinessType: e.fBusinessType ? e.fBusinessType.toString() : null,
|
|
|
fWarehouseInformation: e.fWarehouseids,
|
|
|
fSrcid: e.fId,
|