parent
eb34c158d9
commit
0d220a474e
|
@ -23,8 +23,7 @@ import shkd.sys.sys.mservice.ApiService;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
import static shkd.sys.sys.mservice.ApiService.getBillObject;
|
import static shkd.sys.sys.mservice.ApiService.*;
|
||||||
import static shkd.sys.sys.mservice.ApiService.pushBillAttachment;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 动态表单插件
|
* 动态表单插件
|
||||||
|
@ -122,7 +121,7 @@ public class ApiMappingBillPlugin extends AbstractFormPlugin implements Plugin {
|
||||||
// 获取想要推送单据编码
|
// 获取想要推送单据编码
|
||||||
String billNumber = dataEntity.getString("shkd_sourcenumber");
|
String billNumber = dataEntity.getString("shkd_sourcenumber");
|
||||||
logger.info("获取推送单据编码 → billNumber:{}", billNumber);
|
logger.info("获取推送单据编码 → billNumber:{}", billNumber);
|
||||||
HashMap<String, Object> map = getBillObject(dataEntity, billMark, billNumber);
|
HashMap<String, Object> map = getSKPushXKBill(dataEntity, billMark, billNumber);
|
||||||
this.getView().showTipNotification("查找到单据 → 星空单据编码:" + map.get("billNumber") + ",星空单据ID:" + map.get("billId"));
|
this.getView().showTipNotification("查找到单据 → 星空单据编码:" + map.get("billNumber") + ",星空单据ID:" + map.get("billId"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue