@@ -243,7 +269,7 @@ $("#testDataChildDataGrid").dataGrid({
},
{header:'日期选择', name:'testDate', width:150,
formatter:'date', formatoptions:{srcformat:'Y-m-d H:i:s',newformat:'Y-m-d'},
- editable:true, edittype:'text', editoptions:{'class':'form-control Wdate required', 'readonly':'true',
+ editable:true, edittype:'text', editoptions:{'class':'form-control Wdate ', 'readonly':'true',
dataInit: function(element){ $(element).on('focus', function(){
WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});
});
@@ -251,7 +277,7 @@ $("#testDataChildDataGrid").dataGrid({
},
{header:'日期时间', name:'testDatetime', width:150,
formatter:'date', formatoptions:{srcformat:'Y-m-d H:i:s',newformat:'Y-m-d H:i:s'},
- editable:true, edittype:'text', editoptions:{'class':'form-control Wdate required', 'readonly':'true',
+ editable:true, edittype:'text', editoptions:{'class':'form-control Wdate ', 'readonly':'true',
dataInit: function(element){ $(element).on('focus', function(){
WdatePicker({dateFmt:'yyyy-MM-dd HH:mm',isShowClear:false});
});
@@ -334,14 +360,15 @@ $("#testDataChildDataGrid").dataGrid({
\ No newline at end of file
diff --git a/web/src/main/resources/views/modules/demo/formLayoutForm.html b/web/src/main/resources/views/modules/demo/formLayoutForm.html
index 393a326b..f51b411f 100644
--- a/web/src/main/resources/views/modules/demo/formLayoutForm.html
+++ b/web/src/main/resources/views/modules/demo/formLayoutForm.html
@@ -81,9 +81,9 @@
@@ -91,9 +91,9 @@
@@ -241,14 +241,15 @@
\ No newline at end of file
diff --git a/web/src/main/resources/views/modules/demo/formTableForm.html b/web/src/main/resources/views/modules/demo/formTableForm.html
index 64abdb2d..d012f422 100644
--- a/web/src/main/resources/views/modules/demo/formTableForm.html
+++ b/web/src/main/resources/views/modules/demo/formTableForm.html
@@ -12,172 +12,198 @@
<#form:form id="inputForm" model="${testData}" action="${ctx}/test/testData/save" method="post" class="form-horizontal">
基本信息
- <#form:hidden path="id"/>
-
-
-
-
-
-
-
-
-
-
-
-
-
- <% if (hasPermi('test:testData:edit')){ %>
-
增行
- <% } %>
-
+ <#form:hidden path="id"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <% if (hasPermi('test:testData:edit')){ %>
+
增行
+ <% } %>
+
<% } %>
-
-
+
+
\ No newline at end of file