|
@@ -654,8 +654,8 @@
|
|
$.ajax({
|
|
$.ajax({
|
|
url: prefix+"/getOcrJson",
|
|
url: prefix+"/getOcrJson",
|
|
type:"post",
|
|
type:"post",
|
|
- // data: {"fileBase64":$("#baseFile").val()},
|
|
|
|
- data: {"fileBase64":"/profile/upload/aaaa.jpg"},
|
|
|
|
|
|
+ data: {"fileBase64":$("#baseFile").val()},
|
|
|
|
+ // data: {"fileBase64":"/profile/upload/aaaa.jpg"},
|
|
beforeSend:function(){
|
|
beforeSend:function(){
|
|
cl_closeidA4photos();
|
|
cl_closeidA4photos();
|
|
$.modal.loading("智能识别中,请稍等...")
|
|
$.modal.loading("智能识别中,请稍等...")
|
|
@@ -664,8 +664,8 @@
|
|
console.log(res)
|
|
console.log(res)
|
|
$.modal.closeLoading()
|
|
$.modal.closeLoading()
|
|
if(res.code=="0"){
|
|
if(res.code=="0"){
|
|
- $("input[name='name']").val(res.data['名称'])
|
|
|
|
- $("input[name='creditCode']").val(res.data['社会信用代码'])
|
|
|
|
|
|
+ $("input[name='name']").val(res.data['公司名称'])
|
|
|
|
+ $("input[name='creditCode']").val(res.data['统一社会信用代码'])
|
|
$("input[name='legalName']").val(res.data['法定代表人'])
|
|
$("input[name='legalName']").val(res.data['法定代表人'])
|
|
$("input[name='servicePlace']").val(res.data['住所'])
|
|
$("input[name='servicePlace']").val(res.data['住所'])
|
|
$("#content1").show()
|
|
$("#content1").show()
|
|
@@ -710,8 +710,8 @@
|
|
data: $('#form-file-add').serialize(),
|
|
data: $('#form-file-add').serialize(),
|
|
success: function (res) {
|
|
success: function (res) {
|
|
if(res.code=="0"){
|
|
if(res.code=="0"){
|
|
- $("#printFilePath").val(res.data)
|
|
|
|
- alert("提交成功")
|
|
|
|
|
|
+ $("#printFilePath").val(res.msg)
|
|
|
|
+ $.modal.msgSuccess("提交成功")
|
|
$("#content3").hide()
|
|
$("#content3").hide()
|
|
$("#content4").show()
|
|
$("#content4").show()
|
|
|
|
|