Commit 9ed4531e authored by youjie's avatar youjie

no message

parent 61ab70da
......@@ -1762,7 +1762,6 @@
this.msg.detailList[t].Remark = this.orderObj.TCNUMS ? `地接费领取自动生成:${this.orderObj.TCNUMS}` : '';
}
} else {
this.msg.detailList[t].CostTypeName = x.Name;
this.detailList.CostTypeName = x.Name;
if (x.ID === 56) {
this.detailList.Remark = this.orderObj.TCNUMS ? `地接费领取自动生成:${this.orderObj.TCNUMS}` : '';
......@@ -2293,14 +2292,14 @@
if (x.Id == y) {
x.disabled = false;
if (num < 1 && !this.$route.query.edit) {
if(this.orderObj.RB_Branch_Id){
if(this.orderObj&&this.orderObj.RB_Branch_Id){
this.msg.RB_Branch_Id = this.orderObj.RB_Branch_Id
}else{
this.msg.RB_Branch_Id = x.Id
}
}
if (Id === x.Id && !this.$route.query.edit) {
if(this.orderObj.RB_Branch_Id){
if(this.orderObj&&this.orderObj.RB_Branch_Id){
this.msg.RB_Branch_Id = this.orderObj.RB_Branch_Id
}else{
this.msg.RB_Branch_Id = x.Id
......
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