Commit b478f387 by 朱继来

调整js判断

parent 5e8e8eee
Showing with 1 additions and 1 deletions
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
change_str += goods_name+'单价不能为0或空 '; change_str += goods_name+'单价不能为0或空 ';
} }
if (order_goods_type == 1 && buyer_id == '') { if (order_goods_type == 1 && buyer_id == null) {
change_buyer_id = true; change_buyer_id = true;
change_str += goods_name+'采购员不能为空 '; change_str += goods_name+'采购员不能为空 ';
} }
......
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 sign in to comment