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
28534337
Commit
28534337
authored
Mar 24, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移动订单msg
parent
a97cee83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
src/views/school-center/order/order.vue
+8
-4
src/views/school-center/order/salesList.vue
+1
-0
No files found.
src/views/school-center/order/order.vue
View file @
28534337
...
...
@@ -299,7 +299,7 @@
</a-col>
<a-col
:span=
"6"
>
<a-form-item
label=
"错误原因:"
>
<p>
{{ orderInfo.
checkFail
}}
</p>
<p>
{{ orderInfo.
msg
}}
</p>
</a-form-item>
</a-col>
</a-row>
...
...
@@ -707,7 +707,7 @@
</a-col>
<a-col
:span=
"6"
>
<a-form-item
label=
"错误原因:"
>
<p>
{{ orderInfo.
checkFail
}}
</p>
<p>
{{ orderInfo.
msg
}}
</p>
</a-form-item>
</a-col>
</a-row>
...
...
@@ -1301,6 +1301,7 @@
return
false
;
}
this
.
$message
.
success
(
"上传成功!"
+
response
.
data
,
5
);
this
.
search
();
this
.
modifyvisible
=
false
;
},
createfunctionCancel
()
{
...
...
@@ -1386,12 +1387,14 @@
orderStatus
:
""
,
userType
:
""
,
sendType
:
""
,
businessIccid
:
""
businessIccid
:
""
,
msg
:
""
,
};
this
.
visible
=
false
;
this
.
edit
=
false
;
},
showDrawer
(
data
,
type
)
{
console
.
log
(
data
);
this
.
certificatePhoto
.
push
(
this
.
apis
+
(
data
.
idCardz
!=
null
?
data
.
idCardz
.
replace
(
"manager"
,
"app"
)
:
""
));
this
.
certificatePhoto
.
push
(
this
.
apis
+
(
data
.
idCardf
!=
null
?
data
.
idCardf
.
replace
(
"manager"
,
"app"
)
:
""
));
this
.
certificatePhoto
.
push
(
this
.
apis
+
(
data
.
idCardzs
!=
null
?
data
.
idCardzs
.
replace
(
"manager"
,
"app"
)
:
""
));
...
...
@@ -1448,7 +1451,8 @@
orderStatus
:
data
.
orderStatus
,
userType
:
data
.
userType
,
sendType
:
data
.
sendType
,
businessIccid
:
data
.
businessIccid
businessIccid
:
data
.
businessIccid
,
msg
:
data
.
msg
,
};
this
.
selectOrderHis
(
data
.
id
);
if
(
type
==
1
){
...
...
src/views/school-center/order/salesList.vue
View file @
28534337
...
...
@@ -60,6 +60,7 @@
<a-select-option
key=
"2"
>
系统审核不通过
</a-select-option>
<a-select-option
key=
"3"
>
充值审核通过
</a-select-option>
<a-select-option
key=
"4"
>
充值审核不通过
</a-select-option>
<a-select-option
key=
"5"
>
审核通过
</a-select-option>
</a-select>
</a-form-item>
</a-col>
...
...
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