瀏覽代碼

自定义提交界面

unknown 5 年之前
父節點
當前提交
57e4c5a4d4

File diff suppressed because it is too large
+ 2505 - 0
o2web/source/x_component_process_FormDesigner/Module/Form/template/form_custom_submit_mobile.json


二進制
o2web/source/x_component_process_FormDesigner/Module/Form/template/form_custom_submit_mobile.png


File diff suppressed because it is too large
+ 0 - 0
o2web/source/x_component_process_FormDesigner/Module/Form/template/form_custom_submit_pc.json


+ 6 - 1
o2web/source/x_component_process_FormDesigner/Module/Form/template/templates.json

@@ -41,7 +41,12 @@
   },
   {
     "name": "form_custom_submit_pc.json",
-    "title": "自定义提交表单模板(PC)",
+    "title": "自定义提交表单模板(PC)",
     "icon": "form_custom_submit_pc.png"
+  },
+  {
+    "name": "form_custom_submit_mobile.json",
+    "title": "自定义提交表单模板(Mobile)",
+    "icon": "form_custom_submit_mobile.png"
   }
 ]

+ 1 - 1
o2web/source/x_component_process_Xform/Subform.js

@@ -272,7 +272,7 @@ MWF.xApplication.process.Xform.SubmitForm = MWF.APPSubmitform = new Class({
                         formName = data;
                     }else{
                         if( data.application )app = data.application;
-                        if( data.subform )formName = data.subform;
+                        if( data.form )formName = data.form;
                     }
                     if( formName ){
                         if( !app )app = (this.form.businessData.work || this.form.businessData.workCompleted).application;

Some files were not shown because too many files changed in this diff