Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
7a35f0fc
Commit
7a35f0fc
authored
Nov 12, 2021
by
伍思炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
宽带订单页面新增多媒体账号和客户身份证条件查询
parent
4094b207
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
6 deletions
+41
-6
src/api/school-center/schoolManagermentAPI.js
+7
-1
src/views/school-center/order/orderView.vue
+16
-4
src/views/school-center/schoolmanager/schoolmanagement.vue
+18
-1
No files found.
src/api/school-center/schoolManagermentAPI.js
View file @
7a35f0fc
...
@@ -22,6 +22,12 @@ let excelMBOut = (params) => downFilePost(prefix + "/school/schoolManagement/exc
...
@@ -22,6 +22,12 @@ let excelMBOut = (params) => downFilePost(prefix + "/school/schoolManagement/exc
// 下载学校列表
// 下载学校列表
let
reportDownload
=
(
params
)
=>
downFilePost
(
prefix
+
"/school/schoolManagement/excelOut"
,
params
);
let
reportDownload
=
(
params
)
=>
downFilePost
(
prefix
+
"/school/schoolManagement/excelOut"
,
params
);
// 删除学校
let
deleteSchoolById
=
(
params
)
=>
postAction
(
prefix
+
"/school/schoolManagement/deleteSchoolById"
,
params
);
export
{
export
{
findByList
,
choosepages
,
modify
,
insert
,
hidestatus
,
excelMBOut
,
reportDownload
findByList
,
choosepages
,
modify
,
insert
,
hidestatus
,
excelMBOut
,
reportDownload
,
deleteSchoolById
}
}
src/views/school-center/order/orderView.vue
View file @
7a35f0fc
...
@@ -68,6 +68,14 @@
...
@@ -68,6 +68,14 @@
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
:md=
"4"
:sm=
"12"
style=
"height: 35px"
>
<a-col
:md=
"4"
:sm=
"12"
style=
"height: 35px"
>
<a-form-item
label=
"客户身份证:"
>
<a-input
placeholder=
"客户身份证"
v-model=
"queryParam.idCard"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"4"
:sm=
"12"
style=
"height: 35px"
>
<a-form-item
label=
"办理号码:"
>
<a-form-item
label=
"办理号码:"
>
<a-input
<a-input
placeholder=
"办理号码"
placeholder=
"办理号码"
...
@@ -84,13 +92,18 @@
...
@@ -84,13 +92,18 @@
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
:md=
"4"
:sm=
"12"
style=
"height: 35px"
>
<a-col
:md=
"4"
:sm=
"12"
style=
"height: 35px"
>
<a-form-item
label=
"
合伙人姓名
:"
>
<a-form-item
label=
"
多媒体账号
:"
>
<a-input
<a-input
placeholder=
"
合伙人姓名
"
placeholder=
"
多媒体账号
"
v-model=
"queryParam.
hehuorenName
"
v-model=
"queryParam.
netNumber
"
></a-input>
></a-input>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
:md=
"4"
:sm=
"12"
style=
"height:35px"
>
<a-form-item
label=
"合伙人姓名:"
>
<a-input
placeholder=
"合伙人姓名"
v-model=
"queryParam.hehuorenName"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"4"
:sm=
"12"
style=
"height: 35px"
>
<a-col
:md=
"4"
:sm=
"12"
style=
"height: 35px"
>
<a-form-item
label=
"合伙人学校:"
>
<a-form-item
label=
"合伙人学校:"
>
<a-input
<a-input
...
@@ -218,7 +231,6 @@
...
@@ -218,7 +231,6 @@
</a-row>
</a-row>
<a-row>
<a-row>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
</a-col>
</a-col>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<p>
融合时间:{{ orderInfo.rhTime | dayjs }}
</p>
<p>
融合时间:{{ orderInfo.rhTime | dayjs }}
</p>
...
...
src/views/school-center/schoolmanager/schoolmanagement.vue
View file @
7a35f0fc
...
@@ -76,7 +76,10 @@
...
@@ -76,7 +76,10 @@
<a>
显示老客户
</a>
<a>
显示老客户
</a>
</a-popconfirm>
</a-popconfirm>
</span>
</span>
<a-divider
type=
"vertical"
/>
<a-popconfirm
title=
"确定要删除此学院?"
@
confirm=
"deleteSchool(record)"
>
<a>
删除
</a>
</a-popconfirm>
</
template
>
</
template
>
</s-table>
</s-table>
...
@@ -258,6 +261,7 @@
...
@@ -258,6 +261,7 @@
modify
,
modify
,
insert
,
insert
,
hidestatus
,
hidestatus
,
deleteSchoolById
,
}
from
"../../../api/school-center/schoolManagermentAPI"
}
from
"../../../api/school-center/schoolManagermentAPI"
import
{
cloneObject
,
exportFile
}
from
'@/utils/util'
;
import
{
cloneObject
,
exportFile
}
from
'@/utils/util'
;
import
moment
from
"moment"
;
import
moment
from
"moment"
;
...
@@ -585,6 +589,19 @@
...
@@ -585,6 +589,19 @@
this
.
$message
.
error
(
res
.
data
?
res
.
data
:
'修改失败!'
,
5
);
this
.
$message
.
error
(
res
.
data
?
res
.
data
:
'修改失败!'
,
5
);
})
})
},
},
deleteSchool
(
deleteDate
){
let
parent
=
{
id
:
deleteDate
.
id
,
}
deleteSchoolById
(
parent
).
then
(
res
=>
{
if
(
res
.
state
==
"success"
){
this
.
$message
.
success
(
res
.
data
?
res
.
data
:
'修改成功!'
,
5
);
this
.
search
();
return
null
}
this
.
$message
.
error
(
res
.
data
?
res
.
data
:
res
.
msg
,
5
);
})
},
chosePagesfunction
(
data
){
chosePagesfunction
(
data
){
this
.
chosePages
=
data
this
.
chosePages
=
data
},
},
...
...
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