提交 d6f1c457 编写于 作者: NoSubject's avatar NoSubject

修改获取流转完成后附件的服务地址

上级 333040d1
......@@ -230,7 +230,7 @@
"getWorkcompletedAttachmentStream": {"uri": "/jaxrs/attachment/download/{id}/workcompleted/{workCompletedId}/stream", "method": "GET"},
"getAttachment": {"uri": "/jaxrs/attachment/{id}/work/{workid}"},
"getAttachmentWorkcompleted": {"uri": "/jaxrs/attachment/{id}/workCompletedId/{workCompletedId}"},
"getAttachmentWorkcompleted": {"uri": "/jaxrs/attachment/{id}/workcompleted/{workCompletedId}"},
"deleteAttachment": {"uri": "/jaxrs/attachment/{id}/work/{workid}", "method": "DELETE"},
"deleteWorkCompletedAttachment": {"uri": "/jaxrs/attachment/{id}/workcompleted/{workCompletedId}", "method": "DELETE"},
......
<style>
@page
{mso-page-border-surround-header:no;
mso-page-border-surround-footer:no;
mso-footnote-separator:url("http://develop.o2oa.net/x_component_process_FormDesigner/Module/Documenteditor/templete/header.htm") fs;
mso-footnote-continuation-separator:url("http://develop.o2oa.net/x_component_process_FormDesigner/Module/Documenteditor/templete/header.htm") fcs;
mso-endnote-separator:url("http://develop.o2oa.net/x_component_process_FormDesigner/Module/Documenteditor/templete/header.htm") es;
mso-endnote-continuation-separator:url("http://develop.o2oa.net/x_component_process_FormDesigner/Module/Documenteditor/templete/header.htm") ecs;
mso-facing-pages:yes;}
@page WordSection1
{size:595.3pt 841.9pt;
margin:104.9pt 73.7pt 99.25pt 79.4pt;
......@@ -17,8 +9,6 @@
letter-spacing:-0.4pt;
mso-header-margin:42.55pt;
mso-footer-margin:70.9pt;
mso-even-footer:url("http://develop.o2oa.net/x_component_process_FormDesigner/Module/Documenteditor/templete/header.htm") ef1;
mso-footer:url("http://develop.o2oa.net/x_component_process_FormDesigner/Module/Documenteditor/templete/header.htm") f1;
mso-paper-source:0;
}
div.WordSection1
......@@ -130,7 +120,7 @@
<!-- 红头 -->
<div class="doc_block">
<p class="MsoRedHeader" align=center style='text-align:center;line-height:auto; mso-line-height-rule:exactly;'><b>
<p class="MsoRedHeader" align=center style='text-align:center;line-height:16pt; height: 160pt; mso-line-height-rule:exactly;'><b>
<span class="doc_layout_redHeader" style='font-size:42.0pt;font-family:宋体;color:red;letter-spacing:normal'>红头文件</span>
</b></p>
</div>
......
......@@ -1520,7 +1520,6 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla
if (layout.mobile) this.doublePageAction.hide();
this.zoomActionArea = new Element("div", {"styles": {"float": "right", "margin-right": "10px"}}).inject(this.toolbarNode);
if (this.json.isScale !== "y") this.zoomActionArea.hide();
this.zoomAddAction = new Element("div", {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册