Commit 123af72c by li_hongchao

审核功能

parent b8825935
const api = {
bzxxsh: '/api/hit',
}
export default api
export function queryShList(_that, _parameter) {
return _that.$axios({
method: 'post',
url: api.bzxxsh + '/queryAllSh',
headers: {
'Content-Type': 'application/json'
},
data: _parameter
})
}
export function bzxxSh(_that, _parameter) {
return _that.$axios({
method: 'post',
url: api.bzxxsh + '/udateShzt',
headers: {
'Content-Type': 'application/json'
},
data: _parameter
})
}
export function bzxxZg(_that, _parameter) {
return _that.$axios({
method: 'post',
url: api.bzxxsh + '/updateJrzg',
headers: {
'Content-Type': 'application/json'
},
data: _parameter
})
}
export function bzxxPlSb(_that, _parameter) { // 批量上报
return _that.$axios({
method: 'post',
url: api.bzxxsh + '/insertBeach',
headers: {
'Content-Type': 'application/json'
},
data: _parameter
})
}
export default function PrintLog(title, content, tag) {
if (!title && !content) {
return
......@@ -18,3 +20,21 @@ export default function PrintLog(title, content, tag) {
console.log('----------------------------' + tag + '----------------------------')
console.log('')
}
export function PrintNetInfo(url, request, response) {
var tag = '^_^'
// console.log('')
console.log('----------------------------' + tag + '----------------------------')
if (url) {
console.log(' 请求接口:', url)
}
if (request) {
console.log(' 请求参数:', request)
}
if (response) {
console.log(' 请求结果:', response)
}
console.log('----------------------------' + tag + '----------------------------')
console.log('')
}
export default function stRole() {
let userInfo = JSON.parse(localStorage.getItem('userInfo'))
// console.log('用户信息:', userInfo)
let username = userInfo.username
// console.log('用户名称:', username)
if (username === '123123') {// 省级 123123,市级 321321
return true
} else {
return false
}
}
......@@ -15,7 +15,7 @@ $tableHeight: var(--tableHeight, 450px);
}
/deep/ .el-form-item__content {
margin-left: 75px !important;
margin-left: 85px !important;
}
/deep/ .el-input.is-disabled .el-input__inner {
......@@ -25,7 +25,7 @@ $tableHeight: var(--tableHeight, 450px);
}
/deep/ .el-form-item.is-error .el-input__inner {
width: 156px;
width: 256px;
height: 32px;
background: #ffffff;
border-radius: 4px;
......@@ -33,7 +33,7 @@ $tableHeight: var(--tableHeight, 450px);
}
/deep/ .el-input {
width: 156px;
width: 256px;
height: 32px;
.el-input__inner {
......@@ -52,7 +52,7 @@ $tableHeight: var(--tableHeight, 450px);
height: auto;
}
.line1 {
.cxtj-row1 {
display: flex;
align-items: center;
margin-bottom: 20px;
......@@ -95,7 +95,7 @@ $tableHeight: var(--tableHeight, 450px);
}
}
.line2 {
.cxtj-row2 {
.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
......@@ -113,39 +113,12 @@ $tableHeight: var(--tableHeight, 450px);
/deep/ .el-form-item__label {
text-align: left;
}
.clear-btn {
cursor: pointer;
font-size: 14px;
font-family: MicrosoftYaHei;
color: #055fe7;
margin-right: 8px;
}
.select-btn {
cursor: pointer;
width: 96px;
height: 32px;
background: #055fe7;
border-radius: 4px;
font-size: 14px;
font-family: MicrosoftYaHei;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
&:hover {
background: #377fec;
}
&:active {
background: #044cb9;
}
}
}
.line3 {
.cxtj-row3 {
//width: 70%;
float: left;
.fhyh {
/deep/ .el-form-item__label {
width: 84px !important;
......@@ -195,9 +168,48 @@ $tableHeight: var(--tableHeight, 450px);
}
}
.clear-btn {
height: 32px;
cursor: pointer;
font-size: 14px;
font-family: MicrosoftYaHei;
color: #055fe7;
margin-right: 8px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.select-btn {
cursor: pointer;
width: 96px;
height: 32px;
background: #055fe7;
border-radius: 4px;
font-size: 14px;
font-family: MicrosoftYaHei;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
&:hover {
background: #377fec;
}
&:active {
background: #044cb9;
}
}
.bzxxsh-content {
width: 100%;
padding: 0 24px;
clear: both;
.bzxxsh-content-top {
display: flex;
......@@ -287,18 +299,18 @@ $tableHeight: var(--tableHeight, 450px);
margin-right: 32px;
}
.dfh {
.dsh {
cursor: pointer;
width: 72px;
height: 28px;
border-radius: 4px;
border: 1px solid #fe0000;
//border-radius: 4px;
//border: 1px solid #fe0000;
font-size: 14px;
font-family: MicrosoftYaHei;
color: #fe0000;
display: flex;
align-items: center;
justify-content: center;
//align-items: center;
//justify-content: center;
}
.cxfh {
......@@ -440,6 +452,13 @@ $tableHeight: var(--tableHeight, 450px);
display: none;
}
.tip-history {
margin-left: 5px;
width: 12px;
height: 12px;
}
.cxfh-dialog {
z-index: 99;
position: absolute;
......
......@@ -92,7 +92,7 @@ module.exports = {
// target: "http://192.168.0.137:8080/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/
// target: "http://192.168.128.166:8099/", // 张 认定
// target: "http://192.168.128.121:8099/", // 湖南-张
target: "http://192.168.128.114:8099", // 湖南-马
// target: "http://192.168.128.114:8099", // 湖南-马
// target: "http://192.168.128.116:8099", // 湖南-王
// target: "http://192.168.128.118:8764", // 湖南-张呈光
// target: "http://172.18.116.73:8099/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/ ma
......@@ -100,7 +100,7 @@ module.exports = {
// target: "http://47.92.225.109:5602",
// target: "http://www.meetfood.cn:2390", // 湖南-线上
// target:"http://zwpt.xzclub.top:9333/",
// target: "http://192.168.128.115:8099", // 江
target: "http://192.168.128.115:8099", // 江
ws: true,
changeOrigin: true,
pathRewrite: {
......@@ -110,7 +110,7 @@ module.exports = {
// "/login": {
// // target: "http://www.meetfood.cn:2390/", // 登录
// target: "http://zwpt.xzclub.top:9333",
// // target: "http://192.168.128.124:8764/", // 登录
// target: "http://192.168.128.124:8765/", // 登录
// // target: "http://192.168.128.114:8099", // 登录-马
// ws: true,
// changeOrigin: true,
......
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