|
@@ -44,19 +44,19 @@ $(document).ready(function(){
|
|
|
$("#input-radio-oper").click(function(){
|
|
|
$(".hideOperator").css("display","block");
|
|
|
$(".hideAdverstier").css("display","none");
|
|
|
- $("#title").attr("verify","unspecial/255/0/0");
|
|
|
- $("#bank").attr("verify","unspecial/255/1/0");
|
|
|
- $("#bankAccountName").attr("verify","unspecial/255/1/0");
|
|
|
- $("#bankAccount").attr("verify","number/255/1/0");
|
|
|
+ $("#title").attr("verify","text/255/0/0");
|
|
|
+ $("#bank").attr("verify","text/255/0/0");
|
|
|
+ $("#bankAccountName").attr("verify","text/255/0/0");
|
|
|
+ $("#bankAccount").attr("verify","text/255/0/0");
|
|
|
});
|
|
|
//点击需求方显示发票抬头
|
|
|
$("#input-radio-adver").click(function(){
|
|
|
$(".hideAdverstier").css("display","block");
|
|
|
$(".hideOperator").css("display","none");
|
|
|
- $("#title").attr("verify","unspecial/255/1/0");
|
|
|
- $("#bank").attr("verify","unspecial/255/0/0");
|
|
|
- $("#bankAccountName").attr("verify","unspecial/255/0/0");
|
|
|
- $("#bankAccount").attr("verify","number/255/0/0");
|
|
|
+ $("#title").attr("verify","text/255/0/0");
|
|
|
+ $("#bank").attr("verify","text/255/0/0");
|
|
|
+ $("#bankAccountName").attr("verify","text/255/0/0");
|
|
|
+ $("#bankAccount").attr("verify","text/255/0/0");
|
|
|
});
|
|
|
|
|
|
//初始校验表单
|