From bd06958321afa706f32287c71bd219eb0622c86c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 10 十二月 2019 16:31:45 +0800
Subject: [PATCH] 2019-12-10

---
 src/templates/comtableconfig/source.jsx |   73 ++++++++++++++++++++++++++++++++++--
 1 files changed, 69 insertions(+), 4 deletions(-)

diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx
index 3c3cfbd..5f8ab0b 100644
--- a/src/templates/comtableconfig/source.jsx
+++ b/src/templates/comtableconfig/source.jsx
@@ -7,12 +7,14 @@
 class CommonTableBaseData {
   baseConfig = {
     type: 'system',
+    enabled: false,
     setting: {
       actionfixed: false,
       columnfixed: false,
       tableName: '',
       tableType: 'checkbox',
       primaryKey: '',
+      order: '',
       dataresource: ''
     },
     tables: [],
@@ -85,7 +87,10 @@
         intertype: 'inner',
         innerFunc: '',
         interface: '',
+        method: 'POST',
         outerFunc: '',
+        sql: '',
+        sqlType: '',
         callbackFunc: '',
         Ot: 'notRequired',
         position: 'toolbar',
@@ -93,6 +98,7 @@
         execError: 'never',
         OpenType: 'pop',
         pageTemplate: '',
+        url: '',
         icon: 'plus',
         class: 'green'
       }, {
@@ -103,7 +109,10 @@
         intertype: 'inner',
         innerFunc: '',
         interface: '',
+        method: 'POST',
         outerFunc: '',
+        sql: '',
+        sqlType: '',
         callbackFunc: '',
         Ot: 'requiredSgl',
         position: 'grid',
@@ -111,6 +120,7 @@
         execError: 'never',
         OpenType: 'pop',
         pageTemplate: '',
+        url: '',
         icon: 'form',
         class: 'purple'
       }, {
@@ -121,7 +131,10 @@
         intertype: 'inner',
         innerFunc: '',
         interface: '',
+        method: 'POST',
         outerFunc: '',
+        sql: '',
+        sqlType: '',
         callbackFunc: '',
         Ot: 'required',
         position: 'toolbar',
@@ -129,6 +142,7 @@
         execError: 'never',
         OpenType: 'prompt',
         pageTemplate: '',
+        url: '',
         icon: 'delete',
         class: 'red'
       }, {
@@ -139,12 +153,16 @@
         intertype: 'inner',
         innerFunc: '',
         interface: '',
+        method: 'POST',
         outerFunc: '',
+        sql: '',
+        sqlType: '',
         callbackFunc: '',
         Ot: 'requiredOnce',
         position: 'toolbar',
         OpenType: 'exec',
         pageTemplate: '',
+        url: '',
         icon: '',
         class: 'default'
       }
@@ -195,7 +213,18 @@
         type: 'text',
         Width: 120
       }
-    ]
+    ],
+    gridBtn: {
+      display: false,
+      Align: 'center',
+      IsSort: 'false',
+      uuid: Utils.getuuid(),
+      label: CommonDict['header.form.column.action'],
+      type: 'action',
+      style: 'button',
+      show: 'horizontal',
+      Width: 120
+    }
   }
 
   searchItems = [
@@ -240,8 +269,14 @@
   actionItems = [
     {
       type: 'action',
-      label: CommonDict['header.form.pop'],
+      label: CommonDict['header.form.popform'],
       subType: 'pop',
+      url: ''
+    },
+    {
+      type: 'action',
+      label: CommonDict['header.form.popview'],
+      subType: 'popview',
       url: ''
     },
     {
@@ -264,14 +299,32 @@
     },
     {
       type: 'action',
-      label: CommonDict['header.form.newpage'],
-      subType: 'newpage',
+      label: CommonDict['header.form.excelIn'],
+      subType: 'excelIn',
+      url: ''
+    },
+    {
+      type: 'action',
+      label: CommonDict['header.form.excelOut'],
+      subType: 'excelOut',
       url: ''
     },
     {
       type: 'action',
       label: CommonDict['header.form.blank'],
       subType: 'blank',
+      url: ''
+    },
+    {
+      type: 'action',
+      label: CommonDict['header.form.newpage.inner'],
+      subType: 'innerpage',
+      url: ''
+    },
+    {
+      type: 'action',
+      label: CommonDict['header.form.newpage.outer'],
+      subType: 'outerpage',
       url: ''
     }
   ]
@@ -288,6 +341,18 @@
       label: CommonDict['header.form.picture'],
       subType: 'picture',
       url: ''
+    },
+    {
+      type: 'columns',
+      label: CommonDict['header.form.number'],
+      subType: 'number',
+      url: ''
+    },
+    {
+      type: 'columns',
+      label: CommonDict['header.form.colspan'],
+      subType: 'colspan',
+      url: ''
     }
   ]
 }

--
Gitblit v1.8.0