Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
11bd2b46
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1172
Star
154
Fork
127
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
11bd2b46
编写于
4月 30, 2024
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 公文管理完成
上级
3de9e568
变更
13
隐藏空白更改
内联
并排
Showing
13 changed file
with
121 addition
and
14 deletion
+121
-14
admin-assistant/src/main/resources/template/js/gw/gwDocumentSeeList.js
...nt/src/main/resources/template/js/gw/gwDocumentSeeList.js
+70
-0
admin-assistant/src/main/resources/template/js/gw/gwSendDocumentList.js
...t/src/main/resources/template/js/gw/gwSendDocumentList.js
+10
-3
admin-assistant/src/main/resources/template/tpl/gw/gwDocumentSeeList.html
...src/main/resources/template/tpl/gw/gwDocumentSeeList.html
+28
-0
admin-assistant/src/main/resources/template/tpl/gw/gwSendDocumentList.html
...rc/main/resources/template/tpl/gw/gwSendDocumentList.html
+2
-0
erp/src/main/resources/template/js/otherOutlets/otherOutletsList.js
...in/resources/template/js/otherOutlets/otherOutletsList.js
+1
-1
erp/src/main/resources/template/js/otherWarehous/otherWarehousList.js
.../resources/template/js/otherWarehous/otherWarehousList.js
+1
-1
erp/src/main/resources/template/js/purchaseOrder/purchaseOrderList.js
.../resources/template/js/purchaseOrder/purchaseOrderList.js
+1
-1
erp/src/main/resources/template/js/purchasePut/purchasePutList.js
...main/resources/template/js/purchasePut/purchasePutList.js
+1
-1
erp/src/main/resources/template/js/purchaseReturns/purchaseReturnsList.js
...ources/template/js/purchaseReturns/purchaseReturnsList.js
+1
-1
erp/src/main/resources/template/js/salesOrder/salesOrderChoose.js
...main/resources/template/js/salesOrder/salesOrderChoose.js
+3
-3
erp/src/main/resources/template/js/salesOrder/salesOrderList.js
...c/main/resources/template/js/salesOrder/salesOrderList.js
+1
-1
erp/src/main/resources/template/js/salesOutlet/salesOutletList.js
...main/resources/template/js/salesOutlet/salesOutletList.js
+1
-1
erp/src/main/resources/template/js/salesReturns/salesReturnsList.js
...in/resources/template/js/salesReturns/salesReturnsList.js
+1
-1
未找到文件。
admin-assistant/src/main/resources/template/js/gw/gwDocumentSeeList.js
0 → 100644
浏览文件 @
11bd2b46
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
extend
({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
$
=
layui
.
$
,
form
=
layui
.
form
,
table
=
layui
.
table
;
// 加载列表数据权限
loadAuthBtnGroup
(
'
messageTable
'
,
'
1714464811697
'
);
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
sysMainMation
.
admBasePath
+
'
queryGwSendDocumentList
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
title
'
,
title
:
'
标题
'
,
width
:
300
},
{
field
:
'
sendDepartmentMation
'
,
title
:
'
发文部门
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
sendDepartmentMation
?.
name
;
}},
{
field
:
'
year
'
,
title
:
'
年份
'
,
align
:
'
center
'
,
width
:
100
},
{
field
:
'
number
'
,
title
:
'
第几号文
'
,
align
:
'
center
'
,
width
:
100
},
{
field
:
'
enterprise
'
,
title
:
'
企字
'
,
align
:
'
center
'
,
width
:
100
},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
150
,
toolbar
:
'
#messageTableBar
'
}
]],
done
:
function
(
json
)
{
matchingLanguage
();
initTableSearchUtil
.
initAdvancedSearch
(
this
,
json
.
searchFilter
,
form
,
"
请输入标题
"
,
function
()
{
table
.
reloadData
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
});
}
});
// 操作事件
table
.
on
(
'
tool(messageTable)
'
,
function
(
obj
)
{
var
data
=
obj
.
data
;
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
preview
'
)
{
//预览
systemCommonUtil
.
showPicImg
(
systemCommonUtil
.
getFilePath
(
data
.
picPath
));
}
else
if
(
layEvent
===
'
download
'
)
{
//下载
download
(
fileBasePath
+
data
.
path
,
data
.
title
);
}
});
form
.
render
();
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
()
{
loadTable
();
});
function
loadTable
()
{
table
.
reloadData
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
function
getTableParams
()
{
return
$
.
extend
(
true
,
{},
initTableSearchUtil
.
getSearchValue
(
"
messageTable
"
));
}
exports
(
'
gwDocumentSeeList
'
,
{});
});
admin-assistant/src/main/resources/template/js/gw/gwSendDocumentList.js
浏览文件 @
11bd2b46
...
...
@@ -12,6 +12,9 @@ layui.config({
var
serviceClassName
=
sysServiceMation
[
"
gwSendDocumentService
"
][
"
key
"
];
authBtn
(
'
1714130289379
'
);
// 加载列表数据权限
loadAuthBtnGroup
(
'
messageTable
'
,
'
1714130296761
'
);
table
.
render
({
id
:
'
messageTable
'
,
...
...
@@ -54,7 +57,7 @@ layui.config({
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
field
:
'
lastUpdateName
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
lastUpdateTime
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateTime
"
][
languageType
],
align
:
'
center
'
,
width
:
150
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
2
0
0
,
toolbar
:
'
#messageTableBar
'
}
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
2
8
0
,
toolbar
:
'
#messageTableBar
'
}
]],
done
:
function
(
json
)
{
matchingLanguage
();
...
...
@@ -80,7 +83,11 @@ layui.config({
cancellation
(
data
);
}
else
if
(
layEvent
===
'
revoke
'
)
{
//撤销
revoke
(
data
);
}
}
else
if
(
layEvent
===
'
preview
'
)
{
//预览
systemCommonUtil
.
showPicImg
(
systemCommonUtil
.
getFilePath
(
data
.
picPath
));
}
else
if
(
layEvent
===
'
download
'
)
{
//下载
download
(
fileBasePath
+
data
.
path
,
data
.
title
);
}
});
// 撤销
...
...
@@ -149,7 +156,7 @@ layui.config({
}
});
}
// 添加
$
(
"
body
"
).
on
(
"
click
"
,
"
#addBean
"
,
function
()
{
_openNewWindows
({
...
...
admin-assistant/src/main/resources/template/tpl/gw/gwDocumentSeeList.html
0 → 100644
浏览文件 @
11bd2b46
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title></title>
<link
href=
"../../assets/lib/layui/css/layui.css"
rel=
"stylesheet"
/>
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn search-table-btn-right"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
<script
type=
"text/html"
id=
"messageTableBar"
>
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-normal
"
lay
-
event
=
"
preview
"
>
预览
<
/a
>
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-normal
"
lay
-
event
=
"
download
"
>
下载
<
/a
>
</script>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/gw/
'
}).
use
(
'
gwDocumentSeeList
'
);
</script>
</body>
</html>
\ No newline at end of file
admin-assistant/src/main/resources/template/tpl/gw/gwSendDocumentList.html
浏览文件 @
11bd2b46
...
...
@@ -32,6 +32,8 @@
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-danger
"
lay
-
event
=
"
revoke
"
>
撤销
<
/a
>
{{
#
}
}}
{{
#
}
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-normal
"
lay
-
event
=
"
preview
"
>
预览
<
/a
>
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-normal
"
lay
-
event
=
"
download
"
>
下载
<
/a
>
</script>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
...
...
erp/src/main/resources/template/js/otherOutlets/otherOutletsList.js
浏览文件 @
11bd2b46
...
...
@@ -28,7 +28,7 @@ layui.config({
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
oddNumber
+
'
</a>
'
;
}},
{
field
:
'
holderMation
'
,
title
:
'
客户
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
holderMation
.
name
;
return
d
.
holderMation
?
.
name
;
}},
{
field
:
'
totalPrice
'
,
title
:
'
合计金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
operTime
'
,
title
:
'
单据日期
'
,
align
:
'
center
'
,
width
:
140
},
...
...
erp/src/main/resources/template/js/otherWarehous/otherWarehousList.js
浏览文件 @
11bd2b46
...
...
@@ -28,7 +28,7 @@ layui.config({
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
oddNumber
+
'
</a>
'
;
}},
{
field
:
'
holderMation
'
,
title
:
'
供应商
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
holderMation
.
name
;
return
d
.
holderMation
?
.
name
;
}},
{
field
:
'
totalPrice
'
,
title
:
'
合计金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
operTime
'
,
title
:
'
单据日期
'
,
align
:
'
center
'
,
width
:
140
},
...
...
erp/src/main/resources/template/js/purchaseOrder/purchaseOrderList.js
浏览文件 @
11bd2b46
...
...
@@ -28,7 +28,7 @@ layui.config({
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
oddNumber
+
'
</a>
'
;
}},
{
field
:
'
holderMation
'
,
title
:
'
供应商
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
holderMation
.
name
;
return
d
.
holderMation
?
.
name
;
}},
{
field
:
'
totalPrice
'
,
title
:
'
合计金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
operTime
'
,
title
:
'
单据日期
'
,
align
:
'
center
'
,
width
:
140
},
...
...
erp/src/main/resources/template/js/purchasePut/purchasePutList.js
浏览文件 @
11bd2b46
...
...
@@ -32,7 +32,7 @@ layui.config({
return
str
;
}},
{
field
:
'
holderMation
'
,
title
:
'
供应商
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
holderMation
.
name
;
return
d
.
holderMation
?
.
name
;
}},
{
field
:
'
totalPrice
'
,
title
:
'
合计金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
operTime
'
,
title
:
'
单据日期
'
,
align
:
'
center
'
,
width
:
140
},
...
...
erp/src/main/resources/template/js/purchaseReturns/purchaseReturnsList.js
浏览文件 @
11bd2b46
...
...
@@ -28,7 +28,7 @@ layui.config({
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
oddNumber
+
'
</a>
'
;
}},
{
field
:
'
holderMation
'
,
title
:
'
供应商
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
holderMation
.
name
;
return
d
.
holderMation
?
.
name
;
}},
{
field
:
'
totalPrice
'
,
title
:
'
合计金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
operTime
'
,
title
:
'
单据日期
'
,
align
:
'
center
'
,
width
:
140
},
...
...
erp/src/main/resources/template/js/salesOrder/salesOrderChoose.js
浏览文件 @
11bd2b46
...
...
@@ -74,9 +74,9 @@ layui.config({
cols
:
[[
{
type
:
'
radio
'
},
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
name
'
,
title
:
'
产品名称
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
materialMation
.
name
}},
{
field
:
'
model
'
,
title
:
'
产品型号
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
materialMation
.
model
}},
{
field
:
'
norms
'
,
title
:
'
产品规格
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
normsMation
.
name
}},
{
field
:
'
name
'
,
title
:
'
产品名称
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
materialMation
?
.
name
}},
{
field
:
'
model
'
,
title
:
'
产品型号
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
materialMation
?
.
model
}},
{
field
:
'
norms
'
,
title
:
'
产品规格
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
normsMation
?
.
name
}},
{
field
:
'
operNumber
'
,
title
:
'
数量
'
,
align
:
'
left
'
,
width
:
80
},
{
field
:
'
unitPrice
'
,
title
:
'
单价
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
allPrice
'
,
title
:
'
金额
'
,
align
:
'
left
'
,
width
:
80
},
...
...
erp/src/main/resources/template/js/salesOrder/salesOrderList.js
浏览文件 @
11bd2b46
...
...
@@ -28,7 +28,7 @@ layui.config({
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
oddNumber
+
'
</a>
'
;
}},
{
field
:
'
holderMation
'
,
title
:
'
客户
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
holderMation
.
name
;
return
d
.
holderMation
?
.
name
;
}},
{
field
:
'
totalPrice
'
,
title
:
'
合计金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
operTime
'
,
title
:
'
单据日期
'
,
align
:
'
center
'
,
width
:
140
},
...
...
erp/src/main/resources/template/js/salesOutlet/salesOutletList.js
浏览文件 @
11bd2b46
...
...
@@ -32,7 +32,7 @@ layui.config({
return
str
;
}},
{
field
:
'
holderMation
'
,
title
:
'
客户
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
holderMation
.
name
;
return
d
.
holderMation
?
.
name
;
}},
{
field
:
'
totalPrice
'
,
title
:
'
合计金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
operTime
'
,
title
:
'
单据日期
'
,
align
:
'
center
'
,
width
:
140
},
...
...
erp/src/main/resources/template/js/salesReturns/salesReturnsList.js
浏览文件 @
11bd2b46
...
...
@@ -32,7 +32,7 @@ layui.config({
return
str
;
}},
{
field
:
'
holderMation
'
,
title
:
'
客户
'
,
align
:
'
left
'
,
width
:
150
,
templet
:
function
(
d
)
{
return
d
.
holderMation
.
name
;
return
d
.
holderMation
?
.
name
;
}},
{
field
:
'
totalPrice
'
,
title
:
'
合计金额
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
operTime
'
,
title
:
'
单据日期
'
,
align
:
'
center
'
,
width
:
140
},
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录