You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
730 B
Plaintext
26 lines
730 B
Plaintext
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>单据API</title>
|
|
</head>
|
|
<body>
|
|
<fieldset>
|
|
<legend>什么是单据?</legend>
|
|
<ul>
|
|
<li>单据就是为了适合档案性质的数据业务存储而开发的一种应用模式。</li>
|
|
<li>比如:采购单、报销单这些单据不需要走流程,不需要审核,仅仅为了存储与查询。</li>
|
|
</ul>
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
<legend>单据API</legend>
|
|
<ul>
|
|
<li>查询: /WF/Search.htm?FrmID=xxxxxxx</li>
|
|
<li>分析: /WF/Group.htm?FrmID=xxxxxxx</li>
|
|
<li>新增: /WF/Bill/Bill.htm?FrmID=xxxxxxx</li>
|
|
</ul>
|
|
</fieldset>
|
|
|
|
</body>
|
|
</html>
|