Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
c497f09c
Commit
c497f09c
authored
Jun 17, 2020
by
zhangjianguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
dfc05333
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1272 additions
and
1234 deletions
+1272
-1234
goodsList.vue
src/components/CommodityMan/goodsList.vue
+44
-32
goodsListEdit.vue
src/components/CommodityMan/goodsListEdit.vue
+1205
-1184
distributionOrder.vue
src/components/UserMan/distributionOrder.vue
+18
-17
orderList.vue
src/components/orderMan/orderList.vue
+5
-1
No files found.
src/components/CommodityMan/goodsList.vue
View file @
c497f09c
...
...
@@ -149,11 +149,23 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"SalesNum"
width=
"105"
width=
"120"
sortable
label=
"已出售量"
>
>
<
template
slot=
"header"
slot-scope=
"scope"
>
已出售量
<el-tooltip
effect=
"dark"
content=
"已出售量=实际销量+虚拟销量,按实际销量排序"
placement=
"top"
>
<i
class=
"el-icon-info"
></i>
</el-tooltip>
</
template
>
<
template
slot-scope=
"scope"
>
<span
>
{{
scope
.
row
.
SalesNum
}}
+
{{
scope
.
row
.
GoodsBuyNum
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"UpdateDate"
width=
"110"
...
...
src/components/CommodityMan/goodsListEdit.vue
View file @
c497f09c
This diff is collapsed.
Click to expand it.
src/components/UserMan/distributionOrder.vue
View file @
c497f09c
...
...
@@ -149,7 +149,8 @@
</div>
</div>
<div
flex=
"main:center cross:center"
class=
"app-box-info"
style=
"width: 10%;border-right: 1px solid #EBEEF5;"
>
<div>
待结算
</div>
<div
v-if=
"item.IsOrderCommission==1"
>
已结算
</div>
<div
v-if=
"item.IsOrderCommission==2"
>
待结算
</div>
</div>
<div
flex=
"main:center cross:center"
class=
"app-order-info"
style=
"border-right: 0px; width: 20%;"
>
<div
style=
"margin:0 auto;width:90%;margin-left:17%"
>
...
...
@@ -158,8 +159,8 @@
<span>
{{
list
.
GradeDescription
}}
</span>
<span
class=
"price"
>
¥
{{
list
.
Commission
}}
</span>
</div>
<div>
昵称:
{{
list
.
Name
}}
</div>
<div>
姓名:
{{
list
.
User
Name
}}
</div>
<div>
昵称:
{{
list
.
User
Name
}}
</div>
<div>
姓名:
{{
list
.
Name
}}
</div>
<div>
手机:
{{
list
.
Mobile
}}
</div>
</div>
</div>
...
...
src/components/orderMan/orderList.vue
View file @
c497f09c
...
...
@@ -289,7 +289,7 @@
</span>
</el-dialog>
<!--待处理-->
<el-dialog
custom-class=
"app-send"
:title=
"pendMgs.Type==1?'同意':'拒绝'"
:visible
.
sync=
"pendD"
width=
"15%"
>
<el-dialog
custom-class=
"app-send"
:title=
"pendMgs.Type==1?'同意':'拒绝'"
:visible
.
sync=
"pendD"
width=
"15%"
class=
"tyi"
>
<el-input
v-if=
"pendMgs.Type==2"
type=
"textarea"
size=
"small"
v-model=
"pendMgs.Remark"
placeholder=
"拒绝理由"
></el-input>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
size=
"small"
@
click=
"pendD = false"
>
取 消
</el-button>
...
...
@@ -1259,7 +1259,11 @@
.hszDigClass
.el-dialog__body
{
padding
:
0
10px
20px
0
;
}
.orderList
.tyi
.el-dialog__body
{
padding
:
0
20px
}
.sendDigClass
.el-dialog__body
{
padding
:
0
10px
10px
0
;
}
...
...
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