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