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
1d566b93
Commit
1d566b93
authored
Jun 03, 2020
by
张宸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报表修改
parent
30dee481
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
8 deletions
+21
-8
src/views/school-center/order/order.vue
+1
-1
src/views/school-center/productManagement/product.vue
+20
-7
No files found.
src/views/school-center/order/order.vue
View file @
1d566b93
...
...
@@ -7,7 +7,7 @@
<a-row
:gutter=
"24"
>
<a-col
:md=
"6"
:sm=
"12"
>
<a-form-item
label=
"时间选择:"
>
<a-range-picker
@
change=
"onChange"
format=
"YYYY-MM"
/>
<a-range-picker
@
change=
"onChange"
format=
"YYYY-MM
-DD HH:mm:ss
"
/>
</a-form-item>
</a-col>
<a-col
:md=
"4"
:sm=
"12"
>
...
...
src/views/school-center/productManagement/product.vue
View file @
1d566b93
...
...
@@ -97,18 +97,27 @@
<a-input
placeholder=
"区域"
v-decorator=
"[ 'productRegion', {rules: [{ required: true, message: '区域不能为空!' ,validator: 'click'}]} ]"
></a-input>
</a-form-item>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"资费:"
>
<a-input
placeholder=
"资费"
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"
单宽
资费:"
>
<a-input
placeholder=
"
单宽
资费"
v-decorator=
"[ 'productPrice', {rules: [{required: true, message: '资费不能为空!' ,validator: 'click'}]} ]"
></a-input>
</a-form-item>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"宽带速率:"
>
<a-input
placeholder=
"宽带速率"
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"
单宽
宽带速率:"
>
<a-input
placeholder=
"
单宽
宽带速率"
v-decorator=
"[ 'productMeal', {rules: [{ required: true, message: '宽带速率不能为空!' ,validator: 'click'}]} ]"
></a-input>
</a-form-item>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"包年包月情况:"
>
<a-input
placeholder=
"包年包月情况"
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"
单宽
包年包月情况:"
>
<a-input
placeholder=
"
单宽
包年包月情况"
v-decorator=
"[ 'productRate', {rules: [{ required: true, message: '包年包月情况不能为空!' ,validator: 'click'}]} ]"
></a-input>
</a-form-item>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"融合资费:"
>
<a-input
:rows=
"10"
v-model=
"modelData.productRhPrice"
/>
</a-form-item>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"融合包年包月情况:"
>
<a-input
:rows=
"10"
v-model=
"modelData.productRhRate"
/>
</a-form-item>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"适用学校:"
>
<a-select
v-model=
"universityName"
style=
"width: 330px"
>
<a-select-option
@
click=
"universitySchoolName('请选择')"
value=
"请选择"
>
请选择
</a-select-option>
...
...
@@ -205,7 +214,9 @@
productIntroduction
:
''
,
productSetMealIntroduction
:
''
,
productRf2
:
''
,
productIntroductionPic2
:
''
productIntroductionPic2
:
''
,
productRhPrice
:
''
,
productRhRate
:
''
},
columns
:
[
{
dataIndex
:
'productTitle'
,
width
:
200
,
title
:
'宽带标题 '
},
...
...
@@ -335,6 +346,8 @@
this
.
productRf2
=
data
.
productRf2
this
.
modelData
.
productMealPrice
=
data
.
productMealPrice
this
.
modelData
.
productUniversity
=
data
.
productUniversity
this
.
modelData
.
productRhPrice
=
data
.
productRhPrice
this
.
modelData
.
productRhRate
=
data
.
productRhRate
this
.
universityName
=
data
.
productUniversity
for
(
var
i
=
0
;
i
<
this
.
regulars
.
length
;
i
++
)
{
if
(
data
.
productIntroductionPic2
==
this
.
regulars
[
i
].
regularId
+
''
)
{
...
...
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