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 |   98 ++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 92 insertions(+), 6 deletions(-)

diff --git a/src/templates/comtableconfig/source.jsx b/src/templates/comtableconfig/source.jsx
index 307604d..5f8ab0b 100644
--- a/src/templates/comtableconfig/source.jsx
+++ b/src/templates/comtableconfig/source.jsx
@@ -7,9 +7,14 @@
 class CommonTableBaseData {
   baseConfig = {
     type: 'system',
+    enabled: false,
     setting: {
       actionfixed: false,
       columnfixed: false,
+      tableName: '',
+      tableType: 'checkbox',
+      primaryKey: '',
+      order: '',
       dataresource: ''
     },
     tables: [],
@@ -82,12 +87,18 @@
         intertype: 'inner',
         innerFunc: '',
         interface: '',
+        method: 'POST',
         outerFunc: '',
+        sql: '',
+        sqlType: '',
         callbackFunc: '',
         Ot: 'notRequired',
         position: 'toolbar',
+        execSuccess: 'grid',
+        execError: 'never',
         OpenType: 'pop',
         pageTemplate: '',
+        url: '',
         icon: 'plus',
         class: 'green'
       }, {
@@ -98,12 +109,18 @@
         intertype: 'inner',
         innerFunc: '',
         interface: '',
+        method: 'POST',
         outerFunc: '',
+        sql: '',
+        sqlType: '',
         callbackFunc: '',
         Ot: 'requiredSgl',
         position: 'grid',
+        execSuccess: 'grid',
+        execError: 'never',
         OpenType: 'pop',
         pageTemplate: '',
+        url: '',
         icon: 'form',
         class: 'purple'
       }, {
@@ -114,12 +131,18 @@
         intertype: 'inner',
         innerFunc: '',
         interface: '',
+        method: 'POST',
         outerFunc: '',
+        sql: '',
+        sqlType: '',
         callbackFunc: '',
         Ot: 'required',
         position: 'toolbar',
+        execSuccess: 'grid',
+        execError: 'never',
         OpenType: 'prompt',
         pageTemplate: '',
+        url: '',
         icon: 'delete',
         class: 'red'
       }, {
@@ -130,12 +153,16 @@
         intertype: 'inner',
         innerFunc: '',
         interface: '',
+        method: 'POST',
         outerFunc: '',
+        sql: '',
+        sqlType: '',
         callbackFunc: '',
         Ot: 'requiredOnce',
         position: 'toolbar',
         OpenType: 'exec',
         pageTemplate: '',
+        url: '',
         icon: '',
         class: 'default'
       }
@@ -186,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 = [
@@ -210,8 +248,20 @@
     },
     {
       type: 'search',
-      label: '鏃堕棿妗嗭紙绉掞級',
-      subType: 'datetime',
+      label: '鏃堕棿妗嗭紙鍛級',
+      subType: 'dateweek',
+      url: ''
+    },
+    {
+      type: 'search',
+      label: '鏃堕棿妗嗭紙鏈堬級',
+      subType: 'datemonth',
+      url: ''
+    },
+    {
+      type: 'search',
+      label: '鏃堕棿妗嗭紙鍖洪棿锛�',
+      subType: 'daterange',
       url: ''
     }
   ]
@@ -219,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: ''
     },
     {
@@ -243,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: ''
     }
   ]
@@ -267,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