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
3c23bc05
Commit
3c23bc05
authored
Feb 27, 2021
by
罗承锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改流程扭转
parent
e2780927
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/school-center/order/order.vue
+3
-3
No files found.
src/views/school-center/order/order.vue
View file @
3c23bc05
...
@@ -303,8 +303,8 @@
...
@@ -303,8 +303,8 @@
</div>
</div>
<div>
<div>
<a-button
v-show=
"orderInfo.orderStatus == '待配送'"
@
click=
"openKD"
type=
"primary"
>
填写快递单号
</a-button>
<a-button
v-show=
"orderInfo.orderStatus == '待配送'"
@
click=
"openKD"
type=
"primary"
>
填写快递单号
</a-button>
<a-button
v-show=
"orderInfo.
sendType == null || orderInfo.sendType == ''
"
@
click=
"openConfigSendType()"
type=
"primary"
>
配送方式
</a-button>
<a-button
v-show=
"orderInfo.
orderStatus == '待处理' && (orderInfo.sendType == null || orderInfo.sendType == '')
"
@
click=
"openConfigSendType()"
type=
"primary"
>
配送方式
</a-button>
<a-button
v-show=
"
(orderInfo.sendType != null && orderInfo.sendType != '') && (orderInfo.businessIccid == null || orderInfo.businessIccid == '')
"
@
click=
"openConfigIccidFun"
type=
"primary"
>
配置iccid
</a-button>
<a-button
v-show=
"
orderInfo.orderStatus == '待选号'
"
@
click=
"openConfigIccidFun"
type=
"primary"
>
配置iccid
</a-button>
<a-button
@
click=
"showReview()"
type=
"primary"
>
审核学生证
</a-button>
<a-button
@
click=
"showReview()"
type=
"primary"
>
审核学生证
</a-button>
<a-button
v-show=
"orderInfo.userType == '1' && orderInfo.orderStatus == '待受理'"
@
click=
"showUpgrade"
type=
"primary"
>
存量升级受理
</a-button>
<a-button
v-show=
"orderInfo.userType == '1' && orderInfo.orderStatus == '待受理'"
@
click=
"showUpgrade"
type=
"primary"
>
存量升级受理
</a-button>
</div>
</div>
...
@@ -980,7 +980,7 @@
...
@@ -980,7 +980,7 @@
}
else
{
}
else
{
this
.
$notification
.
error
({
this
.
$notification
.
error
({
message
:
"更新失败!"
,
message
:
"更新失败!"
,
description
:
""
,
description
:
res
.
msg
,
duration
:
4
duration
:
4
});
});
}
}
...
...
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