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
edb8b901
Commit
edb8b901
authored
May 21, 2020
by
彭祥礼
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
学生不限量证件和大王卡证件稽核
parent
a7eeecc2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
35 additions
and
8 deletions
+35
-8
src/api/school-center/studentCardVerifyAPI.js
+14
-0
src/api/school-center/studentdwkVerifyKpiAPI.js
+14
-0
src/assets/img/student_card/previewAvatar.jpg
+0
-0
src/views/poster/PosterList.vue
+1
-1
src/views/school-center/louZhang/lzSalary.vue
+2
-2
src/views/school-center/louZhang/zjlSalary.vue
+1
-1
src/views/school-center/salesList/salesList.vue
+0
-1
src/views/school-center/uploadVerify/studentCardVerify.vue
+0
-0
src/views/school-center/uploadVerify/studentdwkVerify.vue
+0
-0
src/views/school-center/wideband/product.vue
+3
-3
No files found.
src/api/school-center/studentCardVerifyAPI.js
0 → 100644
View file @
edb8b901
import
{
postAction
,
downFilePost
}
from
'@/api/manage'
const
prefix
=
'/manager/ciop'
;
// 楼长KPI管理
let
excelOut
=
(
params
)
=>
downFilePost
(
prefix
+
"/studentCardVerify/excelOut"
,
params
);
let
list
=
(
params
)
=>
postAction
(
prefix
+
"/studentCardVerify/list"
,
params
);
let
update
=
(
params
)
=>
postAction
(
prefix
+
"/studentCardVerify/update"
,
params
);
let
queryById
=
(
params
)
=>
postAction
(
prefix
+
"/studentCardVerify/queryById"
,
params
);
export
{
excelOut
,
list
,
update
,
queryById
}
src/api/school-center/studentdwkVerifyKpiAPI.js
0 → 100644
View file @
edb8b901
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/assets/img/student_card/previewAvatar.jpg
0 → 100644
View file @
edb8b901
4.11 KB
src/views/poster/PosterList.vue
View file @
edb8b901
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
</
template
>
</
template
>
<
template
slot=
"picture"
slot-scope=
"text"
>
<
template
slot=
"picture"
slot-scope=
"text"
>
<img
style=
"width: 20%"
:src=
"apis + text"
@
click=
"imgClick(text)"
>
<img
style=
"width: 20%"
:src=
"apis + text"
@
click=
"imgClick(text)"
>
</
template
>
</
template
>
<
template
slot=
"enable"
slot-scope=
"text"
>
<
template
slot=
"enable"
slot-scope=
"text"
>
<span
v-if=
"text == 0"
>
不启用
</span>
<span
v-if=
"text == 0"
>
不启用
</span>
<span
v-if=
"text == 1"
>
启用
</span>
<span
v-if=
"text == 1"
>
启用
</span>
...
...
src/views/school-center/louZhang/lzSalary.vue
View file @
edb8b901
...
@@ -5,12 +5,12 @@
...
@@ -5,12 +5,12 @@
<!-- 搜索区域 -->
<!-- 搜索区域 -->
<a-form
layout=
"inline"
>
<a-form
layout=
"inline"
>
<a-row
:gutter=
"24"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"
3
"
:sm=
"6"
>
<a-col
:md=
"
4
"
:sm=
"6"
>
<a-form-item
label=
"姓名"
>
<a-form-item
label=
"姓名"
>
<a-input
placeholder=
"姓名"
v-model=
"queryParam.userName"
style=
"width: 8rem;"
></a-input>
<a-input
placeholder=
"姓名"
v-model=
"queryParam.userName"
style=
"width: 8rem;"
></a-input>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
:md=
"
3
"
:sm=
"6"
>
<a-col
:md=
"
4
"
:sm=
"6"
>
<a-form-item
label=
"县分"
>
<a-form-item
label=
"县分"
>
<a-select
v-model=
"queryParam.substName"
@
change=
"getSchoolNames"
style=
"width: 8rem;"
>
<a-select
v-model=
"queryParam.substName"
@
change=
"getSchoolNames"
style=
"width: 8rem;"
>
<a-select-option
key=
""
>
--全部--
</a-select-option>
<a-select-option
key=
""
>
--全部--
</a-select-option>
...
...
src/views/school-center/louZhang/zjlSalary.vue
View file @
edb8b901
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<!-- 搜索区域 -->
<!-- 搜索区域 -->
<a-form
layout=
"inline"
>
<a-form
layout=
"inline"
>
<a-row
:gutter=
"24"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"
3
"
:sm=
"6"
>
<a-col
:md=
"
4
"
:sm=
"6"
>
<a-form-item
label=
"姓名"
>
<a-form-item
label=
"姓名"
>
<a-input
placeholder=
"姓名"
v-model=
"queryParam.name"
style=
"width: 8rem;"
></a-input>
<a-input
placeholder=
"姓名"
v-model=
"queryParam.name"
style=
"width: 8rem;"
></a-input>
</a-form-item>
</a-form-item>
...
...
src/views/school-center/salesList/salesList.vue
View file @
edb8b901
...
@@ -361,7 +361,6 @@
...
@@ -361,7 +361,6 @@
deleteOrder
(
id
){
deleteOrder
(
id
){
let
params
=
{};
let
params
=
{};
params
.
id
=
id
;
params
.
id
=
id
;
deleteOrder
(
params
).
then
(
res
=>
{
deleteOrder
(
params
).
then
(
res
=>
{
if
(
res
.
state
==
"success"
){
if
(
res
.
state
==
"success"
){
this
.
$message
.
success
(
res
.
data
?
res
.
data
:
'删除成功'
,
5
)
this
.
$message
.
success
(
res
.
data
?
res
.
data
:
'删除成功'
,
5
)
...
...
src/views/school-center/uploadVerify/studentCardVerify.vue
0 → 100644
View file @
edb8b901
This diff is collapsed.
Click to expand it.
src/views/school-center/uploadVerify/studentdwkVerify.vue
0 → 100644
View file @
edb8b901
This diff is collapsed.
Click to expand it.
src/views/school-center/wideband/product.vue
View file @
edb8b901
...
@@ -25,8 +25,7 @@
...
@@ -25,8 +25,7 @@
</div>
</div>
<!--列表-->
<!--列表-->
<s-table
:columns=
"columns"
:data=
"rowdata"
bordered
ref=
"table"
size=
"small"
class=
"flex-filling"
<s-table
:columns=
"columns"
:data=
"rowdata"
bordered
ref=
"table"
size=
"small"
class=
"flex-filling"
:locale=
"emptyText"
>
:locale=
"emptyText"
>
<!--拦截器-->
<!--拦截器-->
<template
slot=
"productLastUpdateTime"
slot-scope=
"text"
>
<template
slot=
"productLastUpdateTime"
slot-scope=
"text"
>
{{
text
|
dayjs
}}
{{
text
|
dayjs
}}
...
@@ -237,7 +236,8 @@
...
@@ -237,7 +236,8 @@
title
:
'操作'
,
title
:
'操作'
,
scopedSlots
:
{
customRender
:
'operation'
},
scopedSlots
:
{
customRender
:
'operation'
},
fixed
:
"right"
fixed
:
"right"
}]
}
]
,
,
rowdata
:
parameter
=>
{
rowdata
:
parameter
=>
{
let
params
=
{
let
params
=
{
...
...
彭祥礼
@pengxiangli
mentioned in commit
15d8446d
May 28, 2020
mentioned in commit
15d8446d
mentioned in commit 15d8446deebf2ca8de0be5c87f9aee2425b9e314
Toggle commit list
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