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
a03e5820
Commit
a03e5820
authored
Jun 27, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
7584d527
b9280317
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
4 deletions
+45
-4
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/callRecordForm.vue
...dataAdmin/components/networkGovernance/callRecordForm.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/letterRecordForm.vue
...taAdmin/components/networkGovernance/letterRecordForm.vue
+1
-1
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue
...n/src/views/dataAdmin/components/queueCall/callRecord.vue
+42
-2
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/productManage.vue
...ePlatformIsSet/components/productManage/productManage.vue
+1
-0
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/callRecordForm.vue
View file @
a03e5820
...
@@ -158,7 +158,7 @@ export default {
...
@@ -158,7 +158,7 @@ export default {
this
.
tHeader
,
this
.
tHeader
,
this
.
filterVal
,
this
.
filterVal
,
data
,
data
,
"
填单
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
"
12345拨打
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
);
this
.
btnLoading
=
false
;
this
.
btnLoading
=
false
;
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/letterRecordForm.vue
View file @
a03e5820
...
@@ -376,7 +376,7 @@ export default {
...
@@ -376,7 +376,7 @@ export default {
tHeader
,
tHeader
,
filterVal
,
filterVal
,
data
,
data
,
"
填单
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
"
12345写信
记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
);
this
.
btnLoading
=
false
;
this
.
btnLoading
=
false
;
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/components/queueCall/callRecord.vue
View file @
a03e5820
...
@@ -10,6 +10,18 @@
...
@@ -10,6 +10,18 @@
</div>
</div>
<span>
<span>
<a-space>
<a-space>
<a-select
v-model=
"searchForm.hallid"
>
<a-select-option
value=
""
>
全部大厅
</a-select-option>
<a-select-option
v-for=
"item in datingList"
:key=
"item.id"
:value=
"item.id"
>
{{
item
.
hallName
}}
</a-select-option>
</a-select>
<a-select
v-model=
"searchForm.sectionid"
>
<a-select-option
value=
""
>
全部部门
</a-select-option>
<a-select-option
v-for=
"item in bumenList"
:key=
"item.id"
:value=
"item.id"
>
{{
item
.
name
}}
</a-select-option>
</a-select>
<a-select
v-model=
"searchForm.id"
>
<a-select
v-model=
"searchForm.id"
>
<a-select-option
value=
""
>
全部设备
</a-select-option>
<a-select-option
value=
""
>
全部设备
</a-select-option>
<a-select-option
v-for=
"item in deviceData"
:key=
"item.id"
:value=
"item.id"
>
<a-select-option
v-for=
"item in deviceData"
:key=
"item.id"
:value=
"item.id"
>
...
@@ -126,6 +138,8 @@ import BusinessInfo from "./components/businessInfo.vue";
...
@@ -126,6 +138,8 @@ import BusinessInfo from "./components/businessInfo.vue";
import
WorkpeopleInfo
from
"
./components/workpeopleInfo.vue
"
;
import
WorkpeopleInfo
from
"
./components/workpeopleInfo.vue
"
;
import
HandlingDetails
from
"
./components/HandlingDetails.vue
"
;
import
HandlingDetails
from
"
./components/HandlingDetails.vue
"
;
import
{
import
{
getDatingList
,
getBumenList
,
getCalllist
,
getCalllist
,
getCallQueList
,
getCallQueList
,
getBusinessEvent
,
getBusinessEvent
,
...
@@ -265,7 +279,13 @@ export default {
...
@@ -265,7 +279,13 @@ export default {
style
:
""
,
// 状态
style
:
""
,
// 状态
time
:
[
moment
().
format
(
"
YYYY-MM-DD
"
),
moment
().
format
(
"
YYYY-MM-DD
"
)],
// 时间区间
time
:
[
moment
().
format
(
"
YYYY-MM-DD
"
),
moment
().
format
(
"
YYYY-MM-DD
"
)],
// 时间区间
flownum
:
""
,
// 排号编码
flownum
:
""
,
// 排号编码
hallid
:
""
,
sectionid
:
""
},
},
// 大厅列表
datingList
:
[],
// 部门列表
bumenList
:
[],
//状态
//状态
style
:
[
style
:
[
{
{
...
@@ -326,11 +346,25 @@ export default {
...
@@ -326,11 +346,25 @@ export default {
HandlingDetails
,
HandlingDetails
,
},
},
created
()
{
created
()
{
this
.
getDatingListArr
();
this
.
getBumenListArr
();
this
.
getCalllistArr
();
this
.
getCalllistArr
();
this
.
getCallQueListArr
();
this
.
getCallQueListArr
();
},
},
mounted
()
{
},
mounted
()
{
},
methods
:
{
methods
:
{
// 获取大厅列表
async
getDatingListArr
()
{
await
getDatingList
({
page
:
1
,
size
:
-
1
}).
then
((
res
)
=>
{
this
.
datingList
=
res
.
data
.
data
;
});
},
// // 获取部门列表
async
getBumenListArr
()
{
await
getBumenList
({
page
:
1
,
size
:
-
1
}).
then
((
res
)
=>
{
this
.
bumenList
=
res
.
data
.
data
;
});
},
//重置按钮
//重置按钮
resetBtn
()
{
resetBtn
()
{
this
.
tableSelectedKeys
=
[];
this
.
tableSelectedKeys
=
[];
...
@@ -341,6 +375,8 @@ export default {
...
@@ -341,6 +375,8 @@ export default {
style
:
""
,
// 状态
style
:
""
,
// 状态
time
:
[
moment
().
format
(
"
YYYY-MM-DD
"
),
moment
().
format
(
"
YYYY-MM-DD
"
)],
// 时间区间
time
:
[
moment
().
format
(
"
YYYY-MM-DD
"
),
moment
().
format
(
"
YYYY-MM-DD
"
)],
// 时间区间
flownum
:
""
,
// 排号编码
flownum
:
""
,
// 排号编码
hallid
:
""
,
sectionid
:
""
};
};
this
.
getCallQueListArr
();
this
.
getCallQueListArr
();
},
},
...
@@ -504,6 +540,10 @@ export default {
...
@@ -504,6 +540,10 @@ export default {
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
/deep/.ant-select {
width: 120px;
}
/deep/.ant-spin-container {
/deep/.ant-spin-container {
display: block !important;
display: block !important;
}
}
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/productManage/productManage.vue
View file @
a03e5820
...
@@ -116,6 +116,7 @@ export default {
...
@@ -116,6 +116,7 @@ export default {
this
.
$refs
.
AddEditAppName
.
appInfoFome
.
id
=
item
.
id
;
this
.
$refs
.
AddEditAppName
.
appInfoFome
.
id
=
item
.
id
;
this
.
$refs
.
AddEditAppName
.
appInfoFome
.
productName
=
item
.
productName
;
this
.
$refs
.
AddEditAppName
.
appInfoFome
.
productName
=
item
.
productName
;
}
else
{
}
else
{
this
.
$refs
.
AddEditAppName
.
appInfoFome
.
id
=
''
;
this
.
$refs
.
AddEditAppName
.
VisibleTitle
=
"
新增产品
"
;
this
.
$refs
.
AddEditAppName
.
VisibleTitle
=
"
新增产品
"
;
}
}
this
.
$refs
.
AddEditAppName
.
Visible
=
true
;
this
.
$refs
.
AddEditAppName
.
Visible
=
true
;
...
...
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