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
93e7aabf
Commit
93e7aabf
authored
Dec 22, 2020
by
罗承锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加销售时段
parent
2d7610a9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
src/views/school-center/order/salesList.vue
+1
-0
src/views/school-center/schoolmanager/schoolmanagement.vue
+7
-4
No files found.
src/views/school-center/order/salesList.vue
View file @
93e7aabf
...
@@ -235,6 +235,7 @@
...
@@ -235,6 +235,7 @@
dataIndex
:
'orderType'
,
width
:
200
,
title
:
'订单类型'
,
align
:
"center"
,
dataIndex
:
'orderType'
,
width
:
200
,
title
:
'订单类型'
,
align
:
"center"
,
scopedSlots
:
{
customRender
:
"orderTypeScope"
}
scopedSlots
:
{
customRender
:
"orderTypeScope"
}
},
},
{
dataIndex
:
"preType"
,
width
:
200
,
title
:
'销售时段'
,
align
:
"center"
},
{
dataIndex
:
'networkName'
,
width
:
200
,
title
:
'所属网点'
,
align
:
"center"
},
{
dataIndex
:
'networkName'
,
width
:
200
,
title
:
'所属网点'
,
align
:
"center"
},
{
dataIndex
:
'networkCode'
,
width
:
200
,
title
:
'网点编码'
,
align
:
"center"
},
{
dataIndex
:
'networkCode'
,
width
:
200
,
title
:
'网点编码'
,
align
:
"center"
},
{
{
...
...
src/views/school-center/schoolmanager/schoolmanagement.vue
View file @
93e7aabf
...
@@ -160,7 +160,7 @@
...
@@ -160,7 +160,7 @@
/>
/>
</
template
>
</
template
>
</a-form-item>
</a-form-item>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"客
户
二维码"
>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"客
服
二维码"
>
<a-upload
<a-upload
ref=
"upload"
ref=
"upload"
:action=
uploadUrl
:action=
uploadUrl
...
@@ -545,6 +545,7 @@
...
@@ -545,6 +545,7 @@
//查询中间表
//查询中间表
choosepages
(
choosepagespare
).
then
(
res
=>
{
choosepages
(
choosepagespare
).
then
(
res
=>
{
console
.
log
(
res
);
if
(
res
.
state
==
'success'
){
if
(
res
.
state
==
'success'
){
let
d
=
res
.
data
.
choosepages
let
d
=
res
.
data
.
choosepages
for
(
let
i
=
0
;
i
<
d
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
d
.
length
;
i
++
)
{
...
@@ -613,18 +614,20 @@
...
@@ -613,18 +614,20 @@
this
.
modifyForm
.
schoolName
=
values
.
schoolName
this
.
modifyForm
.
schoolName
=
values
.
schoolName
this
.
modifyForm
.
netId
=
values
.
netId
this
.
modifyForm
.
netId
=
values
.
netId
this
.
modifyForm
.
lzgh
=
values
.
lzgh
this
.
modifyForm
.
lzgh
=
values
.
lzgh
this
.
modifyForm
.
bandproductId
=
values
.
bandproductId
this
.
modifyForm
.
bandproductId
=
values
.
bandproductId
==
undefined
?
""
:
values
.
bandproductId
this
.
modifyForm
.
chosePages
=
""
this
.
modifyForm
.
chosePages
=
""
this
.
modifyForm
.
startDateStr
=
this
.
modifyForm
.
startDate
;
this
.
modifyForm
.
startDateStr
=
this
.
modifyForm
.
startDate
;
this
.
modifyForm
.
endDateStr
=
this
.
modifyForm
.
endDate
;
this
.
modifyForm
.
endDateStr
=
this
.
modifyForm
.
endDate
;
// 日期类型不传入后端
Vue
.
delete
(
this
.
modifyForm
,
'startDate'
);
Vue
.
delete
(
this
.
modifyForm
,
'startDate'
);
Vue
.
delete
(
this
.
modifyForm
,
'endDate'
);
Vue
.
delete
(
this
.
modifyForm
,
'endDate'
);
this
.
modifyForm
.
greaterFifty
=
values
.
greaterFifty
==
undefined
?
0
:
values
.
greaterFifty
this
.
modifyForm
.
greaterFifty
=
values
.
greaterFifty
==
undefined
?
""
:
values
.
greaterFifty
this
.
modifyForm
.
greaterHundred
=
values
.
greaterHundred
==
undefined
?
0
:
values
.
greaterHundred
this
.
modifyForm
.
greaterHundred
=
values
.
greaterHundred
==
undefined
?
""
:
values
.
greaterHundred
this
.
modifyForm
.
isShowrh
=
(
this
.
checkedKeys
.
indexOf
(
"isShowrh"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
isShowrh
=
(
this
.
checkedKeys
.
indexOf
(
"isShowrh"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
isShowband
=
(
this
.
checkedKeys
.
indexOf
(
"isShowband"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
isShowband
=
(
this
.
checkedKeys
.
indexOf
(
"isShowband"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
netPhone
=
(
this
.
checkedKeys
.
indexOf
(
"netPhone"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
netPhone
=
(
this
.
checkedKeys
.
indexOf
(
"netPhone"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
isRecv
=
(
this
.
checkedKeys
.
indexOf
(
"isRecv"
)
>
-
1
)
?
1
:
0
;
this
.
modifyForm
.
isRecv
=
(
this
.
checkedKeys
.
indexOf
(
"isRecv"
)
>
-
1
)
?
1
:
0
;
console
.
log
(
this
.
chosePages
);
this
.
chosePages
.
forEach
(
value
=>
{
this
.
chosePages
.
forEach
(
value
=>
{
if
(
value
!=
undefined
){
if
(
value
!=
undefined
){
this
.
modifyForm
.
chosePages
=
value
+
","
+
this
.
modifyForm
.
chosePages
this
.
modifyForm
.
chosePages
=
value
+
","
+
this
.
modifyForm
.
chosePages
...
...
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