|
|
@ -2054,7 +2054,7 @@ export default {
|
|
|
|
this.orderFormData.workPlaceCode = Number(this.$route.query.workplaceId);
|
|
|
|
this.orderFormData.workPlaceCode = Number(this.$route.query.workplaceId);
|
|
|
|
this.orderFormData.splitBusType = "YPCF002"
|
|
|
|
this.orderFormData.splitBusType = "YPCF002"
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
if (this.orderQuery != null) {
|
|
|
|
if (this.orderQuery.workPlaceCode != null) {
|
|
|
|
this.orderFormData.workPlaceCode = String(this.orderQuery.workPlaceCode);
|
|
|
|
this.orderFormData.workPlaceCode = String(this.orderQuery.workPlaceCode);
|
|
|
|
// if (this.orderQuery.splitBusType != null){
|
|
|
|
// if (this.orderQuery.splitBusType != null){
|
|
|
|
// this.orderFormData.busType = this.orderQuery.splitBusType;
|
|
|
|
// this.orderFormData.busType = this.orderQuery.splitBusType;
|
|
|
|