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
0897f175
Commit
0897f175
authored
May 29, 2020
by
董有沛
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'remotes/origin/master'
parents
53cef792
7a4a998a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
16 deletions
+19
-16
src/api/school-center/salesOrdersAPI.js
+0
-1
src/api/school-center/userManager/newUser.js
+0
-14
src/api/school-center/userManager/newUserAPI.js
+15
-0
src/views/school-center/salesOrders/salesOrder.vue
+2
-1
src/views/school-center/statistics/saleCensus.vue
+1
-0
src/views/school-center/statistics/salesOrder.vue
+1
-0
src/views/school-center/userManager/newUser.vue
+0
-0
No files found.
src/api/school-center/salesOrdersAPI.js
View file @
0897f175
...
@@ -3,7 +3,6 @@ const prefix = '/manager/ciop';
...
@@ -3,7 +3,6 @@ const prefix = '/manager/ciop';
// 获取县分下拉列表
// 获取县分下拉列表
let
getSubstList
=
(
params
)
=>
postAction
(
prefix
+
"/school/schoolManagement/substList"
,
params
);
let
getSubstList
=
(
params
)
=>
postAction
(
prefix
+
"/school/schoolManagement/substList"
,
params
);
// 获取学校下拉列表
// 获取学校下拉列表
let
getSchoolList
=
(
params
)
=>
postAction
(
prefix
+
"/school/schoolManagement/schoolList"
,
params
);
let
getSchoolList
=
(
params
)
=>
postAction
(
prefix
+
"/school/schoolManagement/schoolList"
,
params
);
// 获取活动列表
// 获取活动列表
...
...
src/api/school-center/userManager/newUser.js
deleted
100644 → 0
View file @
53cef792
import
{
postAction
,
downFilePost
}
from
'@/api/manage'
const
prefix
=
'/manager/ciop'
;
// 楼长KPI管理
let
excelOut
=
(
params
)
=>
downFilePost
(
prefix
+
"/studentDwkVerify/excelOut"
,
params
);
let
list
=
(
params
)
=>
postAction
(
prefix
+
"/studentDwkVerify/list"
,
params
);
let
update
=
(
params
)
=>
postAction
(
prefix
+
"/studentDwkVerify/update"
,
params
);
let
queryById
=
(
params
)
=>
postAction
(
prefix
+
"/studentDwkVerify/queryById"
,
params
);
export
{
excelOut
,
list
,
update
,
queryById
}
src/api/school-center/userManager/newUserAPI.js
0 → 100644
View file @
0897f175
import
{
postAction
}
from
'@/api/manage'
const
prefix
=
'/manager/ciop'
;
//获取县分下拉列表
let
initSubstName
=
(
params
)
=>
postAction
(
prefix
+
"/ysmUser/initSubstName"
,
params
);
//获取学校下拉列表
let
getSchoolNames
=
(
params
)
=>
postAction
(
prefix
+
"/ysmUser/getSchoolNames"
,
params
);
let
list
=
(
params
)
=>
postAction
(
prefix
+
"/newUser/list"
,
params
);
let
update
=
(
params
)
=>
postAction
(
prefix
+
"/newUser/update"
,
params
);
export
{
initSubstName
,
getSchoolNames
,
list
,
update
,
}
src/views/school-center/salesOrders/salesOrder.vue
View file @
0897f175
...
@@ -160,7 +160,7 @@
...
@@ -160,7 +160,7 @@
<
script
>
<
script
>
import
STable
from
'@/components/table'
;
import
STable
from
'@/components/table'
;
import
{}
from
"
@
/api/school-center/salesOrder"
;
import
{}
from
"
../../..
/api/school-center/salesOrder"
;
import
{
import
{
getSchoolNames
,
initSubstName
,
getList
,
deleteOrder
,
getSchoolNames
,
initSubstName
,
getList
,
deleteOrder
,
downloadTemplateFH
,
downloadTemplateCZ
,
downloadResult
,
exportOut
downloadTemplateFH
,
downloadTemplateCZ
,
downloadResult
,
exportOut
...
@@ -380,6 +380,7 @@
...
@@ -380,6 +380,7 @@
getSchoolNames
()
{
getSchoolNames
()
{
this
.
schoolNames
=
[]
this
.
queryParam
.
schoolName
=
''
this
.
queryParam
.
schoolName
=
''
getSchoolNames
({
"substName"
:
this
.
queryParam
.
salesSubst
}).
then
((
res
)
=>
{
getSchoolNames
({
"substName"
:
this
.
queryParam
.
salesSubst
}).
then
((
res
)
=>
{
if
(
res
.
state
==
"success"
)
{
if
(
res
.
state
==
"success"
)
{
...
...
src/views/school-center/statistics/saleCensus.vue
View file @
0897f175
...
@@ -313,6 +313,7 @@
...
@@ -313,6 +313,7 @@
getSchoolNames
()
{
getSchoolNames
()
{
this
.
schoolNames
=
[]
this
.
queryParam
.
schoolName
=
''
this
.
queryParam
.
schoolName
=
''
getSchoolNames
({
"substName"
:
this
.
queryParam
.
salesSubst
}).
then
((
res
)
=>
{
getSchoolNames
({
"substName"
:
this
.
queryParam
.
salesSubst
}).
then
((
res
)
=>
{
if
(
res
.
state
==
"success"
)
{
if
(
res
.
state
==
"success"
)
{
...
...
src/views/school-center/statistics/salesOrder.vue
View file @
0897f175
...
@@ -375,6 +375,7 @@
...
@@ -375,6 +375,7 @@
getSchoolNames
()
{
getSchoolNames
()
{
this
.
schoolNames
=
[]
this
.
queryParam
.
schoolName
=
''
this
.
queryParam
.
schoolName
=
''
getSchoolNames
({
"substName"
:
this
.
queryParam
.
salesSubst
}).
then
((
res
)
=>
{
getSchoolNames
({
"substName"
:
this
.
queryParam
.
salesSubst
}).
then
((
res
)
=>
{
if
(
res
.
state
==
"success"
)
{
if
(
res
.
state
==
"success"
)
{
...
...
src/views/school-center/userManager/newUser.vue
View file @
0897f175
This diff is collapsed.
Click to expand it.
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