Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
08cdc83a
Commit
08cdc83a
authored
Aug 11, 2021
by
v-yuchenglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:图片保存问题,订单管理退款显示
parent
3add37c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
addProduc.vue
src/pages/Activity/releaseProduc/components/addProduc.vue
+7
-2
index.vue
src/pages/Groupmeal/newOrderManagement/index.vue
+3
-1
No files found.
src/pages/Activity/releaseProduc/components/addProduc.vue
View file @
08cdc83a
...
...
@@ -414,10 +414,15 @@ export default {
// 编辑商品详情
async
editGoodsMet
(
goodsSkuID
)
{
let
pic
=
this
.
picUrlList
[
0
].
url
;
let
pic
;
if
(
this
.
picUrlList
.
length
!=
0
){
pic
=
this
.
getUrlParms
(
this
.
picUrlList
[
0
].
url
,
"url"
)
}
else
{
pic
=
this
.
picUploadList
[
0
];
}
const
res
=
await
editGoods
({
goods_name
:
this
.
commodityForm
.
goods_name
,
desc_pic_url
:
this
.
getUrlParms
(
pic
,
"url"
)
,
desc_pic_url
:
pic
,
desc
:
""
,
inventory_add
:
this
.
commodityForm
.
inventory_total
,
original_price
:
this
.
commodityForm
.
original_price
,
...
...
src/pages/Groupmeal/newOrderManagement/index.vue
View file @
08cdc83a
...
...
@@ -158,7 +158,8 @@
v-show=
"
scope.row.order_status == '2' ||
scope.row.order_status == '6' ||
scope.row.order_status == '8'
scope.row.order_status == '8' &&
scope.row.payment !== 0
"
>
退款
</el-button
>
...
...
@@ -170,6 +171,7 @@
>
拒绝
</el-button
>
</el-button-group>
<!--
{{
scope
.
row
.
payment
}}
-->
</
template
>
</el-table-column>
</el-table>
...
...
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