From 2cfae2f496b90278d9af3c11159faa655e25a4ef Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 29 六月 2020 19:21:06 +0800
Subject: [PATCH] 2020-06-29

---
 src/templates/zshare/formconfig.jsx |   62 +++++++++++++++---------------
 1 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx
index 9c16255..38b3f14 100644
--- a/src/templates/zshare/formconfig.jsx
+++ b/src/templates/zshare/formconfig.jsx
@@ -986,6 +986,37 @@
       options: opentypes
     },
     {
+      type: 'select',
+      key: 'funcType',
+      label: Formdict['header.form.funcType'],
+      initVal: card.funcType || '',
+      required: true,
+      options: [{
+        value: 'changeuser',
+        text: Formdict['header.form.func.changeuser']
+      }, {
+        value: 'print',
+        text: Formdict['header.form.func.print']
+      }]
+    },
+    {
+      type: 'select',
+      key: 'execMode',
+      label: Formdict['model.form.execMode'],
+      initVal: card.execMode || 'exec',
+      required: true,
+      options: [{
+        value: 'exec',
+        text: Formdict['model.form.exec']
+      }, {
+        value: 'prompt',
+        text: Formdict['model.form.prompt']
+      }, {
+        value: 'pop',
+        text: Formdict['model.form.popform']
+      }]
+    },
+    {
       type: 'radio',
       key: 'intertype',
       label: Formdict['header.form.intertype'],
@@ -1034,37 +1065,6 @@
       tooltipClass: 'middle',
       required: false,
       readonly: false
-    },
-    {
-      type: 'select',
-      key: 'funcType',
-      label: Formdict['header.form.funcType'],
-      initVal: card.funcType || '',
-      required: true,
-      options: [{
-        value: 'changeuser',
-        text: Formdict['header.form.func.changeuser']
-      }, {
-        value: 'print',
-        text: Formdict['header.form.func.print']
-      }]
-    },
-    {
-      type: 'select',
-      key: 'execMode',
-      label: Formdict['model.form.execMode'],
-      initVal: card.execMode || 'exec',
-      required: true,
-      options: [{
-        value: 'exec',
-        text: Formdict['model.form.exec']
-      }, {
-        value: 'prompt',
-        text: Formdict['model.form.prompt']
-      }, {
-        value: 'pop',
-        text: Formdict['model.form.popform']
-      }]
     },
     {
       type: 'select',

--
Gitblit v1.8.0