This commit is contained in:
parent
5bbbfbb80d
commit
6fcb154e8c
|
@ -321,8 +321,10 @@ public class ReconPayreqNewFormPlugin extends AbstractFormPlugin implements Befo
|
||||||
qeug_amount = details.getBigDecimal("total");//总金额
|
qeug_amount = details.getBigDecimal("total");//总金额
|
||||||
qeug_bizdate = details.getDate("date");//填开日期
|
qeug_bizdate = details.getDate("date");//填开日期
|
||||||
} else{
|
} else{
|
||||||
parseFlag = false;
|
qeug_invoicecode = details.getString("bill_number");
|
||||||
this.getView().showTipNotification(name +":发票识别失败:请上传有效发票");
|
qeug_invoiceno = details.getString("bill_code");
|
||||||
|
qeug_amount = details.getBigDecimal("total");//总金额
|
||||||
|
qeug_bizdate = details.getDate("date");//填开日期
|
||||||
}
|
}
|
||||||
boolean saveResultFlag = false;
|
boolean saveResultFlag = false;
|
||||||
JSONObject save_data = saveCheckJson.getJSONObject("data");
|
JSONObject save_data = saveCheckJson.getJSONObject("data");
|
||||||
|
|
|
@ -374,10 +374,10 @@ public class todoZyTaskServiceHandler extends AbstractMessageServiceHandler {
|
||||||
//获取Url
|
//获取Url
|
||||||
String url = message.getContentUrl(); // 链接
|
String url = message.getContentUrl(); // 链接
|
||||||
String url1 = message.getContentUrl(); // pc链接
|
String url1 = message.getContentUrl(); // pc链接
|
||||||
if (StringUtils.isNotEmpty(url)) {
|
// if (StringUtils.isNotEmpty(url)) {
|
||||||
url= url.replace("type=toHandle&","");
|
// url= url.replace("type=toHandle&","");
|
||||||
url1= url1.replace("type=toHandle&","");
|
// url1= url1.replace("type=toHandle&","");
|
||||||
}
|
// }
|
||||||
String h5url = url + "&device=mob&ado=view";
|
String h5url = url + "&device=mob&ado=view";
|
||||||
try {
|
try {
|
||||||
url = URLEncoder.encode(url, "UTF-8");
|
url = URLEncoder.encode(url, "UTF-8");
|
||||||
|
|
Loading…
Reference in New Issue