Quellcode durchsuchen

表单人员组件增加精简保存数据的设置

unknown vor 5 Jahren
Ursprung
Commit
9742461ade

+ 13 - 0
o2web/source/x_component_cms_FormDesigner/Module/Org/org.html

@@ -417,6 +417,19 @@
             <div style="height: 24px; line-height:24px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">通过编写脚本排除组织、身份、个人和群组的选择范围</div>
             <div class="MWFFormulaArea" name="exclude" title="脚本 (S)"></div>
         </div>
+
+        <div>
+            <div style="text-align: center; height: 24px; background-color: #F1F1F1; line-height: 24px; border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc;font-weight: bold;">数据保存</div>
+            <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
+                <tr>
+                    <td class="editTableTitle">数据保存:</td>
+                    <td class="editTableValue">
+                        <input type="radio" name="storeRange" value="full" text{($.section!='simple')?'checked':''}/>完整
+                        <input type="radio" name="storeRange" value="simple" text{($.section=='simple')?'checked':''}/>精简
+                    </td>
+                </tr>
+            </table>
+        </div>
     </div>
     <div title="事件"  class="MWFTab">
         <div class="MWFEventsArea" name="events"></div>

+ 13 - 0
o2web/source/x_component_cms_FormDesigner/Module/Readerfield/readerfield.html

@@ -165,6 +165,19 @@
             <div style="height: 24px; line-height:24px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">通过编写脚本指定组织的选择范围</div>
             <div class="MWFScriptArea" name="rangeKey" title="脚本 (S)"></div>
         </div>
+
+        <div>
+            <div style="text-align: center; height: 24px; background-color: #F1F1F1; line-height: 24px; border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc;font-weight: bold;">数据保存</div>
+            <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
+                <tr>
+                    <td class="editTableTitle">数据保存:</td>
+                    <td class="editTableValue">
+                        <input type="radio" name="storeRange" value="full" text{($.section!='simple')?'checked':''}/>完整
+                        <input type="radio" name="storeRange" value="simple" text{($.section=='simple')?'checked':''}/>精简
+                    </td>
+                </tr>
+            </table>
+        </div>
     </div>
     <!--<div title="区段" class="MWFTab">-->
         <!--<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->

+ 12 - 0
o2web/source/x_component_process_FormDesigner/Module/Org/org.html

@@ -441,6 +441,18 @@
             <div style="height: 24px; line-height:24px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">通过编写脚本排除组织、身份、个人和群组的选择范围</div>
             <div class="MWFFormulaArea" name="exclude" title="脚本 (S)"></div>
         </div>
+        <div>
+            <div style="text-align: center; height: 24px; background-color: #F1F1F1; line-height: 24px; border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc;font-weight: bold;">数据保存</div>
+            <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
+                <tr>
+                    <td class="editTableTitle">数据保存:</td>
+                    <td class="editTableValue">
+                        <input type="radio" name="storeRange" value="full" text{($.section!='simple')?'checked':''}/>完整
+                        <input type="radio" name="storeRange" value="simple" text{($.section=='simple')?'checked':''}/>精简
+                    </td>
+                </tr>
+            </table>
+        </div>
     </div>
     <div title="事件"  class="MWFTab">
         <div class="MWFEventsArea" name="events"></div>

+ 13 - 0
o2web/source/x_component_process_ProcessDesigner/widget/$OrgEditor/org.html

@@ -358,6 +358,19 @@
             <div style="height: 24px; line-height:24px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">通过编写脚本排除组织、身份的选择范围</div>
             <div class="MWFFormulaArea" name="exclude" title="脚本 (S)"></div>
         </div>
+
+        <div>
+            <div style="text-align: center; height: 24px; background-color: #F1F1F1; line-height: 24px; border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc;font-weight: bold;">数据保存</div>
+            <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
+                <tr>
+                    <td class="editTableTitle">数据保存:</td>
+                    <td class="editTableValue">
+                        <input type="radio" name="storeRange" value="full" text{($.section!='simple')?'checked':''}/>完整
+                        <input type="radio" name="storeRange" value="simple" text{($.section=='simple')?'checked':''}/>精简
+                    </td>
+                </tr>
+            </table>
+        </div>
     </div>
     <div title="事件"  class="MWFTab">
         <div class="MWFEventsArea" name="events"></div>