Commit 0a76ff65 by 杨树贤

修复天眼查

parent 35ce3993
......@@ -19,7 +19,7 @@
const supplierId = getQueryVariable('supplier_id');
$("#supplier_name,#tax_number").blur(function () {
let supplier_name = $(this).val();
let supplier_name = $('#supplier_name').val();
const supplier_id = supplierId;
const region = $('#region').val();
let tax_number = $('#tax_number').val();
......
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