|
|
@@ -3040,7 +3040,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla
|
|
|
"site": this.json.toWordSite || "$doc",
|
|
|
"content": content
|
|
|
};
|
|
|
- o2.Actions.get("x_processplatform_assemble_surface").docToWord(this.form.businessData.work.id, body, function(json){
|
|
|
+ o2.Actions.get("x_processplatform_assemble_surface").docToPDF(this.form.businessData.work.id, body, function(json){
|
|
|
if (this.form.businessData.workCompleted){
|
|
|
o2.Actions.get("x_processplatform_assemble_surface").getAttachmentWorkcompleted(json.data.id, this.form.businessData.workCompleted.id,function(attjson){
|
|
|
if (callback) callback(attjson.data);
|