Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
85cc5129
Commit
85cc5129
authored
Dec 31, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c2eaa66a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
344 additions
and
91 deletions
+344
-91
addSuppliesStockOut-from.vue
src/components/sale/addSuppliesStockOut-from.vue
+1
-1
studyproauditinfo-form.vue
src/components/studyAbroad/studyproauditinfo-form.vue
+191
-65
employment.vue
src/pages/studyAbroad/employment.vue
+152
-25
No files found.
src/components/sale/addSuppliesStockOut-from.vue
View file @
85cc5129
...
...
@@ -399,7 +399,7 @@ import {
haochaimsg
:
{
pageIndex
:
1
,
pageSize
:
10
,
FeeType
:
1
,
FeeType
:
0
,
Name
:
""
,
SuppliesNum
:
""
,
BrandName
:
""
,
...
...
src/components/studyAbroad/studyproauditinfo-form.vue
View file @
85cc5129
This diff is collapsed.
Click to expand it.
src/pages/studyAbroad/employment.vue
View file @
85cc5129
...
...
@@ -58,7 +58,46 @@
<q-td
key=
"SellPrice"
:props=
"props"
>
{{
props
.
row
.
SellPrice
}}
</q-td>
<q-td
key=
"PreferentialList"
style=
"padding-right:0px"
>
<q-td
key=
"B2CRatio"
:props=
"props"
>
{{
props
.
row
.
B2CRatio
}}
%
</q-td>
<q-td
key=
"B2CReNewRatio"
:props=
"props"
>
{{
props
.
row
.
B2CReNewRatio
}}
%
</q-td>
<q-td
key=
"B2BRebateRatio"
:props=
"props"
>
{{
props
.
row
.
B2BRebateRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
'%'
:
''
}}
</q-td>
<q-td
key=
"B2BReNewRatio"
:props=
"props"
>
{{
props
.
row
.
B2BReNewRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
'%'
:
''
}}
</q-td>
<q-td
key=
"SchoolRebateRatio"
:props=
"props"
>
{{
props
.
row
.
SchoolRebateRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
'%'
:
''
}}
</q-td>
<q-td
key=
"SchoolReNewRatio"
:props=
"props"
>
{{
props
.
row
.
SchoolReNewRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
'%'
:
''
}}
</q-td>
<q-td
key=
"TransIntroductceRatio"
:props=
"props"
>
{{
props
.
row
.
TransIntroductceRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
'%'
:
''
}}
</q-td>
<q-td
key=
"TransIntroductceReNewRatio"
:props=
"props"
>
{{
props
.
row
.
TransIntroductceReNewRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
'%'
:
''
}}
</q-td>
<q-td
key=
"InnerRecommendRatio"
:props=
"props"
>
{{
props
.
row
.
InnerRecommendRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
'%'
:
''
}}
</q-td>
<q-td
key=
"InnerRecommendReNewRatio"
:props=
"props"
>
{{
props
.
row
.
InnerRecommendReNewRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
'%'
:
''
}}
</q-td>
<q-td
key=
"B2CRbRatio"
:props=
"props"
>
{{
props
.
row
.
B2CRbRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
'%'
:
''
}}
</q-td>
<q-td
key=
"B2CRNRatio"
:props=
"props"
>
{{
props
.
row
.
B2CRNRatio
}}{{
props
.
row
.
CommissionReType
==
1
?
'%'
:
''
}}
</q-td>
<!--
<q-td
key=
"PreferentialList"
style=
"padding-right:0px"
>
<div
v-for=
"(x,index) in props.row.PreferentialList"
:key=
"index"
>
<div
class=
"border-bottom"
v-if=
"x.PriceDiscountType == 1"
>
买
{{
x
.
BuyNum
}}
送
{{
x
.
SendNum
}}
...
...
@@ -145,7 +184,7 @@
<div
v-if=
"!props.row.EducationCommission || props.row.EducationCommission.length == 0"
>
<div
class=
"remark-font"
>
暂无佣金信息
</div>
</div>
</q-td>
</q-td>
-->
<q-td
key=
"SaleStateName"
>
<
template
v-if=
"props.row.SaleState==1"
>
{{
props
.
row
.
SaleStateName
}}
...
...
@@ -158,13 +197,15 @@
<q-td
key=
"Id"
style=
"width:200px;"
>
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"编辑"
@
click=
"EditStudy(props.row)"
/>
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"价格设置"
@
click=
"EditStudyPrice(props.row)"
/>
<q-btn-dropdown
flat
size=
"xs"
color=
"dark"
label=
"更多"
style=
"margin-left:10px;"
>
<q-list>
<q-item
clickable
v-close-popup
@
click=
"EditStudyPrice(props.row)"
>
<
!-- <
q-item clickable v-close-popup @click="EditStudyPrice(props.row)">
<q-item-section>
<q-item-label>价格设置</q-item-label>
</q-item-section>
</q-item>
</q-item>
-->
<q-item
clickable
v-close-popup
v-if=
"props.row.SaleState==1||props.row.SaleState==4||props.row.SaleState==5"
@
click=
"applyApply(props.row,2)"
>
...
...
@@ -220,7 +261,7 @@
@
success=
"refreshPage"
>
</studyAbroad-form>
<studyAbroadprice-form
v-if=
"isShowStudyPrice"
:save-obj=
"studyObj"
:Type=
"2"
@
close=
"closeStudyForm"
@
success=
"refreshPage"
>
@
success=
"refreshPage
(),isShowStudyPrice=false
"
>
</studyAbroadprice-form>
<studyproauditinfo-form
v-if=
"isShowInfo"
:Id=
"studyObj.Id"
@
close=
"closeStudyForm"
></studyproauditinfo-form>
</div>
...
...
@@ -235,7 +276,8 @@
deleteStudyAbroad
}
from
'../../api/studyabroad/index'
import
studyAbroadForm
from
'../../components/studyAbroad/studyAbroad-form'
import
studyAbroadpriceForm
from
'../../components/studyAbroad/studyAbroadprice-form'
// import studyAbroadpriceForm from '../../components/studyAbroad/studyAbroadprice-form'
import
studyAbroadpriceForm
from
'../../components/studyAbroad/newstudyAbroadprice-form'
import
studyproauditinfoForm
from
'../../components/studyAbroad/studyproauditinfo-form'
import
{
mapState
...
...
@@ -298,48 +340,133 @@
field
:
'SchoolName'
,
align
:
'left'
},
{
name
:
'SuggestPrice'
,
label
:
'建议卖价'
,
field
:
'SuggestPrice'
,
align
:
'left'
,
field
:
row
=>
row
.
SuggestPrice
.
toFixed
(
2
)
},
// {
// name: 'SuggestPrice',
// label: '建议卖价',
// field: 'SuggestPrice',
// align: 'left',
// field: row => row.SuggestPrice.toFixed(2)
// },
{
name
:
'SellPrice'
,
label
:
'实际卖价'
,
field
:
'SellPrice'
,
align
:
'left'
,
field
:
row
=>
row
.
SellPrice
.
toFixed
(
2
)
},
{
name
:
"B2CRatio"
,
required
:
true
,
label
:
"直客优惠"
,
align
:
"left"
,
field
:
(
row
)
=>
row
.
B2CRatio
},
{
name
:
"B2CReNewRatio"
,
required
:
true
,
label
:
"直客优惠续费"
,
align
:
"left"
,
field
:
(
row
)
=>
row
.
B2CReNewRatio
},
{
name
:
"B2BRebateRatio"
,
required
:
true
,
label
:
"一般同行返佣比例"
,
align
:
"left"
,
field
:
(
row
)
=>
row
.
B2BRebateRatio
},
{
name
:
"B2BReNewRatio"
,
required
:
true
,
label
:
"一般同行续费返佣"
,
align
:
"left"
,
field
:
(
row
)
=>
row
.
B2BReNewRatio
},
{
name
:
"SchoolRebateRatio"
,
required
:
true
,
label
:
"校园同行返佣比例"
,
align
:
"left"
,
field
:
(
row
)
=>
row
.
SchoolRebateRatio
},
{
name
:
"SchoolReNewRatio"
,
required
:
true
,
label
:
"校园同行续费返佣"
,
align
:
"left"
,
field
:
(
row
)
=>
row
.
SchoolReNewRatio
},
{
name
:
"TransIntroductceRatio"
,
required
:
true
,
label
:
"转介返佣"
,
align
:
"left"
,
field
:
(
row
)
=>
row
.
TransIntroductceRatio
},
{
name
:
"TransIntroductceReNewRatio"
,
required
:
true
,
label
:
"转介续费返佣"
,
align
:
"left"
,
field
:
(
row
)
=>
row
.
TransIntroductceReNewRatio
},
{
name
:
"
PreferentialList
"
,
name
:
"
InnerRecommendRatio
"
,
required
:
true
,
label
:
"
优惠政策
"
,
label
:
"
内推返佣
"
,
align
:
"left"
,
field
:
row
=>
row
.
PreferentialList
field
:
(
row
)
=>
row
.
InnerRecommendRatio
},
{
name
:
"
PreferentialListSellCommission
"
,
name
:
"
InnerRecommendReNewRatio
"
,
required
:
true
,
label
:
"
销售佣金
"
,
label
:
"
内推续费返佣
"
,
align
:
"left"
,
field
:
row
=>
row
.
PreferentialList
field
:
(
row
)
=>
row
.
InnerRecommendReNewRatio
},
{
name
:
"
PreferentialListB2BCommission
"
,
name
:
"
B2CRbRatio
"
,
required
:
true
,
label
:
"
同行佣金
"
,
label
:
"
直客返佣
"
,
align
:
"left"
,
field
:
row
=>
row
.
PreferentialList
field
:
(
row
)
=>
row
.
B2CRbRatio
},
{
name
:
"
EducationCommission
"
,
name
:
"
B2CRNRatio
"
,
required
:
true
,
label
:
"
教育同行佣金
"
,
label
:
"
直客续费返佣
"
,
align
:
"left"
,
field
:
row
=>
row
.
PreferentialList
field
:
(
row
)
=>
row
.
B2CRNRatio
},
// {
// name: "PreferentialList",
// required: true,
// label: "优惠政策",
// align: "left",
// field: row => row.PreferentialList
// },
// {
// name: "PreferentialListSellCommission",
// required: true,
// label: "销售佣金",
// align: "left",
// field: row => row.PreferentialList
// },
// {
// name: "PreferentialListB2BCommission",
// required: true,
// label: "同行佣金",
// align: "left",
// field: row => row.PreferentialList
// },
// {
// name: "EducationCommission",
// required: true,
// label: "教育同行佣金",
// align: "left",
// field: row => row.PreferentialList
// },
{
name
:
'SaleStateName'
,
label
:
'销售状态'
,
...
...
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