Commit 72f6d920 authored by liudong1993's avatar liudong1993

1

parent 900cd6f2
......@@ -262,7 +262,7 @@
return;
}
}else{
if(item.BranchCommission>0){
if(item.BranchCommission!=0){
Money=item.BranchCommission
}else{
this.Error("公司提成为0,不能制单!")
......
......@@ -288,14 +288,14 @@
let Money
if(this.msg.OutBranchId>-1){
if(type==1){
if(item.BranchCommission>0){
if(item.BranchCommission!=0){
Money=item.BranchCommission
}else{
this.Error("公司提成为0,不能制单!")
return;
}
}if(type==2){
if(item.BranchOPCommission>0){
if(item.BranchOPCommission!=0){
Money=item.BranchOPCommission
}else{
this.Error("公司提成为0,不能制单!")
......
......@@ -300,7 +300,7 @@
return;
}
}else{
if(item.BranchCommission>0){
if(item.BranchCommission!=0){
Money=item.BranchCommission
}else{
this.Error("公司提成为0,不能制单!")
......
......@@ -218,7 +218,7 @@
YijianZD(item) {
let Money
if (this.msg.OutBranchId > -1) {
if (item.BranchCommission > 0) {
if (item.BranchCommission != 0) {
Money = item.BranchCommission
} else {
this.Error("公司提成为0,不能制单!")
......
......@@ -239,7 +239,7 @@
YijianZD(item) {
let Money
if(this.msg.OutBranchId>-1){
if(item.BranchCommission>0){
if(item.BranchCommission!=0){
Money=item.BranchCommission
}else{
this.Error("公司提成为0,不能制单!")
......
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