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
be37586f
Commit
be37586f
authored
Jan 06, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改身份证权限+设置异常单
parent
3239c60a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
src/views/school-center/order/order.vue
+13
-7
No files found.
src/views/school-center/order/order.vue
View file @
be37586f
...
@@ -151,10 +151,10 @@
...
@@ -151,10 +151,10 @@
<
template
slot=
"operation"
slot-scope=
"text, record"
>
<
template
slot=
"operation"
slot-scope=
"text, record"
>
<span>
<span>
<a
@
click=
"showDrawer(record,'1')"
>
查看
</a>
<a
@
click=
"showDrawer(record,'1')"
>
查看
</a>
<a-divider
type=
"vertical"
/>
<a-divider
type=
"vertical"
v-if=
"isAbnormal"
/>
<a
@
click=
"abnormal(record.id)"
>
设为异常单
</a>
<a
@
click=
"abnormal(record.id)"
v-if=
"isAbnormal"
>
设为异常单
</a>
<a-divider
v-if=
"record.orderStatus === '待审核'
"
type=
"vertical"
/>
<a-divider
v-if=
"record.orderStatus === '待审核'"
type=
"vertical"
/>
<a
v-show=
"record.orderStatus === '待审核'"
@
click=
"reviewStudentIdCard(record)"
>
审核学生证
</a>
<a
v-show=
"record.orderStatus === '待审核'"
@
click=
"reviewStudentIdCard(record)"
>
审核学生证
</a>
<a-divider
type=
"vertical"
/>
<a-divider
type=
"vertical"
/>
...
@@ -531,7 +531,8 @@
...
@@ -531,7 +531,8 @@
</a-col>
</a-col>
<a-col
:span=
"6"
>
<a-col
:span=
"6"
>
<a-form-item
label=
"身份证号:"
>
<a-form-item
label=
"身份证号:"
>
<a-input
placeholder=
"身份证号"
v-text=
"orderInfo.idCard"
v-model=
"orderInfo.idCard"
></a-input>
<p
v-if=
"isEdit === false"
>
{{ orderInfo.idCard }}
</p>
<a-input
v-if=
"isEdit === true"
placeholder=
"身份证号"
v-text=
"orderInfo.idCard"
v-model=
"orderInfo.idCard"
></a-input>
</a-form-item>
</a-form-item>
</a-col>
</a-col>
</a-row>
</a-row>
...
@@ -722,6 +723,8 @@
...
@@ -722,6 +723,8 @@
importUrl
:
""
,
importUrl
:
""
,
importTile
:
""
,
importTile
:
""
,
modifyvisible
:
false
,
modifyvisible
:
false
,
isAbnormal
:
false
,
isEdit
:
false
,
setAbnormal
:
false
,
setAbnormal
:
false
,
setAbnormalStr
:
{
setAbnormalStr
:
{
orderId
:
""
,
orderId
:
""
,
...
@@ -802,8 +805,11 @@
...
@@ -802,8 +805,11 @@
let
obj
=
cloneObject
(
this
.
queryParam
);
let
obj
=
cloneObject
(
this
.
queryParam
);
//表示
//表示
return
orderList
(
Object
.
assign
(
params
,
obj
)).
then
(
res
=>
{
return
orderList
(
Object
.
assign
(
params
,
obj
)).
then
(
res
=>
{
console
.
log
(
res
);
this
.
isAbnormal
=
res
.
isAbnormal
;
this
.
isEdit
=
res
.
isEdit
;
let
data
=
{};
let
data
=
{};
if
(
res
.
state
!==
"success"
)
{
if
(
res
.
page
.
state
!==
"success"
)
{
this
.
$message
.
error
(
"查询失败!"
,
5
);
this
.
$message
.
error
(
"查询失败!"
,
5
);
this
.
emptyText
.
emptyText
=
'查询失败!'
this
.
emptyText
.
emptyText
=
'查询失败!'
data
=
{
data
=
{
...
@@ -814,10 +820,10 @@
...
@@ -814,10 +820,10 @@
};
};
}
else
{
}
else
{
data
=
{
data
=
{
data
:
res
.
data
.
records
,
data
:
res
.
page
.
data
.
records
,
pageSize
:
parameter
.
pageSize
,
pageSize
:
parameter
.
pageSize
,
pageNo
:
parameter
.
pageNo
,
pageNo
:
parameter
.
pageNo
,
totalCount
:
res
.
data
.
total
totalCount
:
res
.
page
.
data
.
total
};
};
}
}
return
data
;
return
data
;
...
...
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