Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
jeecg
jeecg-boot
提交
80888155
J
jeecg-boot
项目概览
jeecg
/
jeecg-boot
上一次同步 3 年多
通知
889
Star
24376
Fork
84
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
J
jeecg-boot
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
80888155
编写于
9月 02, 2019
作者:
JEECG低代码平台
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1.代码生成主键换成分布式算法ID_WORKER_STR
2.解决online代码生成,excel导入无权限问题 3.解决online代码生成,Jpopup使用问题
上级
527007f7
变更
12
隐藏空白更改
内联
并排
Showing
12 changed file
with
9 addition
and
39 deletion
+9
-39
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/one/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
...bussiPackage}/${entityPackage}/entity/${entityName}.javai
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/one/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
...bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
+2
-2
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
...age}/${entityPackage}/vue/modules/${entityName}Modal.vuei
+0
-6
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal__Style#Drawer.vuei
...ackage}/vue/modules/${entityName}Modal__Style#Drawer.vuei
+0
-6
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/onetomany/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
...bussiPackage}/${entityPackage}/entity/${entityName}.javai
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
...${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
...bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
+2
-2
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
...age}/${entityPackage}/vue/modules/${entityName}Modal.vuei
+0
-6
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/[1-n]Form.vuei
...bussiPackage}/${entityPackage}/vue/modules/[1-n]Form.vuei
+0
-6
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/tree/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
...bussiPackage}/${entityPackage}/entity/${entityName}.javai
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/tree/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
...bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
+1
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/tree/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
...age}/${entityPackage}/vue/modules/${entityName}Modal.vuei
+0
-6
未找到文件。
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/one/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
浏览文件 @
80888155
...
...
@@ -26,7 +26,7 @@ public class ${entityName} implements Serializable {
<#
list
originalColumns
as
po
>
/**${
po
.
filedComment
}*/
<#
if
po
.
fieldName
==
primaryKeyField
>
@
TableId
(
type
=
IdType
.
UUID
)
@
TableId
(
type
=
IdType
.
ID_WORKER_STR
)
<#
else
>
<#
if
po
.
fieldDbType
==
'Date'
>
<#
if
po
.
classType
==
'date'
>
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/one/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
浏览文件 @
80888155
...
...
@@ -2,7 +2,7 @@
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<a-form layout="inline">
<a-form layout="inline"
@keyup.enter.native="searchQuery"
>
<a-row :gutter="24">
<#assign query_field_no=0>
<#assign query_field_select=false>
...
...
@@ -93,7 +93,7 @@
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('${tableVo.ftlDescription}')">导出</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :action="importExcelUrl" @change="handleImportExcel">
<a-upload name="file" :showUploadList="false" :multiple="false" :
headers="tokenHeader" :
action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">导入</a-button>
</a-upload>
<a-dropdown v-if="selectedRowKeys.length > 0">
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
浏览文件 @
80888155
...
...
@@ -81,9 +81,6 @@
<#if form_file>
import JUpload from '@/components/jeecg/JUpload'
</#if>
<#if form_popup>
import JPopup from '@/components/jeecgbiz/JPopup'
</#if>
<#if form_sel_depart>
import JSelectDepart from '@/components/jeecgbiz/JSelectDepart'
</#if>
...
...
@@ -106,9 +103,6 @@
<#if form_file>
JUpload,
</#if>
<#if form_popup>
JPopup,
</#if>
<#if form_sel_depart>
JSelectDepart,
</#if>
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/one/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal__Style#Drawer.vuei
浏览文件 @
80888155
...
...
@@ -82,9 +82,6 @@
<#if form_file>
import JUpload from '@/components/jeecg/JUpload'
</#if>
<#if form_popup>
import JPopup from '@/components/jeecgbiz/JPopup'
</#if>
<#if form_sel_depart>
import JSelectDepart from '@/components/jeecgbiz/JSelectDepart'
</#if>
...
...
@@ -107,9 +104,6 @@
<#if form_file>
JUpload,
</#if>
<#if form_popup>
JPopup,
</#if>
<#if form_sel_depart>
JSelectDepart,
</#if>
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/onetomany/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
浏览文件 @
80888155
...
...
@@ -23,7 +23,7 @@ public class ${entityName} implements Serializable {
<#
list
originalColumns
as
po
>
/**${
po
.
filedComment
}*/
<#
if
po
.
fieldName
==
primaryKeyField
>
@
TableId
(
type
=
IdType
.
UUID
)
@
TableId
(
type
=
IdType
.
ID_WORKER_STR
)
<#
else
>
<#
if
po
.
fieldDbType
==
'Date'
>
<#
if
po
.
classType
==
'date'
>
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/onetomany/java/${bussiPackage}/${entityPackage}/entity/[1-n]Entity.javai
浏览文件 @
80888155
...
...
@@ -26,7 +26,7 @@ public class ${subTab.entityName} implements Serializable {
<#
list
subTab
.
originalColumns
as
po
>
/**${
po
.
filedComment
}*/
<#
if
po
.
fieldName
==
primaryKeyField
>
@
TableId
(
type
=
IdType
.
UUID
)
@
TableId
(
type
=
IdType
.
ID_WORKER_STR
)
<#
else
>
<#
if
po
.
fieldDbType
==
'Date'
>
<#
if
po
.
classType
==
'date'
>
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/onetomany/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
浏览文件 @
80888155
...
...
@@ -2,7 +2,7 @@
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<a-form layout="inline">
<a-form layout="inline"
@keyup.enter.native="searchQuery"
>
<a-row :gutter="24">
<#assign query_field_no=0>
<#assign query_field_select=false>
...
...
@@ -93,7 +93,7 @@
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('${tableVo.ftlDescription}')">导出</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :action="importExcelUrl" @change="handleImportExcel">
<a-upload name="file" :showUploadList="false" :multiple="false" :
headers="tokenHeader" :
action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">导入</a-button>
</a-upload>
<a-dropdown v-if="selectedRowKeys.length > 0">
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
浏览文件 @
80888155
...
...
@@ -122,9 +122,6 @@
<#if form_file>
import JUpload from '@/components/jeecg/JUpload'
</#if>
<#if form_popup>
import JPopup from '@/components/jeecgbiz/JPopup'
</#if>
<#if form_sel_depart>
import JSelectDepart from '@/components/jeecgbiz/JSelectDepart'
</#if>
...
...
@@ -153,9 +150,6 @@
<#if form_file>
JUpload,
</#if>
<#if form_popup>
JPopup,
</#if>
<#if form_sel_depart>
JSelectDepart,
</#if>
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/onetomany/java/${bussiPackage}/${entityPackage}/vue/modules/[1-n]Form.vuei
浏览文件 @
80888155
...
...
@@ -81,9 +81,6 @@
<#if form_file>
import JUpload from '@/components/jeecg/JUpload'
</#if>
<#if form_popup>
import JPopup from '@/components/jeecgbiz/JPopup'
</#if>
<#if form_sel_depart>
import JSelectDepart from '@/components/jeecgbiz/JSelectDepart'
</#if>
...
...
@@ -106,9 +103,6 @@
<#if form_file>
JUpload,
</#if>
<#if form_popup>
JPopup,
</#if>
<#if form_sel_depart>
JSelectDepart,
</#if>
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/tree/java/${bussiPackage}/${entityPackage}/entity/${entityName}.javai
浏览文件 @
80888155
...
...
@@ -26,7 +26,7 @@ public class ${entityName} implements Serializable {
<#
list
originalColumns
as
po
>
/**${
po
.
filedComment
}*/
<#
if
po
.
fieldName
==
primaryKeyField
>
@
TableId
(
type
=
IdType
.
UUID
)
@
TableId
(
type
=
IdType
.
ID_WORKER_STR
)
<#
else
>
<#
if
po
.
fieldDbType
==
'Date'
>
<#
if
po
.
classType
==
'date'
>
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/tree/java/${bussiPackage}/${entityPackage}/vue/${entityName}List.vuei
浏览文件 @
80888155
...
...
@@ -15,7 +15,7 @@
<div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('${tableVo.ftlDescription}')">导出</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :action="importExcelUrl" @change="handleImportExcel">
<a-upload name="file" :showUploadList="false" :multiple="false" :
headers="tokenHeader" :
action="importExcelUrl" @change="handleImportExcel">
<a-button type="primary" icon="import">导入</a-button>
</a-upload>
<a-dropdown v-if="selectedRowKeys.length > 0">
...
...
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/tree/java/${bussiPackage}/${entityPackage}/vue/modules/${entityName}Modal.vuei
浏览文件 @
80888155
...
...
@@ -95,9 +95,6 @@
<#if form_file>
import JUpload from '@/components/jeecg/JUpload'
</#if>
<#if form_popup>
import JPopup from '@/components/jeecgbiz/JPopup'
</#if>
<#if form_sel_depart>
import JSelectDepart from '@/components/jeecgbiz/JSelectDepart'
</#if>
...
...
@@ -123,9 +120,6 @@
<#if form_file>
JUpload,
</#if>
<#if form_popup>
JPopup,
</#if>
<#if form_sel_depart>
JSelectDepart,
</#if>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录