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
b3144de6
Commit
b3144de6
authored
Nov 01, 2021
by
路洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modif
parent
5ca736fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
addProduc.vue
src/pages/Activity/releaseProduc/components/addProduc.vue
+1
-1
index.vue
src/pages/Groupmeal/newOrderManagement/index.vue
+12
-4
No files found.
src/pages/Activity/releaseProduc/components/addProduc.vue
View file @
b3144de6
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
</el-upload>
</el-upload>
</el-form-item>
</el-form-item>
<el-form-item
label=
"商品标题:"
prop=
"goods_name"
style=
"width: 90%"
:rules=
"[{ required: true, message: '请输入商品标题' }]"
>
<el-form-item
label=
"商品标题:"
prop=
"goods_name"
style=
"width: 90%"
:rules=
"[{ required: true, message: '请输入商品标题' }]"
>
<el-input
v-model=
"commodityForm.goods_name"
maxlength=
"
3
0"
></el-input>
<el-input
v-model=
"commodityForm.goods_name"
maxlength=
"
5
0"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"售价:"
prop=
"price"
:rules=
"[{ required: true, message: '请输入售价' }]"
>
<el-form-item
label=
"售价:"
prop=
"price"
:rules=
"[{ required: true, message: '请输入售价' }]"
>
<el-input-number
<el-input-number
...
...
src/pages/Groupmeal/newOrderManagement/index.vue
View file @
b3144de6
...
@@ -135,6 +135,7 @@
...
@@ -135,6 +135,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"discount_fee"
label=
"优惠金额"
></el-table-column>
<el-table-column
prop=
"discount_fee"
label=
"优惠金额"
></el-table-column>
<el-table-column
prop=
"order_channel"
label=
"支付渠道"
></el-table-column>
<el-table-column
prop=
"refund_apply_time"
label=
"申请退款时间"
></el-table-column>
<el-table-column
prop=
"refund_apply_time"
label=
"申请退款时间"
></el-table-column>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"100"
>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"100"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
...
@@ -203,6 +204,7 @@
...
@@ -203,6 +204,7 @@
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
prop
=
"discount_fee"
label
=
"优惠金额"
><
/el-table-column
>
<
el
-
table
-
column
prop
=
"discount_fee"
label
=
"优惠金额"
><
/el-table-column
>
<
el
-
table
-
column
prop
=
"order_channel"
label
=
"支付渠道"
><
/el-table-column
>
<
el
-
table
-
column
prop
=
"refund_apply_time"
label
=
"申请退款时间"
><
/el-table-column
>
<
el
-
table
-
column
prop
=
"refund_apply_time"
label
=
"申请退款时间"
><
/el-table-column
>
<
el
-
table
-
column
fixed
=
"right"
label
=
"操作"
width
=
"100"
>
<
el
-
table
-
column
fixed
=
"right"
label
=
"操作"
width
=
"100"
>
<
template
#
default
=
"scope"
>
<
template
#
default
=
"scope"
>
...
@@ -236,9 +238,15 @@
...
@@ -236,9 +238,15 @@
<
el
-
dialog
title
=
"导出订单"
width
=
"45%"
top
=
"10%"
v
-
model
=
"exportShow"
>
<
el
-
dialog
title
=
"导出订单"
width
=
"45%"
top
=
"10%"
v
-
model
=
"exportShow"
>
<
el
-
form
-
item
class
=
"exportForm"
label
>
<
el
-
form
-
item
class
=
"exportForm"
label
>
<
div
style
=
"margin-bottom: 15px"
>
请选择导出活动
{{
exportType
}}
的表格类型
<
/div
>
<
div
style
=
"margin-bottom: 15px"
>
请选择导出活动
{{
exportType
}}
的表格类型
<
/div
>
<
a
:
href
=
"exportURL1"
style
=
"margin-right: 10px"
><
el
-
button
type
=
"primary"
@
click
=
"exportShow = false"
>
总表
<
/el-button></
a
>
<
a
:
href
=
"exportURL1"
style
=
"margin-right: 10px"
>
<
a
:
href
=
"exportURL2"
style
=
"margin-right: 10px"
><
el
-
button
type
=
"primary"
@
click
=
"exportShow = false"
>
商品表
<
/el-button></
a
>
<
el
-
button
type
=
"primary"
@
click
=
"exportShow = false"
>
总表
<
/el-button
>
<
a
:
href
=
"exportURL3"
><
el
-
button
type
=
"primary"
@
click
=
"exportShow = false"
>
配送表
<
/el-button></
a
>
<
/a
>
<
a
:
href
=
"exportURL2"
style
=
"margin-right: 10px"
>
<
el
-
button
type
=
"primary"
@
click
=
"exportShow = false"
>
商品表
<
/el-button
>
<
/a
>
<
a
:
href
=
"exportURL3"
>
<
el
-
button
type
=
"primary"
@
click
=
"exportShow = false"
>
配送表
<
/el-button
>
<
/a
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-dialog
>
<
/el-dialog
>
<!--
退款弹窗
-->
<!--
退款弹窗
-->
...
@@ -257,7 +265,7 @@
...
@@ -257,7 +265,7 @@
v
-
model
=
"item.restoreInventory"
v
-
model
=
"item.restoreInventory"
label
=
"恢复库存"
label
=
"恢复库存"
name
=
"type"
name
=
"type"
><
/el-checkbox>
--
>
><
/el-checkbox>
--
>
<
/el-row
>
<
/el-row
>
<
/div
>
<
/div
>
<
template
#
footer
>
<
template
#
footer
>
...
...
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