fix:修改为默认个人

main
zhaoxingchang.sd 9 months ago
parent 7ee60910b6
commit 1032cd5134
  1. 10
      js/wxscaninvoice/writing.js

@ -89,8 +89,14 @@ $(function () {
setStorageMsg('bankName', titleInfo.gfyh); //开户银行
setStorageMsg('bankAccount', titleInfo.gfzh); //开户账号
} else {
$ttType.attr('data-id', "01");
$ttType.val("单位")
// $ttType.attr('data-id', "01");
// $ttType.val("单位")
$ttType.val("个人");
$ttType.attr('data-id', "03");
//个人时调整文字示例,头部文字调整为"身份证号码",头部文字后的*不可见,input中的placeholder改为"请输入身份证号码",
$('#title_nsrsbh').text("身份证号码");
$('#title_nsrsbh_star').css('display', 'none');
$('#taxpayerId').attr('placeholder', "请输入身份证号码");
}
//发票类型

Loading…
Cancel
Save