Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
e712f302
Commit
e712f302
authored
Nov 04, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2ac85cb5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
218 additions
and
151 deletions
+218
-151
afterOrderDetail.vue
pages/MallMange/afterOrderDetail.vue
+207
-129
orderItem.vue
pages/MallMange/components/orderItem.vue
+4
-1
saleAfterOrderItem.vue
pages/MallMange/components/saleAfterOrderItem.vue
+1
-1
order.vue
pages/MallMange/order.vue
+6
-16
orderDetail.vue
pages/MallMange/orderDetail.vue
+0
-4
No files found.
pages/MallMange/afterOrderDetail.vue
View file @
e712f302
This diff is collapsed.
Click to expand it.
pages/MallMange/components/orderItem.vue
View file @
e712f302
...
...
@@ -53,7 +53,7 @@
<text>
(含运费¥
{{
data
.
FreightMoney
.
toFixed
(
2
)
}}
)
</text>
</view>
<view
class=
"btnBox"
>
<button
class=
"btn"
@
click=
"
modal = true
"
>
备注
</button>
<button
class=
"btn"
@
click=
"
showRemark
"
>
备注
</button>
<button
class=
"btn"
v-if=
"data.OrderStatus === 1"
@
click=
"Offpayment"
>
线下付款
</button>
...
...
@@ -177,6 +177,9 @@ export default {
.
toString
();
return
str
;
},
showRemark
(){
this
.
modal
=
true
;
},
// 修改备注
setOrderInfo
()
{
this
.
modal
=
false
;
...
...
pages/MallMange/components/saleAfterOrderItem.vue
View file @
e712f302
...
...
@@ -248,7 +248,7 @@ export default {
let
that
=
this
;
uni
.
showModal
({
title
:
"提示"
,
content
:
"
是否
拒绝?"
,
content
:
"
确认
拒绝?"
,
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
that
.
requestAdmin
(
...
...
pages/MallMange/order.vue
View file @
e712f302
...
...
@@ -17,7 +17,7 @@
</view>
</view>
<view
class=
"searchBox flex-between"
>
<view
class=
"search flex-center"
>
<view
class=
"search flex-center"
@
click=
"jumpSearch"
>
<u-icon
name=
"search"
></u-icon>
<view>
搜索
</view>
</view>
...
...
@@ -271,21 +271,6 @@ export default {
day
,
valueS
:
[
9999
,
month
-
1
,
day
-
1
],
valueE
:
[
9999
,
month
-
1
,
day
-
1
],
list
:
[
{
name
:
"全部"
,
},
{
name
:
"待收货"
,
},
{
name
:
"待付款"
,
},
{
name
:
"待评价"
,
count
:
5
,
},
],
currentTab
:
0
,
page_count
:
1
,
msg
:
{
...
...
@@ -339,6 +324,11 @@ export default {
};
},
methods
:
{
jumpSearch
(){
uni
.
navigateTo
({
url
:
'/pages/MallMange/orderSearch'
});
},
goOrderSearch
(){
uni
.
navigateTo
({
url
:
'/pages/MallMange/orderSearch?orderType='
+
this
.
orderType
...
...
pages/MallMange/orderDetail.vue
View file @
e712f302
...
...
@@ -219,9 +219,6 @@
</view>
</view>
</view>
<view
style=
"padding: 12px"
v-if=
"recommend.length > 0"
>
<goodlist
:list=
"recommend"
></goodlist>
</view>
<view
class=
"btn-box"
>
<view
class=
"item"
>
<u-button
...
...
@@ -334,7 +331,6 @@ export default {
padding
:
"0 30rpx"
,
},
scrollTop
:
0
,
recommend
:
[],
prevPage
:
""
,
themCustomStyle
:
{
marginLeft
:
"20px"
,
...
...
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