Commit a9742406 by 朱继来

调整审单

parent de9d0613
Showing with 3 additions and 0 deletions
......@@ -443,6 +443,9 @@
var goods_name = $(this).find('.change_goods_name').val();
var buyer_id = $(this).find('.change_buyer_id').selectpicker('val');
var batch = $(this).find('.change_batch').val();
var status = $(this).find('.change_status').val();
if (status == -1) return true;
if (goods_number == '' || goods_number == 0) {
change_goods_number = true;
......
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