9/23 界面优化1.0

yanshishuju
wangwei 7 months ago
parent 9b104639e5
commit 5d2c0ac8e6

@ -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;

Loading…
Cancel
Save