Commit 7e8e5c05 authored by youjie's avatar youjie

no message

parent 3f02a78d
......@@ -2115,7 +2115,7 @@
}
if (this.orderObj && this.orderObj.companyIDList && this.orderObj.companyIDList.length > 0) {
this.msg.RB_Branch_Id = this.orderObj.companyIDList[0];
} else if(this.orderObj && this.orderObj.RB_Branch_Id){
} else if(this.orderObj && (this.orderObj.RB_Branch_Id!=''&&this.orderObj.RB_Branch_Id!=null&&this.orderObj.RB_Branch_Id!=undefined)){
this.msg.RB_Branch_Id = this.orderObj.RB_Branch_Id
} else if (this.$route.query.companyID) {
this.msg.RB_Branch_Id = parseInt(this.$route.query.companyID);
......
......@@ -149,7 +149,7 @@
OrderSource: 8,
Obj: {},
SourceID: 0,
CostType:194,
CostType:112,//194
SelectState:true,
}
let id=[29,31];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment