Commit 83bf6a7e authored by 黄奎's avatar 黄奎

返佣比例默认值修改

parent 9e1c2ad1
...@@ -669,6 +669,10 @@ ...@@ -669,6 +669,10 @@
if (y.BookNum == "") { if (y.BookNum == "") {
y.BookNum = 0; y.BookNum = 0;
} }
if(y.RebateRatio=="")
{
y.RebateRatio=0;
}
}) })
}); });
}) })
...@@ -708,6 +712,10 @@ ...@@ -708,6 +712,10 @@
if (y.BookNum == "") { if (y.BookNum == "") {
y.BookNum = 0; y.BookNum = 0;
} }
if(y.RebateRatio=="")
{
y.RebateRatio=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