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
15d8446d
Commit
15d8446d
authored
May 28, 2020
by
彭祥礼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "学生不限量证件和大王卡证件稽核"
This reverts commit
edb8b901
parent
9414254a
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
34 deletions
+7
-34
src/api/school-center/studentCardVerifyAPI.js
+0
-14
src/api/school-center/studentdwkVerifyKpiAPI.js
+0
-14
src/assets/img/student_card/previewAvatar.jpg
+0
-0
src/views/poster/PosterList.vue
+0
-0
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
+1
-0
src/views/school-center/wideband/product.vue
+3
-3
No files found.
src/api/school-center/studentCardVerifyAPI.js
deleted
100644 → 0
View file @
9414254a
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
deleted
100644 → 0
View file @
9414254a
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
deleted
100644 → 0
View file @
9414254a
4.11 KB
src/views/poster/PosterList.vue
View file @
15d8446d
src/views/school-center/louZhang/lzSalary.vue
View file @
15d8446d
...
...
@@ -5,12 +5,12 @@
<!-- 搜索区域 -->
<a-form
layout=
"inline"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"
4
"
:sm=
"6"
>
<a-col
:md=
"
3
"
:sm=
"6"
>
<a-form-item
label=
"姓名"
>
<a-input
placeholder=
"姓名"
v-model=
"queryParam.userName"
style=
"width: 8rem;"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"
4
"
:sm=
"6"
>
<a-col
:md=
"
3
"
:sm=
"6"
>
<a-form-item
label=
"县分"
>
<a-select
v-model=
"queryParam.substName"
@
change=
"getSchoolNames"
style=
"width: 8rem;"
>
<a-select-option
key=
""
>
--全部--
</a-select-option>
...
...
src/views/school-center/louZhang/zjlSalary.vue
View file @
15d8446d
...
...
@@ -5,7 +5,7 @@
<!-- 搜索区域 -->
<a-form
layout=
"inline"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"
4
"
:sm=
"6"
>
<a-col
:md=
"
3
"
:sm=
"6"
>
<a-form-item
label=
"姓名"
>
<a-input
placeholder=
"姓名"
v-model=
"queryParam.name"
style=
"width: 8rem;"
></a-input>
</a-form-item>
...
...
src/views/school-center/salesList/salesList.vue
View file @
15d8446d
...
...
@@ -361,6 +361,7 @@
deleteOrder
(
id
){
let
params
=
{};
params
.
id
=
id
;
deleteOrder
(
params
).
then
(
res
=>
{
if
(
res
.
state
==
"success"
){
this
.
$message
.
success
(
res
.
data
?
res
.
data
:
'删除成功'
,
5
)
...
...
src/views/school-center/wideband/product.vue
View file @
15d8446d
...
...
@@ -25,7 +25,8 @@
</div>
<!--列表-->
<s-table
:columns=
"columns"
:data=
"rowdata"
bordered
ref=
"table"
size=
"small"
class=
"flex-filling"
:locale=
"emptyText"
>
<s-table
:columns=
"columns"
:data=
"rowdata"
bordered
ref=
"table"
size=
"small"
class=
"flex-filling"
:locale=
"emptyText"
>
<!--拦截器-->
<template
slot=
"productLastUpdateTime"
slot-scope=
"text"
>
{{
text
|
dayjs
}}
...
...
@@ -236,8 +237,7 @@
title
:
'操作'
,
scopedSlots
:
{
customRender
:
'operation'
},
fixed
:
"right"
}
]
}]
,
rowdata
:
parameter
=>
{
let
params
=
{
...
...
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