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
02dadd7b
Commit
02dadd7b
authored
Aug 17, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
164e1c94
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
57 additions
and
17 deletions
+57
-17
liveManage.vue
src/components/StoreDesign/liveManage.vue
+1
-1
mallIndex.vue
src/components/mallIndex.vue
+0
-2
pintuanActive.vue
src/components/pintuan/pintuanActive.vue
+8
-2
distributePrice.vue
src/components/pintuan/pintuanPlugin/distributePrice.vue
+48
-11
cutomerStatistics.vue
src/components/statistics/cutomerStatistics.vue
+0
-1
No files found.
src/components/StoreDesign/liveManage.vue
View file @
02dadd7b
...
...
@@ -151,7 +151,7 @@ import ChooseImg from "@/components/global/ChooseImg.vue";
this
.
getIntegraStatisticslList
();
},
imgupload
(
row
){
console
.
log
(
row
)
this
.
imgMsg
.
ID
=
row
.
HouseImgID
;
this
.
imgMsg
.
roomid
=
row
.
roomid
;
this
.
changeState
=
true
;
...
...
src/components/mallIndex.vue
View file @
02dadd7b
...
...
@@ -671,8 +671,6 @@
var
orderIncome
=
[];
//支付金额
var
userArray
=
[];
//支付人数
var
goodArray
=
[];
//商品件数
console
.
log
(
this
.
salesData
,
'this.salesData'
);
console
.
log
(
this
.
activeSell
,
'activeSell'
);
//今日
var
now
=
new
Date
();
var
year
=
now
.
getFullYear
();
//年
...
...
src/components/pintuan/pintuanActive.vue
View file @
02dadd7b
...
...
@@ -682,7 +682,7 @@
this
.
addMsg
.
IsCustomSpecification
=
1
;
}
this
.
apipost
(
"/api/GroupBuy/SetGroupbuyActivity"
,
this
.
addMsg
,
res
=>
{
console
.
log
(
"
res
"
,
res
.
data
);
console
.
log
(
"
SetGroupbuyActivity
"
,
res
.
data
);
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
CommonJump
(
"pintuanList"
,
{});
this
.
Success
(
res
.
data
.
message
);
...
...
@@ -814,7 +814,13 @@
if
(
disCommissionArray
&&
disCommissionArray
.
length
>
0
)
{
disCommissionArray
.
forEach
(
subItem
=>
{
if
(
item
.
People_Num
==
subItem
.
People_Num
)
{
item
.
DistributioncommissionList
=
subItem
.
DistributioncommissionList
;
if
(
this
.
addMsg
.
SeparateDistributionType
==
1
)
{
item
.
DistributioncommissionList
=
subItem
.
DistributioncommissionList
;
item
.
DistributionCommissionTreeList
=
[];
}
else
{
item
.
DistributioncommissionList
=
[];
item
.
DistributionCommissionTreeList
=
subItem
.
DistributioncommissionList
}
}
})
}
...
...
src/components/pintuan/pintuanPlugin/distributePrice.vue
View file @
02dadd7b
...
...
@@ -19,8 +19,8 @@
<el-radio
v-model=
"addMsg.SeparateDistributionType"
:label=
"2"
@
change=
"checkedChange"
>
详细设置
</el-radio>
</el-form-item>
<el-form-item
label=
"分销佣金类型"
size=
"small"
>
<el-radio
v-model=
"addMsg.SeparateDistributionMoneyType"
:label=
"2"
>
固定金额
</el-radio>
<el-radio
v-model=
"addMsg.SeparateDistributionMoneyType"
:label=
"1"
>
百分比
</el-radio>
<el-radio
v-model=
"addMsg.SeparateDistributionMoneyType"
:label=
"2"
>
固定金额
</el-radio>
<el-radio
v-model=
"addMsg.SeparateDistributionMoneyType"
:label=
"1"
>
百分比
</el-radio>
</el-form-item>
<!--普通设置-->
<el-form-item
v-if=
"addMsg.SeparateDistributionType==1"
>
...
...
@@ -90,7 +90,8 @@
<!--详细设置-->
<el-form-item
v-else
>
<div
class=
"pintuan-share"
>
<el-card
v-for=
"(rootItem,rootIndex) in DistributioncommissionList"
:key=
"rootIndex+500"
style=
"margin-bottom:20px;"
>
<el-card
v-for=
"(rootItem,rootIndex) in DistributioncommissionList"
:key=
"rootIndex+500"
style=
"margin-bottom:20px;"
>
<div
slot=
"header"
class=
"clearfix"
>
<div
class=
"box"
>
<div
style=
"display:inline-block;"
>
...
...
@@ -129,21 +130,24 @@
<el-table-column
width=
"100"
v-if=
"butorTier > 0"
label=
"一级分销"
>
<template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.GradeCommissionList"
>
<el-input
v-model=
"scope.row.GradeCommissionList[index3].OneCommission"
size=
"small"
></el-input>
<el-input
v-model=
"scope.row.GradeCommissionList[index3].OneCommission"
size=
"small"
>
</el-input>
</
template
>
</template>
</el-table-column>
<el-table-column
width=
"100"
v-if=
"butorTier > 1"
label=
"二级分销"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.GradeCommissionList"
>
<el-input
v-model=
"scope.row.GradeCommissionList[index3].TwoCommission"
size=
"small"
></el-input>
<el-input
v-model=
"scope.row.GradeCommissionList[index3].TwoCommission"
size=
"small"
>
</el-input>
</
template
>
</template>
</el-table-column>
<el-table-column
width=
"100"
v-if=
"butorTier > 2"
label=
"三级分销"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.GradeCommissionList"
>
<el-input
v-model=
"scope.row.GradeCommissionList[index3].ThreeCommission"
size=
"small"
></el-input>
<el-input
v-model=
"scope.row.GradeCommissionList[index3].ThreeCommission"
size=
"small"
>
</el-input>
</
template
>
</template>
</el-table-column>
...
...
@@ -177,9 +181,38 @@
},
watch
:
{
'SpecificationPriceList'
:
{
immediate
:
true
,
handler
:
function
(
val
,
oldval
)
{
console
.
log
(
"val"
,
this
.
SpecificationPriceList
);
if
(
val
!=
oldval
)
{
this
.
checkedChange
()
this
.
DistributioncommissionList
=
[];
if
(
this
.
SpecificationPriceList
&&
this
.
SpecificationPriceList
.
length
>
0
)
{
if
(
this
.
SpecificationPriceList
[
0
].
DistributioncommissionList
&&
this
.
SpecificationPriceList
[
0
]
.
DistributioncommissionList
.
length
>
0
)
{
this
.
SpecificationPriceList
.
forEach
(
item
=>
{
var
obj
=
{
People_Num
:
item
.
People_Num
,
DistributioncommissionList
:
item
.
DistributioncommissionList
,
};
this
.
DistributioncommissionList
.
push
(
obj
);
})
this
.
$forceUpdate
();
}
else
if
(
this
.
SpecificationPriceList
[
0
].
DistributionCommissionTreeList
&&
this
.
SpecificationPriceList
[
0
].
DistributionCommissionTreeList
.
length
>
0
)
{
this
.
SpecificationPriceList
.
forEach
(
item
=>
{
var
obj
=
{
People_Num
:
item
.
People_Num
,
DistributionCommissionTreeList
:
item
.
DistributionCommissionTreeList
,
};
this
.
DistributioncommissionList
.
push
(
obj
);
})
this
.
$forceUpdate
();
}
else
{
this
.
checkedChange
();
}
}
else
{
this
.
checkedChange
();
}
}
}
},
...
...
@@ -189,6 +222,9 @@
},
deep
:
true
},
},
created
()
{
},
methods
:
{
//切换显示
...
...
@@ -220,13 +256,14 @@
SpecificationSort
:
tempObj
.
SpecificationSort
,
GradeCommissionList
:
[],
};
this
.
tempGeneralArray
.
forEach
(
childItem
=>
{
commissionObj
.
GradeCommissionList
.
push
(
{
DistributorGrade
:
childItem
.
Id
,
this
.
tempGeneralArray
.
forEach
(
(
childItem
,
childIndex
)
=>
{
var
tempObj
=
{
DistributorGrade
:
childItem
.
DistributorGrade
,
OneCommission
:
0
,
TwoCommission
:
0
,
ThreeCommission
:
0
,
});
}
commissionObj
.
GradeCommissionList
.
push
(
tempObj
);
});
obj
.
DistributioncommissionList
.
push
(
commissionObj
);
});
...
...
src/components/statistics/cutomerStatistics.vue
View file @
02dadd7b
...
...
@@ -168,7 +168,6 @@
this
.
loading
=
true
;
this
.
apipost
(
"/api/Tenant/MallDistributorDayStatistics"
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
console
.
log
(
res
,
'列表数据'
);
if
(
res
.
data
.
resultCode
==
1
){
this
.
tableData
=
res
.
data
.
data
;
}
else
{
...
...
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