Commit a465f071 authored by 吴春's avatar 吴春

1

parent 2c10dde8
...@@ -871,7 +871,12 @@ ...@@ -871,7 +871,12 @@
if (this.changePriceMsg.ID > 0) { if (this.changePriceMsg.ID > 0) {
this.changePriceMsg.ApplyType = String(item.ApplyType); this.changePriceMsg.ApplyType = String(item.ApplyType);
} else { } else {
this.changePriceMsg.ApplyType = "" if(this.userInfo.RB_Branch_id==1218){
this.changePriceMsg.ApplyType = "1"
}
else{
this.changePriceMsg.ApplyType = "2"
}
} }
} }
} else { } else {
......
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