Commit f050de22 by 王昆

gsb

parent deb9a017
...@@ -320,6 +320,6 @@ module.exports = function (app) { ...@@ -320,6 +320,6 @@ module.exports = function (app) {
res.render("paynotify", {}); res.render("paynotify", {});
}); });
app.get('/settleinfo', function (req, res) { app.get('/settleinfo', function (req, res) {
res.render("settleinfo", {}); res.render("settle/settleinfo", {});
}); });
}; };
\ No newline at end of file
...@@ -7,11 +7,11 @@ var app = new Vue({ ...@@ -7,11 +7,11 @@ var app = new Vue({
rows: ['0.00','0.00','0.00','0.00','0.00','2','0.00','0.00','0.00','0.00'] rows: ['0.00','0.00','0.00','0.00','0.00','2','0.00','0.00','0.00','0.00']
} }
}, },
created: function () { created: function () {
}, },
mounted: function () { mounted: function () {
console.log(1111);
}, },
methods: { methods: {
postReq(path, data) { postReq(path, data) {
return axios.post(path, data).then(function (r) { return axios.post(path, data).then(function (r) {
...@@ -32,6 +32,5 @@ var app = new Vue({ ...@@ -32,6 +32,5 @@ var app = new Vue({
handleCurrentChange(val) { handleCurrentChange(val) {
console.log(`当前页: ${val}`); console.log(`当前页: ${val}`);
}, },
}, },
}); });
\ No newline at end of file
<!DOCTYPE html> <!DOCTYPE html>
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" <title id="needh5">薪必果企业登录</title>
content="width=device-width, initial-scale=0.8, maximum-scale=0.8, user-scalable=1"> <link rel="stylesheet" href="/css/ele/chalk.css">
<title class="薪酬详情"></title> <link rel="stylesheet" href="/css/main.css">
<style> <link rel="stylesheet" href="/css/fontawesome/css/font-awesome.min.css">
body{ <link rel="stylesheet" href="/css/autocomplete.css">
padding:0px; <script src="/js/vue/vue.min.js"></script>
margin:0px; <script src="/js/ele/index.js"></script>
} <style type="text/css">
</style> 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>
</head> </head>
<body style="margin: 40px 40px;">
<div id="app">
<div style="display: flex; justify-content: space-between; font-size: 13px;">
<label >
<div style="padding: 5px 0px;">创建时间:2020-03-06 16:00:00</div>
<div style="padding: 5px 0px;">个税(元):0.00</div>
<div style="padding: 5px 0px;">总扣款金额(元):0.00</div>
</label>
<label>
<div style="padding: 5px 0px;">商户名称:北京创知厚德有限公司</div>
<div style="padding: 5px 0px;">实发金额(元):0.00</div>
</label>
<label>
<div style="padding: 5px 0px;">打款总笔数:800</div>
<div style="padding: 5px 0px;">服务费(元):0.00</div>
</label>
</div>
<div style="height: 20px; background: darkgrey;color: white;font-size: 14px; padding: 2px 0px; margin-top: 30px; display: flex; justify-content: space-around;"> <body style="overflow: hidden; margin: 40px 40px;">
<label >实发金额(元)</label> <div id="app">
<label >个税(元)</label> <div class="appBack">
<label >服务费(元)</label> 12312321
<label >总扣款金额(元)</label> <div style="display: flex; justify-content: space-between; font-size: 13px;">
<label >交易状态</label> <label >
</div> <div style="padding: 5px 0px;">创建时间:2020-03-06 16:00:00</div>
<div style="border: 1px solid darkgrey;display: flex; justify-content: space-around;height: 20px; line-height: 20px; font-size:13px;" <div style="padding: 5px 0px;">个税(元):0.00</div>
v-for="item in rows"> <div style="padding: 5px 0px;">总扣款金额(元):0.00</div>
<label >0.00</label> </label>
<label >0.00</label> <label>
<label >0.00</label> <div style="padding: 5px 0px;">商户名称:北京创知厚德有限公司</div>
<label >0.00</label> <div style="padding: 5px 0px;">实发金额(元):0.00</div>
<label >成功</label> </label>
</div> <label>
<el-button type="primary" icon="el-icon-edit"></el-button> <div style="padding: 5px 0px;">打款总笔数:800</div>
<!-- 分页 --> <div style="padding: 5px 0px;">服务费(元):0.00</div>
<div class="block" style="height: 20px;margin-top: 20px; background: cyan;"> </label>
<el-pagination </div>
@size-change="handleSizeChange"
@current-change="handleCurrentChange" <div style="height: 20px; background: darkgrey;color: white;font-size: 14px; padding: 2px 0px; margin-top: 30px; display: flex; justify-content: space-around;">
:current-page="currentPage" <label >实发金额(元)</label>
:page-sizes="[10, 20, 30]" <label >个税(元)</label>
:page-size="10" <label >服务费(元)</label>
layout="total, sizes, prev, pager, next, jumper" <label >总扣款金额(元)</label>
:total="100"> <label >交易状态</label>
</el-pagination> </div>
<div style="border: 1px solid darkgrey;display: flex; justify-content: space-around;height: 20px; line-height: 20px; font-size:13px;"
v-for="item in rows">
<label >0.00</label>
<label >0.00</label>
<label >0.00</label>
<label >0.00</label>
<label >成功</label>
</div>
<el-button type="primary" icon="el-icon-edit"></el-button>
<!-- 分页 -->
<div class="block" style="height: 20px;margin-top: 20px; background: cyan;">
<el-pagination
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="currentPage"
:page-sizes="[10, 20, 30]"
:page-size="10"
layout="total, sizes, prev, pager, next, jumper"
:total="100">
</el-pagination>
</div>
</div> </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> </body>
<script src="/js/vue/jquery.min.js"></script>
<script src="/js/vue/base64.js"></script>
<!-- <script src="/js/vue/axios.min.js"></script> --> </html>
<script src="/js/vue/vue.min.js"></script> \ No newline at end of file
<script src="/js/settleinfo.js"></script>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment