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
d52b2295
Commit
d52b2295
authored
Feb 22, 2021
by
huangchunlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
宽带清单
parent
2e6d3126
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
396 additions
and
0 deletions
+396
-0
src/views/school-center/broadbandList/RhPhone.vue
+125
-0
src/views/school-center/broadbandList/kdyList.vue
+133
-0
src/views/school-center/broadbandList/multimediaAccount.vue
+138
-0
No files found.
src/views/school-center/broadbandList/RhPhone.vue
0 → 100644
View file @
d52b2295
<
template
>
<div
class=
"flex-container"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
<a-form
layout=
"inline"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"4"
:sm=
"8"
>
<a-form-item
label=
"手机号:"
>
<a-input
placeholder=
"手机号"
v-model=
"queryParam.orderCustomerAccount"
></a-input>
</a-form-item>
</a-col>
<span
class=
"table-page-search-submitButtons"
style=
"float: left; overflow: hidden;"
>
<a-col
:md=
"6"
:sm=
"24"
>
<a-button
@
click=
"search()"
type=
"primary"
>
查询
</a-button>
<a-divider
type=
"vertical"
/>
<a-button
@
click=
"add()"
type=
"primary"
>
添加
</a-button>
</a-col>
</span>
</a-row>
</a-form>
</div>
<!--列表-->
<s-table
:locale=
"emptyText"
:columns=
"columns"
:data=
"rowdata"
bordered
ref=
"table"
size=
"small"
class=
"flex-filling"
>
<template
slot=
"operation"
slot-scope=
"text,record"
>
<a-popconfirm
title=
"是否要删除此行?"
@
confirm=
"deleteActivity(record.id)"
>
<a>
删除
</a>
</a-popconfirm>
<a-divider
type=
"vertical"
/>
</
template
>
</s-table>
<!--编辑----弹框-->
<a-modal
:title=
"titleName"
:visible=
"modifyvisible"
@
ok=
"createfunctionOk"
@
cancel=
"createfunctionCancel"
html-type=
"submit"
width=
"840px"
>
<a-form
:form=
"Formtable"
>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"手机号"
>
<a-input
v-decorator=
"[ 'sort', {rules: [{ required: true, type:'number', message: '手机号!' ,whitespace:true,transform:(value)=> {return Number(value)} }]} ]"
></a-input>
</a-form-item>
</a-form>
</a-modal>
</div>
</template>
<
script
>
import
STable
from
'@/components/table'
;
import
{}
from
"../../../api/school-center/broadbandListAPI"
import
{
cloneObject
}
from
'@/utils/util'
;
export
default
{
name
:
"RhPhone"
,
components
:
{
STable
,
},
data
:
function
()
{
return
{
emptyText
:
{
emptyText
:
'暂无数据'
},
previewVisible
:
false
,
previewImage
:
''
,
fileList
:
[
],
apis
:
''
,
fileid
:{},
brackgroundurl
:
"manager/ciop/school/schoolManagement/qrcodeUpload"
,
// form
Formtable
:
this
.
$form
.
createForm
(
this
,
{
name
:
'Formtable'
}),
titleName
:
""
,
modifyForm
:
{
accountNumber
:
""
,
},
subNameList
:
[],
packageName
:[],
chosePages
:[],
products
:[],
//输入框列表
queryParam
:
{
accountNumber
:
''
,
},
modifyvisible
:
false
,
visiblepicture
:
false
,
columns
:
[
{
dataIndex
:
'phone'
,
width
:
200
,
title
:
'手机号'
,
align
:
"center"
},
{
dataIndex
:
'operation'
,
width
:
200
,
title
:
'操作'
,
align
:
"center"
,
scopedSlots
:
{
customRender
:
'operation'
},
fixed
:
"right"
}]
,
rowdata
:
parameter
=>
{
}
}
},
methods
:{
deleteActivity
(
id
){
},
search
()
{
this
.
$refs
.
table
.
refresh
({
search
:
true
})
},
add
(){
this
.
titleName
=
"添加"
this
.
modifyForm
.
id
=
''
;
setTimeout
(()
=>
{
this
.
Formtable
.
setFieldsValue
({
phone
:
""
})
},
0
)
this
.
modifyvisible
=
true
;
},
//提交表单
createfunctionOk
(){
},
createfunctionCancel
(){
},
}
}
</
script
>
<
style
scoped
>
</
style
>
src/views/school-center/broadbandList/kdyList.vue
0 → 100644
View file @
d52b2295
<
template
>
<div
class=
"flex-container"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
<a-form
layout=
"inline"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"4"
:sm=
"8"
>
<a-form-item
label=
"多媒体账号:"
>
<a-input
placeholder=
"多媒体账号"
v-model=
"queryParam.accountNumber"
></a-input>
</a-form-item>
</a-col>
<span
class=
"table-page-search-submitButtons"
style=
"float: left; overflow: hidden;"
>
<a-col
:md=
"6"
:sm=
"24"
>
<a-button
@
click=
"search()"
type=
"primary"
>
查询
</a-button>
<a-divider
type=
"vertical"
/>
<a-button
@
click=
"add()"
type=
"primary"
>
添加
</a-button>
</a-col>
</span>
</a-row>
</a-form>
</div>
<!--列表-->
<s-table
:locale=
"emptyText"
:columns=
"columns"
:data=
"rowdata"
bordered
ref=
"table"
size=
"small"
class=
"flex-filling"
>
<template
slot=
"operation"
slot-scope=
"text,record"
>
<a
@
click=
"modifyfunction(record)"
>
编辑
</a>
<a-divider
type=
"vertical"
/>
<a-popconfirm
title=
"是否要删除此行?"
@
confirm=
"deleteActivity(record.id)"
>
<a>
删除
</a>
</a-popconfirm>
<a-divider
type=
"vertical"
/>
</
template
>
</s-table>
<!--编辑----弹框-->
<a-modal
:title=
"titleName"
:visible=
"modifyvisible"
@
ok=
"createfunctionOk"
@
cancel=
"createfunctionCancel"
html-type=
"submit"
width=
"840px"
>
<a-form
:form=
"Formtable"
>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"宽带接入号"
>
<a-input
v-decorator=
"[ 'sort', {rules: [{ required: true, type:'number', message: '宽带接入号不能为空!' ,whitespace:true,transform:(value)=> {return Number(value)} }]} ]"
></a-input>
</a-form-item>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"多媒体账号"
>
<a-input
v-decorator=
"[ 'sort', {rules: [{ required: true, type:'number', message: '多媒体账号不能为空!' ,whitespace:true,transform:(value)=> {return Number(value)} }]} ]"
></a-input>
</a-form-item>
</a-form>
</a-modal>
</div>
</template>
<
script
>
import
STable
from
'@/components/table'
;
import
{}
from
"../../../api/school-center/broadbandListAPI"
import
{
cloneObject
}
from
'@/utils/util'
;
export
default
{
name
:
"kdyList"
,
components
:
{
STable
,
},
data
:
function
()
{
return
{
emptyText
:
{
emptyText
:
'暂无数据'
},
fileList
:
[
],
apis
:
''
,
// form
Formtable
:
this
.
$form
.
createForm
(
this
,
{
name
:
'Formtable'
}),
titleName
:
""
,
modifyForm
:
{
id
:
''
,
accountNumber
:
""
,
},
chosePages
:[],
//输入框列表
queryParam
:
{
id
:
''
,
accountNumber
:
''
,
},
modifyvisible
:
false
,
visiblepicture
:
false
,
columns
:
[
{
dataIndex
:
'id'
,
width
:
200
,
title
:
'宽带接入号'
,
align
:
"center"
},
{
dataIndex
:
'accountNumber'
,
width
:
200
,
title
:
'多媒体账号'
,
align
:
"center"
},
{
dataIndex
:
'operation'
,
width
:
200
,
title
:
'操作'
,
align
:
"center"
,
scopedSlots
:
{
customRender
:
'operation'
},
fixed
:
"right"
}]
,
rowdata
:
parameter
=>
{
}
}
},
methods
:{
deleteActivity
(
id
){
},
search
()
{
this
.
$refs
.
table
.
refresh
({
search
:
true
})
},
add
(){
this
.
titleName
=
"添加"
this
.
modifyForm
.
id
=
''
;
setTimeout
(()
=>
{
this
.
Formtable
.
setFieldsValue
({
id
:
''
,
accountNumber
:
""
,
})
},
0
)
this
.
modifyvisible
=
true
;
},
modifyfunction
(
data
){
},
//提交表单
createfunctionOk
(){
},
createfunctionCancel
(){
},
}
}
</
script
>
<
style
scoped
>
</
style
>
src/views/school-center/broadbandList/multimediaAccount.vue
0 → 100644
View file @
d52b2295
<
template
>
<div
class=
"flex-container"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
<a-form
layout=
"inline"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"4"
:sm=
"8"
>
<a-form-item
label=
"多媒体账号:"
>
<a-input
placeholder=
"多媒体账号"
v-model=
"queryParam.orderCustomerAccount"
></a-input>
</a-form-item>
</a-col>
<span
class=
"table-page-search-submitButtons"
style=
"float: left; overflow: hidden;"
>
<a-col
:md=
"6"
:sm=
"24"
>
<a-button
@
click=
"search()"
type=
"primary"
>
查询
</a-button>
<a-divider
type=
"vertical"
/>
<a-button
@
click=
"add()"
type=
"primary"
>
添加
</a-button>
</a-col>
</span>
</a-row>
</a-form>
</div>
<!--列表-->
<s-table
:locale=
"emptyText"
:columns=
"columns"
:data=
"rowdata"
bordered
ref=
"table"
size=
"small"
class=
"flex-filling"
>
<template
slot=
"operation"
slot-scope=
"text,record"
>
<a-popconfirm
title=
"是否要删除此行?"
@
confirm=
"deleteActivity(record.id)"
>
<a>
删除
</a>
</a-popconfirm>
<a-divider
type=
"vertical"
/>
</
template
>
</s-table>
<!--编辑----弹框-->
<a-modal
:title=
"titleName"
:visible=
"modifyvisible"
@
ok=
"createfunctionOk"
@
cancel=
"createfunctionCancel"
html-type=
"submit"
width=
"840px"
>
<a-form
:form=
"Formtable"
>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"排序号"
>
<a-input
v-decorator=
"[ 'sort', {rules: [{ required: true, type:'number', message: '排序号不能为空!' ,whitespace:true,transform:(value)=> {return Number(value)} }]} ]"
></a-input>
</a-form-item>
</a-form>
</a-modal>
</div>
</template>
<
script
>
import
STable
from
'@/components/table'
;
import
{}
from
"../../../api/school-center/broadbandListAPI"
import
{
cloneObject
}
from
'@/utils/util'
;
export
default
{
name
:
"multimediaAccount"
,
components
:
{
STable
,
},
data
:
function
()
{
return
{
emptyText
:
{
emptyText
:
'暂无数据'
},
previewVisible
:
false
,
previewImage
:
''
,
fileList
:
[
],
apis
:
''
,
fileid
:{},
brackgroundurl
:
"manager/ciop/school/schoolManagement/qrcodeUpload"
,
// form
Formtable
:
this
.
$form
.
createForm
(
this
,
{
name
:
'Formtable'
}),
titleName
:
""
,
modifyForm
:
{
id
:
''
,
accountNumber
:
""
,
},
subNameList
:
[],
packageName
:[],
chosePages
:[],
products
:[],
//输入框列表
queryParam
:
{
id
:
''
,
accountNumber
:
''
,
},
modifyvisible
:
false
,
visiblepicture
:
false
,
columns
:
[
{
dataIndex
:
''
,
width
:
200
,
title
:
'宽带接入号'
,
align
:
"center"
},
{
dataIndex
:
'orderCustomerAccount'
,
width
:
200
,
title
:
'多媒体账号'
,
align
:
"center"
},
{
dataIndex
:
'operation'
,
width
:
200
,
title
:
'操作'
,
align
:
"center"
,
scopedSlots
:
{
customRender
:
'operation'
},
fixed
:
"right"
}]
,
rowdata
:
parameter
=>
{
}
}
},
methods
:{
deleteActivity
(
id
){
},
search
()
{
this
.
$refs
.
table
.
refresh
({
search
:
true
})
},
add
(){
this
.
titleName
=
"添加"
this
.
modifyForm
.
id
=
''
;
setTimeout
(()
=>
{
this
.
Formtable
.
setFieldsValue
({
id
:
''
,
title
:
''
,
desc
:
''
,
integral
:
''
,
activityType
:
''
,
subclass
:
''
,
imageUrl
:
''
,
range
:
''
,
sort
:
'666'
,
})
},
0
)
this
.
modifyvisible
=
true
;
},
//提交表单
createfunctionOk
(){
},
createfunctionCancel
(){
},
}
}
</
script
>
<
style
scoped
>
</
style
>
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