Sfoglia il codice sorgente

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

huqi 5 anni fa
parent
commit
28871754a5

+ 1 - 1
o2web/source/o2_core/o2/xAction/services/x_processplatform_assemble_surface.json

@@ -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"},
 

+ 1 - 11
o2web/source/x_component_process_FormDesigner/Module/Documenteditor/templete/standard.html

@@ -1,12 +1,4 @@
 <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>

+ 0 - 1
o2web/source/x_component_process_Xform/Documenteditor.js

@@ -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", {