Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
4a3e39cb
Commit
4a3e39cb
authored
Apr 09, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:添加微官网注册报表
parent
72b270e3
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
608 additions
and
486 deletions
+608
-486
portal-manager-ui/admin/src/api/dataAdmin.js
portal-manager-ui/admin/src/api/dataAdmin.js
+8
-0
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/departmentEvaluation.vue
...omponents/evaluationRecordReport/departmentEvaluation.vue
+9
-14
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
...in/components/evaluationRecordReport/matterEvaluation.vue
+9
-14
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
...in/components/evaluationRecordReport/windowEvaluation.vue
+9
-14
portal-manager-ui/admin/src/views/dataAdmin/components/fillRecordReport/fillForm.vue
.../views/dataAdmin/components/fillRecordReport/fillForm.vue
+9
-14
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/makeRecordReport.vue
...ataAdmin/components/makeRecordReport/makeRecordReport.vue
+9
-14
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/components/FormDetails.vue
...omponents/microOfficialWebsite/components/FormDetails.vue
+171
-149
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/microForm.vue
...s/dataAdmin/components/microOfficialWebsite/microForm.vue
+326
-182
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/depositRecord.vue
...n/src/views/dataAdmin/components/pickUp/depositRecord.vue
+9
-14
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/otherRecord.vue
...min/src/views/dataAdmin/components/pickUp/otherRecord.vue
+9
-14
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
...in/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
+10
-16
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue
...n/src/views/dataAdmin/components/queueCall/callRecord.vue
+9
-14
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
.../src/views/dataAdmin/components/queueCall/queueRecord.vue
+9
-14
portal-manager-ui/admin/src/views/dataAdmin/components/sampleRecordReport/sampleForm.vue
...ws/dataAdmin/components/sampleRecordReport/sampleForm.vue
+12
-13
No files found.
portal-manager-ui/admin/src/api/dataAdmin.js
View file @
4a3e39cb
...
...
@@ -129,3 +129,11 @@ export function getStorageList(params) {
export
function
getOtherList
(
params
)
{
return
http
.
post
(
`
${
BASEURL
}
/pickup/reportform/otherlist`
,
params
);
}
/**
* 微官网注册报表
*/
// 获取报表数据
export
function
getRigusersList
(
params
)
{
return
http
.
get
(
`
${
BASEURL
}
/admin/reportforms/rigusers`
,
params
);
}
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/departmentEvaluation.vue
View file @
4a3e39cb
...
...
@@ -409,9 +409,10 @@ export default {
5
:
"
好差评
"
,
6
:
"
一体化评价
"
,
};
let
data
=
[];
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
// 深度克隆避免影响页面表格展示
let
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
.
forEach
((
item
)
=>
{
Object
.
keys
(
obj
).
forEach
((
keys
)
=>
{
if
(
item
.
pjxt
==
keys
)
{
...
...
@@ -419,14 +420,8 @@ export default {
}
});
});
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
办事部门评价记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
else
{
let
data
=
this
.
$_
.
cloneDeep
(
data
=
this
.
$_
.
cloneDeep
(
await
this
.
togetevalist
({
page
:
1
,
size
:
-
1
,
...
...
@@ -440,13 +435,13 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
办事部门评价记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
办事部门评价记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
// 删除
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/matterEvaluation.vue
View file @
4a3e39cb
...
...
@@ -412,9 +412,10 @@ export default {
5
:
"
好差评
"
,
6
:
"
一体化评价
"
,
};
let
data
=
[];
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
// 深度克隆避免影响页面表格展示
let
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
.
forEach
((
item
)
=>
{
Object
.
keys
(
obj
).
forEach
((
keys
)
=>
{
if
(
item
.
pjxt
==
keys
)
{
...
...
@@ -422,14 +423,8 @@ export default {
}
});
});
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
办理事项评价记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
else
{
let
data
=
this
.
$_
.
cloneDeep
(
data
=
this
.
$_
.
cloneDeep
(
await
this
.
togetevalist
({
page
:
1
,
size
:
-
1
,
...
...
@@ -443,13 +438,13 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
办理事项评价记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
办理事项评价记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
// 删除
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
View file @
4a3e39cb
...
...
@@ -415,9 +415,10 @@ export default {
5
:
"
好差评
"
,
6
:
"
一体化评价
"
,
};
let
data
=
[];
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
// 深度克隆避免影响页面表格展示
let
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
.
forEach
((
item
)
=>
{
Object
.
keys
(
obj
).
forEach
((
keys
)
=>
{
if
(
item
.
pjxt
==
keys
)
{
...
...
@@ -425,14 +426,8 @@ export default {
}
});
});
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
窗口服务评价记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
else
{
let
data
=
this
.
$_
.
cloneDeep
(
data
=
this
.
$_
.
cloneDeep
(
await
this
.
togetevalist
({
page
:
1
,
size
:
-
1
,
...
...
@@ -446,13 +441,13 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
窗口服务评价记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
窗口服务评价记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
// 删除
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/fillRecordReport/fillForm.vue
View file @
4a3e39cb
...
...
@@ -301,9 +301,10 @@ export default {
1
:
"
本地打印
"
,
2
:
"
在线提交
"
,
};
let
data
=
[];
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
// 深度克隆避免影响页面表格展示
let
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
.
forEach
((
item
)
=>
{
Object
.
keys
(
obj
).
forEach
((
keys
)
=>
{
if
(
item
.
type
==
keys
)
{
...
...
@@ -311,14 +312,8 @@ export default {
}
});
});
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
填单记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
else
{
let
data
=
this
.
$_
.
cloneDeep
(
data
=
this
.
$_
.
cloneDeep
(
await
this
.
togetPrintList
({
page
:
1
,
size
:
-
1
})
);
if
(
!
data
.
length
)
return
;
...
...
@@ -329,13 +324,13 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
填单记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
填单记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/makeRecordReport/makeRecordReport.vue
View file @
4a3e39cb
...
...
@@ -332,9 +332,10 @@ export default {
// 导出
async
handleExportTable
()
{
this
.
btnLoading
=
true
;
let
data
=
[];
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
// 深度克隆避免影响页面表格展示
let
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
for
(
let
item
of
data
)
{
Object
.
keys
(
this
.
statusItem
).
forEach
((
key
)
=>
{
if
(
item
.
status
==
key
)
{
...
...
@@ -342,14 +343,8 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
预约记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
else
{
let
data
=
this
.
$_
.
cloneDeep
(
data
=
this
.
$_
.
cloneDeep
(
await
this
.
getOrderList
({
page
:
1
,
size
:
-
1
})
);
if
(
!
data
.
length
)
return
;
...
...
@@ -360,13 +355,13 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
预约记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
预约记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/components/FormDetails.vue
View file @
4a3e39cb
<
template
>
<div>
<a-drawer
title=
"用户详情"
placement=
"right"
:closable=
"false"
:visible=
"visible"
closable
@
close=
"onClose"
width=
"600"
>
<div
class=
"drawerMain"
>
<div
class=
"drawerMain-top"
>
<a-avatar
:size=
"64"
icon=
"user"
/>
<div
class=
"drawer-user"
>
<span>
NICKNAME
</span>
<span
class=
"userTips"
>
实名认证
</span>
<div
class=
"userInfo"
>
男,四川,成都
</div>
</div>
<div
class=
"someUserInfo"
>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
openid:
</span>
<span
class=
"infoContent"
>
OPENID
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
授权时间:
</span>
<span
class=
"infoContent"
>
2022-11-07 16:00:00
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
最近访问时间:
</span>
<span
class=
"infoContent"
>
2022-11-07 16:00:00
</span>
</div>
</div>
<a-divider
/>
<div
class=
"someUserInfo"
>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
证件类型:
</span>
<span
class=
"infoContent"
>
身份证
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
姓名:
</span>
<span
class=
"infoContent"
>
刘德华
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
身份证号:
</span>
<span
class=
"infoContent"
>
513821199303021234
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle imgBox"
>
身份证人像面:
</span>
<span
class=
"infoContent"
>
<img
src=
"@/assets/images/logo.png"
alt=
""
>
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle imgBox"
>
身份证国徽面:
</span>
<span
class=
"infoContent"
>
<img
src=
"@/assets/images/logo.png"
alt=
""
>
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
人脸认证:
</span>
<span
class=
"infoContent"
>
<span
class=
"state"
>
已通过
</span>
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
认证时间:
</span>
<span
class=
"infoContent"
>
513821199303021234
</span>
</div>
</div>
<a-divider
/>
<div
class=
"someUserInfo"
>
<b>
区块链信息
</b>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
哈希值:
</span>
<span
class=
"infoContent"
>
nd68as4d654q5w4d21ccx1cv5adsdaawqewd1c1c1zsda1s1gd2sa2
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
区块高度:
</span>
<span
class=
"infoContent"
>
2438265
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
创建时间:
</span>
<span
class=
"infoContent"
>
2022-11-07 16:00:00
</span>
</div>
</div>
</div>
<div>
<a-drawer
title=
"用户详情"
:visible=
"visible"
width=
"600"
@
close=
"Visible = false"
>
<div
class=
"drawerMain"
>
<div
class=
"drawerMain-top"
>
<a-avatar
:size=
"64"
icon=
"user"
/>
<div
class=
"drawer-user"
>
<span>
{{
userInfo
.
nickname
||
"
--
"
}}
</span>
<span
class=
"userTips"
>
实名认证
</span>
<div
class=
"userInfo"
>
{{
userInfo
.
idcard_Sex
}}
,四川,成都
</div>
</div>
<div
class=
"someUserInfo"
>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
openid:
</span>
<span
class=
"infoContent"
>
{{
userInfo
.
openid
}}
</span>
</div>
</a-drawer>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
授权时间:
</span>
<span
class=
"infoContent"
>
{{
userInfo
.
create_time
}}
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
最近访问时间:
</span>
<span
class=
"infoContent"
>
{{
userInfo
.
last_time
||
"
--
"
}}
</span>
</div>
</div>
<a-divider
/>
<div
class=
"someUserInfo"
>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
证件类型:
</span>
<span
class=
"infoContent"
>
身份证
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
姓名:
</span>
<span
class=
"infoContent"
>
{{
userInfo
.
idcard_Name
}}
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
身份证号:
</span>
<span
class=
"infoContent"
>
{{
userInfo
.
idcard_IDCardNo
}}
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle imgBox"
>
身份证人像面:
</span>
<span
class=
"infoContent"
>
<img
v-if=
"userInfo.z_img"
:src=
"userInfo.z_img"
/>
<span
v-else
>
--
</span>
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle imgBox"
>
身份证国徽面:
</span>
<span
class=
"infoContent"
>
<img
v-if=
"userInfo.b_img"
:src=
"userInfo.z_img"
/>
<span
v-else
>
--
</span>
</span>
</div>
<!--
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
人脸认证:
</span>
<span
class=
"infoContent"
>
<span
class=
"state"
>
已通过
</span>
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
认证时间:
</span>
<span
class=
"infoContent"
>
513821199303021234
</span>
</div>
-->
</div>
<a-divider
/>
<!--
<div
class=
"someUserInfo"
>
<b>
区块链信息
</b>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
哈希值:
</span>
<span
class=
"infoContent"
>
nd68as4d654q5w4d21ccx1cv5adsdaawqewd1c1c1zsda1s1gd2sa2
</span
>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
区块高度:
</span>
<span
class=
"infoContent"
>
2438265
</span>
</div>
<div
class=
"infoBox"
>
<span
class=
"infoTitle"
>
创建时间:
</span>
<span
class=
"infoContent"
>
2022-11-07 16:00:00
</span>
</div>
</div>
-->
</div>
</div>
</a-drawer>
</div>
</
template
>
<
script
>
export
default
{
name
:
"
FormDetails
"
,
props
:{
visible
:
Boolean
name
:
"
FormDetails
"
,
props
:
{
visible
:
{
type
:
Boolean
,
required
:
true
,
default
:
false
,
},
methods
:{
onClose
(){
this
.
$emit
(
'
onClose
'
)
}
}
}
userInfo
:
{
type
:
Object
,
required
:
true
,
default
:
()
=>
{
return
{};
},
},
},
computed
:
{
Visible
:
{
get
()
{
return
this
.
visible
;
},
set
(
val
)
{
this
.
$emit
(
"
update:visible
"
,
val
);
},
},
},
methods
:
{},
};
</
script
>
<
style
lang=
"less"
scoped
>
.drawerMain {
width: 70%;
height: 100%;
margin: 0 auto;
text-align: center;
width: 70%;
height: 100%;
margin: 0 auto;
text-align: center;
.drawer-user {
margin: 10px 0;
position: relative;
font-size: 16px;
.drawer-user {
margin: 10px 0;
position: relative;
font-size: 16px;
.userTips {
position: absolute;
top: -2px;
display: inline-block;
color: #1A7AF8;
border: 1px solid #1A7AF8;
font-size: 12px;
border-radius: 4px;
padding: 3px 6px;
margin-left: 10px;
font-weight: 400;
}
.userInfo {
margin-top: 6px;
font-size: 12px;
}
.userTips {
position: absolute;
top: -2px;
display: inline-block;
color: #1a7af8;
border: 1px solid #1a7af8;
font-size: 12px;
border-radius: 4px;
padding: 3px 6px;
margin-left: 10px;
font-weight: 400;
}
.someUserInfo {
.infoBox {
width: 100%;
display: flex;
justify-content: space-between;
margin: 6px 0;
line-height: 25px;
.userInfo {
margin-top: 6px;
font-size: 12px;
}
}
.infoTitle {
display: inline-block;
width: 50%;
text-align: right;
}
.someUserInfo {
.infoBox {
width: 100%;
display: flex;
justify-content: space-between;
margin: 6px 0;
line-height: 25px;
.infoContent
{
display: inline-block;
width: 48
%;
text-align: lef
t;
}
.infoTitle
{
display: inline-block;
width: 50
%;
text-align: righ
t;
}
.state {
display: inline-block;
padding: 0 6px;
border: 1px solid #40A850;
border-radius: 4px;
color: #40A850;
}
.infoContent {
display: inline-block;
width: 48%;
text-align: left;
}
.imgBox {
line-height: 50px;
}
.state {
display: inline-block;
padding: 0 6px;
border: 1px solid #40a850;
border-radius: 4px;
color: #40a850;
}
img {
height: 50px;
width: auto;
}
}
.imgBox {
line-height: 50px;
}
img {
height: 50px;
width: auto;
}
}
}
}
</
style
>
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/microOfficialWebsite/microForm.vue
View file @
4a3e39cb
<
template
>
<div
class=
"callRecord-Container"
>
<div
class=
"header_box"
>
<div>
<a-button
type=
"success"
@
click=
"exportTable"
>
<span>
{{
tableSelectedRows
.
length
?
"
导出
"
:
"
导出全部
"
}}
</span>
</a-button>
</div>
<span>
<a-input-group
compact
>
<a-select
default-value=
"Zhejiang"
style=
"width:25%"
>
<a-select-option
value=
"Zhejiang"
>
按事项
</a-select-option>
<a-select-option
value=
"Jiangsu"
>
按材料
</a-select-option>
</a-select>
<a-input
style=
"width:74.3%"
v-model=
"searchName"
placeholder=
"请输入评价人姓名或窗口编号搜索"
>
<a-icon
slot=
"prefix"
type=
"search"
/>
</a-input>
</a-input-group>
<a-range-picker
format=
"YYYY年MM月DD日"
class=
"range_picker_style"
@
change=
"rangePickerChange"
v-model=
"BegindAndEndTime"
>
</a-range-picker>
<a-select
placeholder=
"全部状态"
>
<a-select-option
value=
"001"
>
打印
</a-select-option>
<a-select-option
value=
"002"
>
在线提交
</a-select-option>
</a-select>
<a-button
type=
"primary"
>
搜索
</a-button>
</span>
</div>
<div
class=
"main"
>
<a-table
size=
"small"
bordered
:row-key=
"(record) => record.id"
:row-selection=
"
{
selectedRowKeys: tableSelectedKeys,
onChange: onSelectChange,
}" :scroll="{ y: 590 }" :pagination="tablePagination" @change="pagTableChange" :loading="tableLoading"
:columns="tableHeaders" :dataSource="tableSourceData">
<template
slot=
"用户头像"
slot-scope=
"text, record, index"
>
<a-avatar
:size=
"40"
icon=
"user"
/>
</
template
>
<
template
slot=
"操作"
slot-scope=
"text, record, index"
>
<a-button
type=
"link"
@
click=
"showDrawer"
>
详细信息
</a-button>
</
template
>
</a-table>
</div>
<!-- 详情抽屉效果 -->
<FormDetails
@
onClose=
"onClose"
@
showDrawer=
"showDrawer"
:visible=
"visible"
/>
<div
class=
"callRecord-Container"
>
<div
class=
"header_box"
>
<div>
<a-button
:loading=
"btnLoading"
type=
"success"
@
click=
"handleExportTable"
>
<span>
{{
tableSelectedRows
.
length
?
"
导出
"
:
"
导出全部
"
}}
</span>
</a-button>
</div>
<span>
<a-space>
<a-select
v-model=
"searchForm.check_real"
>
<a-select-option
value=
"-1"
>
全部类型
</a-select-option>
<a-select-option
v-for=
"(v, key) in check_realList"
:key=
"key"
:value=
"key"
>
{{
v
}}
</a-select-option>
</a-select>
<a-range-picker
style=
"width: 200px"
format=
"YYYY-MM-DD"
valueFormat=
"YYYY-MM-DD"
v-model=
"searchForm.time"
>
</a-range-picker>
<a-input
style=
"width: 200px"
v-model=
"searchForm.search"
placeholder=
"请输入昵称关键字搜索"
@
pressEnter=
"handleSearch"
>
<a-icon
slot=
"prefix"
type=
"search"
/>
</a-input>
<a-button
type=
"primary"
@
click=
"handleSearch"
>
搜索
</a-button>
<a-button
@
click=
"handleReset"
>
重置
</a-button>
</a-space>
</span>
</div>
<div
class=
"main"
>
<a-table
size=
"small"
bordered
:row-key=
"(record) => record.id"
:row-selection=
"
{
selectedRowKeys: tableSelectedKeys,
onChange: onSelectChange,
}"
:scroll="{ y: 590 }"
:pagination="{
showTotal: (total) => `共 ${total} 条`,
current: current,
total: total,
pageSize: size,
showSizeChanger: true,
showQuickJumper: true,
pageSizeOptions: pageSizeOptions,
onChange: changePage,
onShowSizeChange: changSize,
}"
:loading="tableLoading"
:columns="tableHeaders"
:dataSource="tableSourceData"
>
<template
slot=
"avater"
>
<a-avatar
:size=
"40"
icon=
"user"
/>
</
template
>
<
template
slot=
"action"
slot-scope=
"text"
>
<a-button
type=
"link"
@
click=
"showDrawer(text)"
>
详细信息
</a-button>
</
template
>
</a-table>
</div>
<!-- 详情抽屉效果 -->
<FormDetails
:visible.sync=
"visible"
:userInfo=
"userInfo"
/>
</div>
</template>
<
script
>
import
table
from
"
@/mixins/table
"
;
import
{
getRigusersList
}
from
"
@/api/dataAdmin
"
;
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
import
FormDetails
from
"
./components/FormDetails.vue
"
;
let
check_realList
=
{
0
:
"
未实名认证
"
,
1
:
"
实名认证
"
,
};
let
tHeader
=
[
// 导出的表头名信息
"
openid
"
,
"
普通用户昵称
"
,
"
普通用户性别
"
,
"
普通用户省份
"
,
"
普通用户城市
"
,
"
授权时间
"
,
"
是否实名认证
"
,
];
let
filterVal
=
[
// 导出的表头字段名,需要导出表格字段名
"
openid
"
,
"
nickname
"
,
"
idcard_Sex
"
,
"
普通用户省份
"
,
"
普通用户城市
"
,
"
create_time
"
,
"
是否实名认证
"
,
];
export
default
{
mixins
:
[
table
],
name
:
"
microForm
"
,
data
()
{
return
{
tableHeaders
:
[
{
title
:
"
序号
"
,
dataIndex
:
"
index
"
,
width
:
"
60px
"
,
key
:
"
index
"
,
align
:
"
center
"
,
customRender
:
(
text
,
record
,
index
)
=>
`
${
index
+
1
}
`
,
},
{
title
:
"
openid
"
,
align
:
"
center
"
,
dataIndex
:
"
openid
"
,
},
{
title
:
"
普通用户昵称
"
,
align
:
"
center
"
,
dataIndex
:
"
普通用户昵称
"
,
},
{
title
:
"
普通用户性别
"
,
align
:
"
center
"
,
dataIndex
:
"
普通用户性别
"
,
},
{
title
:
"
普通用户省份
"
,
align
:
"
center
"
,
dataIndex
:
"
普通用户省份
"
,
},
{
title
:
"
普通用户城市
"
,
align
:
"
center
"
,
dataIndex
:
"
普通用户城市
"
,
},
{
title
:
"
用户头像
"
,
align
:
"
center
"
,
dataIndex
:
"
用户头像
"
,
scopedSlots
:
{
customRender
:
"
用户头像
"
,
},
},
{
title
:
"
授权时间
"
,
align
:
"
center
"
,
dataIndex
:
"
授权时间
"
,
},
{
title
:
"
是否实名认证
"
,
align
:
"
center
"
,
dataIndex
:
"
是否实名认证
"
,
},
{
title
:
"
操作
"
,
align
:
"
center
"
,
dataIndex
:
"
操作
"
,
scopedSlots
:
{
customRender
:
"
操作
"
,
},
},
],
BegindAndEndTime
:
[],
searchName
:
undefined
,
visible
:
false
,
};
name
:
"
microForm
"
,
data
()
{
let
tableHeaders
=
[
{
title
:
"
序号
"
,
dataIndex
:
"
index
"
,
width
:
"
60px
"
,
key
:
"
index
"
,
align
:
"
center
"
,
customRender
:
(
text
,
record
,
index
)
=>
(
this
.
current
-
1
)
*
this
.
size
+
index
+
1
,
},
{
title
:
"
openid
"
,
align
:
"
center
"
,
dataIndex
:
"
openid
"
,
},
{
title
:
"
普通用户昵称
"
,
align
:
"
center
"
,
customRender
:
(
text
)
=>
text
.
nickname
||
"
--
"
,
},
{
title
:
"
普通用户性别
"
,
align
:
"
center
"
,
dataIndex
:
"
idcard_Sex
"
,
},
{
title
:
"
普通用户省份
"
,
align
:
"
center
"
,
customRender
:
(
text
)
=>
"
--
"
,
},
{
title
:
"
普通用户城市
"
,
align
:
"
center
"
,
customRender
:
(
text
)
=>
"
--
"
,
},
{
title
:
"
用户头像
"
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
"
avater
"
,
},
},
{
title
:
"
授权时间
"
,
align
:
"
center
"
,
customRender
:
(
text
)
=>
text
.
create_time
||
"
--
"
,
},
{
title
:
"
是否实名认证
"
,
align
:
"
center
"
,
customRender
:
(
text
)
=>
"
--
"
,
// customRender: (text) => text.create_time || "--",
},
{
title
:
"
操作
"
,
align
:
"
center
"
,
scopedSlots
:
{
customRender
:
"
action
"
,
},
},
];
return
{
tableHeaders
,
check_realList
,
tHeader
,
filterVal
,
visible
:
false
,
btnLoading
:
false
,
tableLoading
:
false
,
searchForm
:
{
search
:
""
,
check_real
:
"
-1
"
,
time
:
[
this
.
$moment
(
new
Date
()).
format
(
"
YYYY-MM-DD
"
),
this
.
$moment
(
new
Date
()).
format
(
"
YYYY-MM-DD
"
),
],
},
current
:
1
,
size
:
10
,
total
:
0
,
pageSizeOptions
:
[
"
10
"
,
"
20
"
,
"
30
"
,
"
40
"
,
"
50
"
,
"
100
"
,
"
200
"
],
tableSelectedKeys
:
[],
tableSelectedRows
:
[],
tableSourceData
:
[],
userInfo
:
{},
// 用户信息
};
},
components
:
{
FormDetails
,
},
created
()
{
this
.
getRigusersList
();
},
methods
:
{
// 获取记录报表
async
getRigusersList
(
search
=
{})
{
let
res
=
await
getRigusersList
({
page
:
this
.
current
,
size
:
this
.
size
,
check_real
:
this
.
searchForm
.
check_real
,
begin_time
:
this
.
searchForm
.
time
[
0
],
end_time
:
this
.
searchForm
.
time
[
1
],
search
:
this
.
searchForm
.
search
,
...
search
,
});
if
(
res
.
code
==
1
)
{
let
{
data
,
total
}
=
res
.
data
;
this
.
total
=
total
;
this
.
tableSourceData
=
data
;
return
data
;
}
},
components
:
{
FormDetails
// 翻页
changePage
(
cur
)
{
this
.
current
=
cur
;
this
.
getRigusersList
();
},
mounted
()
{
this
.
setMoment
();
for
(
let
key
=
0
;
key
<
20
;
key
++
)
{
this
.
tableSourceData
.
push
({
id
:
`00
${
key
+
1
}
`
,
openid
:
`1313321
${
key
+
1
}
`
,
普通用户昵称
:
`唐3`
,
普通用户性别
:
`男`
,
普通用户省份
:
`四川`
,
普通用户城市
:
`成都`
,
授权时间
:
`2021-09-09 09:09:0
${
key
+
1
}
`
,
是否实名认证
:
`实名认证`
,
});
}
// 改变每页显示数量
changSize
(
cur
,
size
)
{
this
.
current
=
cur
;
this
.
size
=
size
;
this
.
getRigusersList
();
},
methods
:
{
rangePickerChange
(
val
)
{
console
.
log
(
val
);
},
QueueState
(
type
)
{
switch
(
type
)
{
case
0
:
return
"
type1
"
;
case
1
:
return
"
type2
"
;
default
:
return
"
type0
"
;
}
},
showDrawer
()
{
this
.
visible
=
true
;
},
onClose
()
{
this
.
visible
=
false
;
},
// 搜索
handleSearch
()
{
this
.
current
=
1
;
this
.
tableSelectedKeys
=
[];
this
.
tableSelectedRows
=
[];
this
.
getRigusersList
();
},
// 重置搜索
handleReset
()
{
this
.
current
=
1
;
this
.
tableSelectedKeys
=
[];
this
.
tableSelectedRows
=
[];
this
.
searchForm
=
{
search
:
""
,
check_real
:
"
-1
"
,
time
:
[
this
.
$moment
(
new
Date
()).
format
(
"
YYYY-MM-DD
"
),
this
.
$moment
(
new
Date
()).
format
(
"
YYYY-MM-DD
"
),
],
};
this
.
getRigusersList
();
},
// 选中
onSelectChange
(
keys
,
rows
)
{
this
.
tableSelectedKeys
=
keys
;
const
res
=
new
Map
();
this
.
tableSelectedRows
=
[...
this
.
tableSelectedRows
,
...
rows
]
.
filter
((
v
)
=>
{
return
!
res
.
has
(
v
.
id
)
&&
res
.
set
(
v
.
id
,
1
);
})
.
filter
((
v
)
=>
{
return
this
.
tableSelectedKeys
.
some
((
val
)
=>
v
.
id
==
val
);
});
},
// 导出
async
handleExportTable
()
{
this
.
btnLoading
=
true
;
let
data
;
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
// 深度克隆避免影响页面表格展示
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
// for (let item of data) {
// Object.keys(obj).forEach((key) => {
// if (item.type == key) {
// item.type = obj[key];
// }
// });
// }
}
else
{
data
=
this
.
$_
.
cloneDeep
(
await
this
.
getRigusersList
({
page
:
1
,
size
:
-
1
})
);
if
(
!
data
.
length
)
return
;
// for (let item of data) {
// Object.keys(obj).forEach((key) => {
// if (item.type == key) {
// item.type = obj[key];
// }
// });
// }
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
微官网注册报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
// 查看信息
showDrawer
(
row
)
{
this
.
userInfo
=
row
;
this
.
visible
=
true
;
},
},
};
</
script
>
<
style
lang=
"less"
scoped
>
/deep/.ant-spin-container {
display: block;
display: block;
}
.header_box {
padding-bottom: 1rem;
padding-bottom: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
& > div {
display: flex;
justify-content:
space-between
;
justify-content:
flex-start
;
align-items: center;
&>div {
display: flex;
justify-content: flex-start;
align-items: center;
b {
font-style: normal;
font-weight: unset;
font-size: 16px;
margin-left: 20px;
b {
font-style: normal;
font-weight: unset;
font-size: 16px;
margin-left: 20px;
i {
color: #0595fd;
font-style: normal;
}
}
i {
color: #0595fd;
font-style: normal;
}
}
sub {
font-size: 14px;
font-style: normal;
bottom: unset;
margin-left: 20px;
}
sub {
font-size: 14px;
font-style: normal;
bottom: unset;
margin-left: 20px;
}
}
}
.tabFont {
font-size: 12px;
font-weight: 300;
font-size: 12px;
font-weight: 300;
}
</
style
>
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/depositRecord.vue
View file @
4a3e39cb
...
...
@@ -272,9 +272,10 @@ export default {
1
:
"
未取件
"
,
2
:
"
已取件
"
,
};
let
data
=
[];
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
// 深度克隆避免影响页面表格展示
let
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
for
(
let
item
of
data
)
{
Object
.
keys
(
obj
).
forEach
((
key
)
=>
{
if
(
item
.
status
==
key
)
{
...
...
@@ -282,14 +283,8 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
存件记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
else
{
let
data
=
this
.
$_
.
cloneDeep
(
data
=
this
.
$_
.
cloneDeep
(
await
this
.
getStorageList
({
page
:
1
,
size
:
-
1
})
);
if
(
!
data
.
length
)
return
;
...
...
@@ -300,13 +295,13 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
存件记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
存件记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/otherRecord.vue
View file @
4a3e39cb
...
...
@@ -262,9 +262,10 @@ export default {
2
:
"
管理员
"
,
3
:
"
邮递员
"
,
};
let
data
=
[];
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
// 深度克隆避免影响页面表格展示
let
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
for
(
let
item
of
data
)
{
Object
.
keys
(
obj
).
forEach
((
key
)
=>
{
if
(
item
.
userType
==
key
)
{
...
...
@@ -277,14 +278,8 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
其他操作记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
else
{
let
data
=
this
.
$_
.
cloneDeep
(
data
=
this
.
$_
.
cloneDeep
(
await
this
.
getOtherList
({
page
:
1
,
size
:
-
1
})
);
if
(
!
data
.
length
)
return
;
...
...
@@ -300,13 +295,13 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
其他操作记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
其他操作记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
// 过滤操作类型
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/pickUp/pickUpRecord.vue
View file @
4a3e39cb
...
...
@@ -201,7 +201,7 @@ export default {
let
res
=
await
getSitePickupDevice
();
this
.
devList
=
res
.
data
;
},
// 获取
取号
记录报表
// 获取记录报表
async
getPickupList
(
search
=
{})
{
let
res
=
await
getPickupList
({
page
:
this
.
current
,
...
...
@@ -262,17 +262,17 @@ export default {
return
this
.
tableSelectedKeys
.
some
((
val
)
=>
v
.
id
==
val
);
});
},
// 导出
async
handleExportTable
()
{
this
.
btnLoading
=
true
;
let
data
=
[];
let
obj
=
{
1
:
"
取件码取件
"
,
2
:
"
身份证取件
"
,
};
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
// 深度克隆避免影响页面表格展示
let
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
for
(
let
item
of
data
)
{
Object
.
keys
(
obj
).
forEach
((
key
)
=>
{
if
(
item
.
type
==
key
)
{
...
...
@@ -280,14 +280,8 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
取件记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
else
{
let
data
=
this
.
$_
.
cloneDeep
(
data
=
this
.
$_
.
cloneDeep
(
await
this
.
getPickupList
({
page
:
1
,
size
:
-
1
})
);
if
(
!
data
.
length
)
return
;
...
...
@@ -298,13 +292,13 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
取件记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
取件记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue
View file @
4a3e39cb
...
...
@@ -457,9 +457,10 @@ export default {
1
:
"
办理中
"
,
4
:
"
办理完成
"
,
};
let
data
=
[];
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
// 深度克隆避免影响页面表格展示
let
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
.
forEach
((
item
)
=>
{
Object
.
keys
(
obj
).
forEach
((
keys
)
=>
{
if
(
item
.
style
==
keys
)
{
...
...
@@ -467,14 +468,8 @@ export default {
}
});
});
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
呼叫记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
else
{
let
data
=
this
.
$_
.
cloneDeep
(
data
=
this
.
$_
.
cloneDeep
(
await
this
.
getCallQueListArr
({
page
:
1
,
size
:
-
1
,
...
...
@@ -488,13 +483,13 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
呼叫记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
呼叫记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/queueRecord.vue
View file @
4a3e39cb
...
...
@@ -451,9 +451,10 @@ export default {
1
:
"
办理中
"
,
4
:
"
办理完成
"
,
};
let
data
=
[];
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
// 深度克隆避免影响页面表格展示
let
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
data
.
forEach
((
item
)
=>
{
Object
.
keys
(
obj
).
forEach
((
keys
)
=>
{
if
(
item
.
style
==
keys
)
{
...
...
@@ -461,14 +462,8 @@ export default {
}
});
});
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
排队记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
else
{
let
data
=
this
.
$_
.
cloneDeep
(
data
=
this
.
$_
.
cloneDeep
(
await
this
.
getQueueDataArr
({
page
:
1
,
size
:
-
1
})
);
if
(
!
data
.
length
)
return
;
...
...
@@ -479,13 +474,13 @@ export default {
}
});
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
排队记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
排队记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/sampleRecordReport/sampleForm.vue
View file @
4a3e39cb
...
...
@@ -245,15 +245,14 @@ export default {
// 导出
async
handleExportTable
()
{
this
.
btnLoading
=
true
;
let
data
=
[];
if
(
this
.
tableSelectedKeys
.
length
&&
this
.
tableSelectedRows
.
length
)
{
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
this
.
tableSelectedRows
,
"
样表记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
// 深度克隆避免影响页面表格展示
data
=
this
.
$_
.
cloneDeep
(
this
.
tableSelectedRows
);
}
else
{
let
data
=
await
this
.
getBillList
({
page
:
1
,
size
:
-
1
});
data
=
this
.
$_
.
cloneDeep
(
await
this
.
togetBillList
({
page
:
1
,
size
:
-
1
})
);
if
(
!
data
.
length
)
return
;
// for (let item of data) {
// Object.keys(obj).forEach((key) => {
...
...
@@ -262,13 +261,13 @@ export default {
// }
// });
// }
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
样表记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
}
export2Excel
(
this
.
tHeader
,
this
.
filterVal
,
data
,
"
样表记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
this
.
btnLoading
=
false
;
},
},
...
...
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