dashboard
repositories
filestore
activity
search
login
jiangyouyao
/
beauty-erp
forked from
beauty-erp
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
1、修改服务单看板时间查询了未确认的和已取消的bug 2、跟进记录根据时间倒序排序
jyy
2021-01-12
a56551a91812ec1f620d49c7e6e06f9f15eabdbb
[~jiangyouyao/beauty-erp.git]
/
zq-erp
/
src
/
main
/
resources
/
templates
/
views
/
admin
/
hive
/
beautySalon
/
paiBan.html
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org" xmlns:matrix="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<script type="text/javascript">
window.location="/admin/beautiWork/paiBan";
</script>
</body>
</html>