master
lion 2 months ago
parent bf692be2ea
commit 7a32a21e93

@ -2,6 +2,6 @@
ENV = 'development'
# base api
VUE_APP_BASE_API = https://book.jssqhjjczx.com
VUE_APP_BASE_API = http://book-sqhj.ali251.langye.net
VUE_APP_UPLOAD_API = http://book-sqhj.ali251.langye.net/api/admin/upload-file
VUE_APP_PUBLIC=''

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

File diff suppressed because one or more lines are too long

@ -0,0 +1,151 @@
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>打印</title>
<script language="javascript" src="/admin/asset/jquery-1.11.2.min.js"></script>
<script>
function doPrint(obj) {
if ($(obj).hasClass("disabled")) {
alert("已经打印过了,如要重新打印请刷新本页");
return false;
}
$(obj).addClass("disabled");
var myDoc = {
settings: {
topMargin: 0,
leftMargin: 0,
bottomMargin: 0,
rightMargin: 0
}, // 设置上下左距页边距为10毫米注意单位是 1/10毫米
documents: document,
marginIgnored: true,
copyrights: '杰创软件拥有版权 www.jatools.com'
};
document.getElementById("jatoolsPrinter").print(myDoc, false); // 直接打印,不弹出打印机设置对话框
var ids = "{:$_REQUEST['ids']}";
var url = "{:U('confirmPrinted')}";
$.post(url, {
ids: ids
}, function() {
});
}
</script>
<style>
body {
font-family: "微软雅黑";
font-size: 12px;
padding: 0;
margin: 0;
background: #fff;
}
ul,
li {
padding: 0;
margin: 0;
list-style: none;
}
.clear {
clear: both;
}
.bar {
position: fixed;
top: 0;
left: 0;
height: 60px;
background: #333;
color: #fff;
line-height: 20px;
width: 100%;
}
.bar A {
color: #fff;
text-decoration: underline;
}
.bar A:hover {
text-decoration: none;
color: #ccc;
}
.bar .wp {
width: 1000px;
margin: auto;
position: relative;
}
.bar .wp .left {
float: left;
}
.bar .wp .right {
float: right;
padding-top: 20px;
}
.lists {
padding-top: 80px;
padding-bottom: 20px;
}
.lists li {
float: left;
margin-left: 20px;
margin-bottom: 10px;
}
</style>
<script type="text/javascript">
//解析URL传递的参数
function request(paras) {
var url = location.href; //url
var paraString = url.substring(url.indexOf("?") + 1, url.length).split("&");
var paraObj = {} //参数组
for (i = 0; j = paraString[i]; i++) {
paraObj[j.substring(0, j.indexOf("=")).toLowerCase()] = j.substring(j.indexOf("=") + 1, j.length);
}
var returnValue = paraObj[paras.toLowerCase()];
if (typeof(returnValue) == "undefined") {
return "";
} else {
return returnValue;
}
}
$(function() {
console.log(unescape(request("json")))
var json = JSON.parse(unescape(request("json")) );
let li = `<li id="page1" style="width: 4cm; height: 3cm;"><img src="${json.barcode}"
style="display:inline-block;width:100%;height:100%;"></li>`;
$("#uldata").html(li)
})
</script>
</head>
<body>
<div class="lists">
<ul id='uldata'>
</ul>
</div>
<div class="bar">
<div class="wp">
<div class="left">生成打印单{:count($pics)}张,耗时{$duration}秒<br />
本打印功能只能在IE浏览器使用非IE浏览器请采用兼容模式<br />
使用之前需要安装插件(<a href="/Public/common/plugin/jatoolsPrinter_free.zip" target="_blank">点击下载</a>),并正确设置打印机</div>
<div class="right">
<input type="button" value="打印" onClick='doPrint(this);'>
</div>
</div>
</div>
<OBJECT ID="jatoolsPrinter" CLASSID="CLSID:B43D3361-D075-4BE2-87FE-057188254255"
codebase="jatoolsPrinter.cab#version=8,6,0,0">
</OBJECT>
</body>
</html>

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
.pan-item[data-v-799537af]{width:200px;height:200px;border-radius:50%;display:inline-block;position:relative;cursor:default;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2)}.pan-info-roles-container[data-v-799537af]{padding:20px;text-align:center}.pan-thumb[data-v-799537af]{width:100%;height:100%;background-position:50%;background-size:cover;border-radius:50%;overflow:hidden;position:absolute;-webkit-transform-origin:95% 40%;transform-origin:95% 40%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.pan-info[data-v-799537af]{position:absolute;width:inherit;height:inherit;border-radius:50%;overflow:hidden;-webkit-box-shadow:inset 0 0 0 5px rgba(0,0,0,.05);box-shadow:inset 0 0 0 5px rgba(0,0,0,.05)}.pan-info h3[data-v-799537af]{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:18px;margin:0 60px;padding:22px 0 0 0;height:85px;font-family:Open Sans,Arial,sans-serif;text-shadow:0 0 1px #fff,0 1px 2px rgba(0,0,0,.3)}.pan-info p[data-v-799537af]{color:#fff;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid hsla(0,0%,100%,.5)}.pan-info p a[data-v-799537af]{display:block;color:#333;width:80px;height:80px;background:hsla(0,0%,100%,.3);border-radius:50%;color:#fff;font-style:normal;font-weight:700;text-transform:uppercase;font-size:9px;letter-spacing:1px;padding-top:24px;margin:7px auto 0;font-family:Open Sans,Arial,sans-serif;opacity:0;-webkit-transition:opacity .3s ease-in-out .2s,background .2s linear 0s,-webkit-transform .3s ease-in-out .2s;transition:opacity .3s ease-in-out .2s,background .2s linear 0s,-webkit-transform .3s ease-in-out .2s;transition:transform .3s ease-in-out .2s,opacity .3s ease-in-out .2s,background .2s linear 0s;transition:transform .3s ease-in-out .2s,opacity .3s ease-in-out .2s,background .2s linear 0s,-webkit-transform .3s ease-in-out .2s;-webkit-transform:translateX(60px) rotate(90deg);transform:translateX(60px) rotate(90deg)}.pan-info p a[data-v-799537af]:hover{background:hsla(0,0%,100%,.5)}.pan-item:hover .pan-thumb[data-v-799537af]{-webkit-transform:rotate(-110deg);transform:rotate(-110deg)}.pan-item:hover .pan-info p a[data-v-799537af]{opacity:1;-webkit-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}.box-center[data-v-5cb0d046]{margin:0 auto;display:table}.text-muted[data-v-5cb0d046]{color:#777}.user-profile .user-name[data-v-5cb0d046]{font-weight:700}.user-profile .box-center[data-v-5cb0d046]{padding-top:10px}.user-profile .user-role[data-v-5cb0d046]{padding-top:10px;font-weight:400;font-size:14px}.user-profile .box-social[data-v-5cb0d046]{padding-top:30px}.user-profile .box-social .el-table[data-v-5cb0d046]{border-top:1px solid #dfe6ec}.user-profile .user-follow[data-v-5cb0d046]{padding-top:20px}.user-bio[data-v-5cb0d046]{margin-top:20px;color:#606266}.user-bio span[data-v-5cb0d046]{padding-left:4px}.user-bio .user-bio-section[data-v-5cb0d046]{font-size:14px;padding:15px 0}.user-bio .user-bio-section .user-bio-section-header[data-v-5cb0d046]{border-bottom:1px solid #dfe6ec;padding-bottom:10px;margin-bottom:10px;font-weight:700}

@ -0,0 +1 @@
.wscn-http404-container[data-v-c095f994]{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:40%;left:50%}.wscn-http404[data-v-c095f994]{position:relative;width:1200px;padding:0 50px;overflow:hidden}.wscn-http404 .pic-404[data-v-c095f994]{position:relative;float:left;width:600px;overflow:hidden}.wscn-http404 .pic-404__parent[data-v-c095f994]{width:100%}.wscn-http404 .pic-404__child[data-v-c095f994]{position:absolute}.wscn-http404 .pic-404__child.left[data-v-c095f994]{width:80px;top:17px;left:220px;opacity:0;-webkit-animation-name:cloudLeft-data-v-c095f994;animation-name:cloudLeft-data-v-c095f994;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s}.wscn-http404 .pic-404__child.mid[data-v-c095f994]{width:46px;top:10px;left:420px;opacity:0;-webkit-animation-name:cloudMid-data-v-c095f994;animation-name:cloudMid-data-v-c095f994;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.2s;animation-delay:1.2s}.wscn-http404 .pic-404__child.right[data-v-c095f994]{width:62px;top:100px;left:500px;opacity:0;-webkit-animation-name:cloudRight-data-v-c095f994;animation-name:cloudRight-data-v-c095f994;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes cloudLeft-data-v-c095f994{0%{top:17px;left:220px;opacity:0}20%{top:33px;left:188px;opacity:1}80%{top:81px;left:92px;opacity:1}to{top:97px;left:60px;opacity:0}}@keyframes cloudLeft-data-v-c095f994{0%{top:17px;left:220px;opacity:0}20%{top:33px;left:188px;opacity:1}80%{top:81px;left:92px;opacity:1}to{top:97px;left:60px;opacity:0}}@-webkit-keyframes cloudMid-data-v-c095f994{0%{top:10px;left:420px;opacity:0}20%{top:40px;left:360px;opacity:1}70%{top:130px;left:180px;opacity:1}to{top:160px;left:120px;opacity:0}}@keyframes cloudMid-data-v-c095f994{0%{top:10px;left:420px;opacity:0}20%{top:40px;left:360px;opacity:1}70%{top:130px;left:180px;opacity:1}to{top:160px;left:120px;opacity:0}}@-webkit-keyframes cloudRight-data-v-c095f994{0%{top:100px;left:500px;opacity:0}20%{top:120px;left:460px;opacity:1}80%{top:180px;left:340px;opacity:1}to{top:200px;left:300px;opacity:0}}@keyframes cloudRight-data-v-c095f994{0%{top:100px;left:500px;opacity:0}20%{top:120px;left:460px;opacity:1}80%{top:180px;left:340px;opacity:1}to{top:200px;left:300px;opacity:0}}.wscn-http404 .bullshit[data-v-c095f994]{position:relative;float:left;width:300px;padding:30px 0;overflow:hidden}.wscn-http404 .bullshit__oops[data-v-c095f994]{font-size:32px;line-height:40px;color:#1482f0;margin-bottom:20px;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__headline[data-v-c095f994],.wscn-http404 .bullshit__oops[data-v-c095f994]{font-weight:700;opacity:0;-webkit-animation-name:slideUp-data-v-c095f994;animation-name:slideUp-data-v-c095f994;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__headline[data-v-c095f994]{font-size:20px;line-height:24px;color:#222;margin-bottom:10px;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__info[data-v-c095f994]{font-size:13px;line-height:21px;color:grey;margin-bottom:30px;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__info[data-v-c095f994],.wscn-http404 .bullshit__return-home[data-v-c095f994]{opacity:0;-webkit-animation-name:slideUp-data-v-c095f994;animation-name:slideUp-data-v-c095f994;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__return-home[data-v-c095f994]{display:block;float:left;width:110px;height:36px;background:#1482f0;border-radius:100px;text-align:center;color:#fff;font-size:14px;line-height:36px;cursor:pointer;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes slideUp-data-v-c095f994{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideUp-data-v-c095f994{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

@ -0,0 +1 @@
#particles-js{width:100%;height:99%;position:absolute}@supports(-webkit-mask:none) and (not (cater-color:#122583)){.login-container .el-input input{color:#122583}}.login-container .el-input{display:inline-block;height:47px;width:85%}.login-container .el-input input{background:transparent;border:0;-webkit-appearance:none;border-radius:0;padding:12px 5px 12px 15px;color:#122583;height:47px;caret-color:#122583}.login-container .el-form-item{border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.1);border-radius:5px;color:#454545}.login-container[data-v-93afe56e]{min-height:100%;width:100%;background:url(../../static/img/bg.33ece377.jpg) no-repeat;overflow:hidden}.login-container .login-form[data-v-93afe56e]{position:relative;width:520px;max-width:100%;padding:20px 35px 0;margin:160px auto;overflow:hidden;background-color:#fff}.login-container .tips[data-v-93afe56e]{font-size:14px;color:#fff;margin-bottom:10px}.login-container .tips span[data-v-93afe56e]:first-of-type{margin-right:16px}.login-container .svg-container[data-v-93afe56e]{padding:6px 5px 6px 15px;color:#122583;vertical-align:middle;width:30px;display:inline-block}.login-container .title-container[data-v-93afe56e]{position:relative}.login-container .title-container .title[data-v-93afe56e]{font-size:26px;color:#122583;margin:0 auto 40px auto;text-align:center;font-weight:700}.login-container .show-pwd[data-v-93afe56e]{position:absolute;right:10px;top:7px;font-size:16px;color:#122583;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
.content_box_body_table .el-table th.el-table__cell{font-size:20px!important;font-family:PingFang SC!important;font-weight:400!important;color:#333!important;background:#d6eade!important}.content_box{background:#e9f5f3;width:100vw;height:100vh;position:relative;padding:61px 156px 0 156px}.content_box .content_box_bottom_logo{position:absolute;left:156px;top:13.75px}.content_box .content_box_header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.content_box .content_box_header,.content_box .content_box_header .content_box_header_back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content_box .content_box_header .content_box_header_back{width:123px;height:49px;background:#d6eade;border-radius:24px;padding:0 10px}.content_box .content_box_header .content_box_header_back .content_box_header_back_text{font-size:20px;font-family:PingFang SC;font-weight:300;color:#066c5b;line-height:49px;margin-left:13px}.content_box .content_box_header .content_box_header_title{background:-webkit-gradient(linear,left top,right top,from(#d6eade),to(#fff));background:linear-gradient(90deg,#d6eade,#fff);width:539px;height:70px;line-height:70px;font-size:36px;font-family:PingFang SC;font-weight:400;color:#066c5b;padding-left:43px}.content_box .content_box_bottom_name{margin:0 auto}.content_box .content_box_body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:99;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:50px auto}.content_box .content_box_body .content_box_body_table{width:100%;margin-top:42px}.content_box .content_box_body .content_box_body_table .content_box_body_table_footer{margin:42px auto}.content_box .content_box_body .content_box_body_table .content_box_body_table_footer .content_box_body_table_footer_btn{width:180px;height:55px;background:-webkit-gradient(linear,left bottom,left top,from(#066c5b),to(#79c4b7));background:linear-gradient(0deg,#066c5b,#79c4b7);-webkit-box-shadow:0 1px 10px 0 rgba(0,103,86,.35);box-shadow:0 1px 10px 0 rgba(0,103,86,.35);border-radius:10px;font-size:18px;font-family:PingFang SC;font-weight:400;color:#fff;line-height:55px;text-align:center;margin:0 auto;cursor:pointer}.content_box .content_box_body .content_box_body_search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.content_box .content_box_body .content_box_body_search span{font-size:18px;font-family:PingFang SC;font-weight:400;color:#066c5b;line-height:16px;width:140px}.content_box .content_box_body .content_box_body_search .content_box_body_search_no{width:644px;height:66px}.content_box .content_box_body .content_box_body_search .content_box_body_search_no input.el-input__inner{height:100%!important;line-height:100%!important;font-size:18px;font-weight:400}.content_box .content_box_body .content_box_body_btn .content_box_body_btn_img{width:571.2px;height:307.2px}.content_box .content_box_bottom{background:url(../../static/img/index_bottom.4e5a1226.png) no-repeat;width:100%;height:50%;background-size:cover;position:fixed;left:0;bottom:0;z-index:1}.content_box .content_box_bottom_right{background:url(../../static/img/index_bottom_right.7e0b39d8.png) no-repeat;width:395px;height:145px;background-size:cover;position:fixed;right:0;bottom:0;z-index:1}

@ -0,0 +1 @@
.content_box[data-v-3b18b798]{background:#e9f5f3;width:100vw;height:100vh;position:relative;padding:61px 156px 0 156px}.content_box .content_box_bottom_logo[data-v-3b18b798]{position:absolute;left:156px;top:60px!important}.content_box .content_box_header[data-v-3b18b798]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content_box .content_box_header .content_box_header_text[data-v-3b18b798]{font-size:36px;font-family:MicrosoftYaHei;font-weight:400;color:#333;line-height:60px}.content_box .content_box_bottom_name[data-v-3b18b798]{margin:0 auto}.content_box .content_box_body[data-v-3b18b798]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:99;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10%;padding:0 15%}.content_box .content_box_body .content_box_body_btn .content_box_body_btn_img[data-v-3b18b798]{width:413.6px;height:292px}.content_box .content_box_bottom[data-v-3b18b798]{background:url(../../static/img/index_bottom.4e5a1226.png) no-repeat;width:100%;height:50%;background-size:cover;position:fixed;left:0;bottom:0;z-index:1}.content_box .content_box_bottom_right[data-v-3b18b798]{background:url(../../static/img/index_bottom_right.7e0b39d8.png) no-repeat;width:395px;height:145px;background-size:cover;position:fixed;right:0;bottom:0;z-index:1}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 542 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-22cea610"],{"26fc":function(t,s,a){t.exports=a.p+"static/img/404_cloud.0f4bc32b.png"},"8cdb":function(t,s,a){"use strict";a.r(s);var e=function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"wscn-http404-container"},[a("div",{staticClass:"wscn-http404"},[t._m(0),a("div",{staticClass:"bullshit"},[a("div",{staticClass:"bullshit__oops"},[t._v("OOPS!")]),t._m(1),a("div",{staticClass:"bullshit__headline"},[t._v(t._s(t.message))]),a("div",{staticClass:"bullshit__info"},[t._v("Please check that the URL you entered is correct, or click the button below to return to the homepage.")]),a("a",{staticClass:"bullshit__return-home",attrs:{href:""}},[t._v("Back to home")])])])])},c=[function(){var t=this,s=t.$createElement,e=t._self._c||s;return e("div",{staticClass:"pic-404"},[e("img",{staticClass:"pic-404__parent",attrs:{src:a("a36b"),alt:"404"}}),e("img",{staticClass:"pic-404__child left",attrs:{src:a("26fc"),alt:"404"}}),e("img",{staticClass:"pic-404__child mid",attrs:{src:a("26fc"),alt:"404"}}),e("img",{staticClass:"pic-404__child right",attrs:{src:a("26fc"),alt:"404"}})])},function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("div",{staticClass:"bullshit__info"},[t._v("All rights reserved "),a("a",{staticStyle:{color:"#20a0ff"},attrs:{href:"https://wallstreetcn.com",target:"_blank"}},[t._v("wallstreetcn")])])}],i={name:"Page404",computed:{message:function(){return"The webmaster said that you can not enter this page..."}}},l=i,n=(a("dd53"),a("2877")),r=Object(n["a"])(l,e,c,!1,null,"c095f994",null);s["default"]=r.exports},a36b:function(t,s,a){t.exports=a.p+"static/img/404.a57b6f31.png"},b0a8:function(t,s,a){},dd53:function(t,s,a){"use strict";a("b0a8")}}]);

@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-23d44527"],{2321:function(e,t,o){"use strict";o("7ac7")},"4dfe":function(e,t,o){},5755:function(e,t,o){"use strict";o("4dfe")},"7ac7":function(e,t,o){},"9ed6":function(e,t,o){"use strict";o.r(t);var s=function(){var e=this,t=e.$createElement,o=e._self._c||t;return e.showLogin?o("div",{staticClass:"login-container"},[o("vue-particles",{attrs:{color:"#ffffff",particleOpacity:.7,particlesNumber:80,shapeType:"circle",particleSize:4,linesColor:"#ffffff",linesWidth:1,lineLinked:!0,lineOpacity:.4,linesDistance:150,moveSpeed:3,hoverEffect:!0,hoverMode:"grab",clickEffect:!0,clickMode:"push"}}),o("el-form",{ref:"loginForm",staticClass:"login-form",attrs:{model:e.loginForm,rules:e.loginRules,"auto-complete":"on","label-position":"left"}},[o("div",{staticClass:"title-container"},[o("h3",{staticClass:"title"},[e._v(e._s(e.title))])]),o("el-form-item",{attrs:{prop:"username"}},[o("span",{staticClass:"svg-container"},[o("svg-icon",{attrs:{"icon-class":"user"}})],1),o("el-input",{ref:"username",attrs:{placeholder:"请输入登录名",name:"username",type:"text",tabindex:"1","auto-complete":"on"},model:{value:e.loginForm.username,callback:function(t){e.$set(e.loginForm,"username",t)},expression:"loginForm.username"}})],1),o("el-form-item",{attrs:{prop:"password"}},[o("span",{staticClass:"svg-container"},[o("svg-icon",{attrs:{"icon-class":"password"}})],1),o("el-input",{key:e.passwordType,ref:"password",attrs:{type:e.passwordType,placeholder:"请输入密码",name:"password",tabindex:"2","auto-complete":"on"},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleLogin(t)}},model:{value:e.loginForm.password,callback:function(t){e.$set(e.loginForm,"password",t)},expression:"loginForm.password"}}),o("span",{staticClass:"show-pwd",on:{click:e.showPwd}},[o("svg-icon",{attrs:{"icon-class":"password"===e.passwordType?"eye":"eye-open"}})],1)],1),o("el-button",{staticStyle:{width:"100%","margin-bottom":"30px"},attrs:{loading:e.loading,type:"primary"},nativeOn:{click:function(t){return t.preventDefault(),e.handleLogin(t)}}},[e._v("登录")])],1)],1):e._e()},n=[],r=o("61f7"),i=o("83d6"),a={name:"Login",data:function(){var e=function(e,t,o){Object(r["b"])(t)?o():o(new Error("请正确输入登录名"))},t=function(e,t,o){t.length<6?o(new Error("密码输入错误")):o()};return{title:"",showLogin:!0,loginForm:{username:"",password:""},loginRules:{username:[{required:!0,trigger:"blur",validator:e}],password:[{required:!0,trigger:"blur",validator:t}]},loading:!1,passwordType:"password",redirect:void 0}},watch:{$route:{handler:function(e){this.redirect=e.query&&e.query.redirect},immediate:!0}},created:function(){this.title=i.title},methods:{showPwd:function(){var e=this;"password"===this.passwordType?this.passwordType="":this.passwordType="password",this.$nextTick((function(){e.$refs.password.focus()}))},handleLogin:function(){var e=this;this.$refs.loginForm.validate((function(t){if(!t)return console.log("error submit!!"),!1;e.loading=!0,e.$store.dispatch("user/login",e.loginForm).then((function(){e.$router.push({path:e.redirect||"/"}),e.loading=!1})).catch((function(){e.loading=!1}))}))}}},l=a,c=(o("2321"),o("5755"),o("2877")),d=Object(c["a"])(l,s,n,!1,null,"93afe56e",null);t["default"]=d.exports}}]);

@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0ac22e"],{"17f8":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticStyle:{width:"100%",height:"100%"}},[n("transition",{attrs:{name:"fade-transform",mode:"out-in"}},[n("router-view",{key:t.key})],1)],1)},a=[],i={data:function(){return{}},methods:{},computed:{key:function(){return this.$route.path}}},o=i,u=n("2877"),c=Object(u["a"])(o,r,a,!1,null,"991d7c9c",null);e["default"]=c.exports}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d6962c30"],{"0ee8":function(t,n,o){},2889:function(t,n,o){"use strict";o.r(n);var c=function(){var t=this,n=t.$createElement,c=t._self._c||n;return c("div",{staticClass:"content_box"},[t._m(0),c("div",{staticClass:"content_box_body"},[c("div",{staticClass:"content_box_body_btn",on:{click:function(n){return t.todo("/brrow")}}},[c("img",{staticClass:"content_box_body_btn_img",attrs:{src:o("dd44")}})]),c("div",{staticClass:"content_box_body_btn",on:{click:function(n){return t.todo("/return")}}},[c("img",{staticClass:"content_box_body_btn_img",attrs:{src:o("baf9")}})])]),c("div",{staticClass:"content_box_bottom"}),c("div",{staticClass:"content_box_bottom_right"})])},e=[function(){var t=this,n=t.$createElement,c=t._self._c||n;return c("div",{staticClass:"content_box_header"},[c("div",{staticClass:"content_box_bottom_name"},[c("img",{attrs:{src:o("f34e")}})]),c("div",{staticClass:"content_box_header_text"})])}],s={data:function(){return{}},methods:{todo:function(t){this.$router.push(t)}},mounted:function(){},created:function(){}},i=s,a=(o("34aa"),o("2877")),r=Object(a["a"])(i,c,e,!1,null,"3b18b798",null);n["default"]=r.exports},"34aa":function(t,n,o){"use strict";o("0ee8")},baf9:function(t,n,o){t.exports=o.p+"static/img/index_return.fb2742bb.png"},dd44:function(t,n,o){t.exports=o.p+"static/img/index_brrow.9820ed8d.png"},f34e:function(t,n,o){t.exports=o.p+"static/img/index_name.cc517924.png"}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -20,7 +20,14 @@
</lx-header>
<xy-table :list="list" :table-item="table" :total="total">
<xy-table
:list="list"
:table-item="table"
:total="total"
:page-size="select.page_size"
@pageSizeChange="pageSizeChange"
@pageIndexChange="pageChange"
>
<template v-slot:btns>
<el-table-column fixed="right" header-align="center" align="center" label="操作" width="220">
<template slot-scope="scope">
@ -135,12 +142,11 @@
var that = this;
let type = parseInt(this.$route.path.split("_")[1]);
if (type == 1) {
await getInfo().then(res => {
this.select.user_name = res.name;
const resData = index(this.select)
this.total = resData.total
this.list = resData.data
})
const info = await getInfo()
this.select.user_name = info.name
const resData = await index(this.select)
this.total = resData.total
this.list = resData.data
} else {
const resData = await index(this.select)
this.total = resData.total

Loading…
Cancel
Save