Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
small-program-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e2abf7f0
authored
Jul 18, 2019
by
duanguohui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cpymb
parent
628cdf18
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
src/views/orderList/OrderDetail.vue
+4
-0
src/views/orderList/OrderList.vue
+13
-0
No files found.
src/views/orderList/OrderDetail.vue
View file @
e2abf7f0
...
@@ -117,6 +117,10 @@
...
@@ -117,6 +117,10 @@
<el-col
:span=
"3"
class=
"align-right padding-right10"
>
支付方式:
</el-col>
<el-col
:span=
"3"
class=
"align-right padding-right10"
>
支付方式:
</el-col>
<el-col
:span=
"5"
>
{{
orderObg
.
payType
}}
</el-col>
<el-col
:span=
"5"
>
{{
orderObg
.
payType
}}
</el-col>
</el-row>
</el-row>
<el-row
v-if=
"orderObg.type == 'WM'"
>
<el-col
:span=
"3"
class=
"align-right padding-right10"
>
取餐地点:
</el-col>
<el-col
:span=
"20"
>
南楼一楼大厅
</el-col>
</el-row>
<el-row
v-if=
"orderObg.type == 'CS'"
>
<el-row
v-if=
"orderObg.type == 'CS'"
>
<el-col
:span=
"3"
class=
"align-right padding-right10"
>
工号:
</el-col>
<el-col
:span=
"3"
class=
"align-right padding-right10"
>
工号:
</el-col>
<el-col
:span=
"5"
>
{{
orderObg
.
userNo
}}
</el-col>
<el-col
:span=
"5"
>
{{
orderObg
.
userNo
}}
</el-col>
...
...
src/views/orderList/OrderList.vue
View file @
e2abf7f0
...
@@ -274,6 +274,19 @@ export default {
...
@@ -274,6 +274,19 @@ export default {
this
.
getOrderList
()
this
.
getOrderList
()
})
})
},
},
orderFH
(
id
,
e
)
{
e
.
stopPropagation
()
this
.
$axios
({
method
:
'post'
,
url
:
'/pc/trade/update/fh'
,
data
:
{
id
:
id
,
userName
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'userInfo'
)).
data
.
userResponse
.
userName
}
}).
then
((
res
)
=>
{
this
.
getOrderList
()
})
},
orderComplete
(
id
,
e
)
{
// 完成
orderComplete
(
id
,
e
)
{
// 完成
e
.
stopPropagation
()
e
.
stopPropagation
()
this
.
$axios
({
this
.
$axios
({
...
...
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