Commit ad303ffa authored by youjie's avatar youjie

no message

parent 7bf96143
......@@ -322,7 +322,7 @@
IsUploadPic: 1,
orderObj: JSON.stringify(obj)
}
if(this.msg.OutBranchId>-1){
if(this.msg.OutBranchId > 0){
query.id = 30
query.Name = "分公司销售提成单"
}else{
......
......@@ -294,7 +294,7 @@
IsUploadPic: 1,
orderObj: JSON.stringify(obj)
}
if(this.msg.OutBranchId>-1){
if(this.msg.OutBranchId>0){
query.id = 30
query.Name = "分公司销售提成单"
}else{
......
......@@ -263,7 +263,7 @@
IsUploadPic: 1,
orderObj: JSON.stringify(obj)
}
if(this.msg.OutBranchId>-1){
if(this.msg.OutBranchId>0){
query.id = 30
query.Name = "分公司销售提成单"
}else{
......
......@@ -391,7 +391,7 @@
orderObj: JSON.stringify(obj),
companyID: this.msg.OutBranchId
}
if(this.msg.OutBranchId>-1){
if(this.msg.OutBranchId>0){
query.id = 30
query.Name = "分公司销售提成单"
}else{
......
......@@ -421,7 +421,7 @@
orderObj: JSON.stringify(obj),
companyID: this.msg.OutBranchId
}
if(this.msg.OutBranchId>-1){
if(this.msg.OutBranchId>0){
query.id = 30
query.Name = "分公司销售提成单"
}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