Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
f050de22
Commit
f050de22
authored
Mar 13, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
deb9a017
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
20 deletions
+50
-20
bpo-admin/app/config/routes/web.js
+2
-1
bpo-admin/app/front/entry/public/js/settle/settleinfo.js
+1
-3
bpo-admin/app/front/entry/settle/settleinfo.ejs
+47
-16
No files found.
bpo-admin/app/config/routes/web.js
View file @
f050de22
...
...
@@ -320,6 +320,6 @@ module.exports = function (app) {
res
.
render
(
"paynotify"
,
{});
});
app
.
get
(
'/settleinfo'
,
function
(
req
,
res
)
{
res
.
render
(
"settleinfo"
,
{});
res
.
render
(
"settle
/settle
info"
,
{});
});
};
\ No newline at end of file
bpo-admin/app/front/entry/public/js/settleinfo.js
→
bpo-admin/app/front/entry/public/js/settle
/settle
info.js
View file @
f050de22
...
...
@@ -10,8 +10,8 @@ var app = new Vue({
created
:
function
()
{
},
mounted
:
function
()
{
console
.
log
(
1111
);
},
methods
:
{
postReq
(
path
,
data
)
{
return
axios
.
post
(
path
,
data
).
then
(
function
(
r
)
{
...
...
@@ -32,6 +32,5 @@ var app = new Vue({
handleCurrentChange
(
val
)
{
console
.
log
(
`当前页:
${
val
}
`
);
},
},
});
\ No newline at end of file
bpo-admin/app/front/entry/settleinfo.ejs
→
bpo-admin/app/front/entry/settle
/settle
info.ejs
View file @
f050de22
<!DOCTYPE html>
<html
lang=
"zh-CN"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=0.8, maximum-scale=0.8, user-scalable=1"
>
<title
class=
"薪酬详情"
></title>
<style>
body
{
padding
:
0px
;
margin
:
0px
;
<meta
charset=
"utf-8"
>
<title
id=
"needh5"
>
薪必果企业登录
</title>
<link
rel=
"stylesheet"
href=
"/css/ele/chalk.css"
>
<link
rel=
"stylesheet"
href=
"/css/main.css"
>
<link
rel=
"stylesheet"
href=
"/css/fontawesome/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"/css/autocomplete.css"
>
<script
src=
"/js/vue/vue.min.js"
></script>
<script
src=
"/js/ele/index.js"
></script>
<style
type=
"text/css"
>
html
{
width
:
100%
;
height
:
100%
;
}
#app
{
width
:
100%
;
height
:
100%
;
}
.appBack
{
width
:
100%
;
height
:
100%
;
}
.appTop
{
/* margin: 16px 1454px 17px 373px; */
width
:
93px
;
height
:
26px
;
margin-top
:
14px
;
}
.appBox
{
width
:
100%
;
height
:
100%
;
}
</style>
</style>
</head>
<body
style=
"margin: 40px 40px;"
>
<body
style=
"overflow: hidden; margin: 40px 40px;"
>
<div
id=
"app"
>
<div
class=
"appBack"
>
12312321
<div
style=
"display: flex; justify-content: space-between; font-size: 13px;"
>
<label
>
<div
style=
"padding: 5px 0px;"
>
创建时间:2020-03-06 16:00:00
</div>
...
...
@@ -58,12 +88,12 @@
:total=
"100"
>
</el-pagination>
</div>
</div>
</div>
<script
src=
"/js/vue/jquery.min.js"
></script>
<script
src=
"/js/vue/axios.min.js"
></script>
<script
src=
"/js/settle/settleinfo.js"
></script>
</body>
<script
src=
"/js/vue/jquery.min.js"
></script>
<script
src=
"/js/vue/base64.js"
></script>
<!-- <script src="/js/vue/axios.min.js"></script> -->
<script
src=
"/js/vue/vue.min.js"
></script>
<script
src=
"/js/settleinfo.js"
></script>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment