Commit 2ec9678d by 朱继来

下单时选择普通发票则清空终端信息

parent b0f09e4b
Showing with 6 additions and 0 deletions
...@@ -256,6 +256,12 @@ ...@@ -256,6 +256,12 @@
$('.product_use_classtwo_sn').val(data.product_use_classtwo_sn); $('.product_use_classtwo_sn').val(data.product_use_classtwo_sn);
$('.customer_website').val(data.customer_website); $('.customer_website').val(data.customer_website);
} else { } else {
$('.customer_cn').val('');
$('.customer_type').val('');
$('.customer_en').val('');
$('.product_use_classone_sn').val('');
$('.product_use_classone_sn').change();
$('.customer_website').val('');
layer.msg('购物车中存在digikey商品,请选择增值税普票或专票'); layer.msg('购物车中存在digikey商品,请选择增值税普票或专票');
} }
} }
......
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