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
6ea59005
Commit
6ea59005
authored
Dec 15, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
02b8b5b0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
6 deletions
+15
-6
passbook.vue
src/components/sale/b2bcustomerinfo/passbook.vue
+2
-1
rakeback.vue
src/components/sale/b2bcustomerinfo/rakeback.vue
+3
-2
withdraw.vue
src/components/sale/b2bcustomerinfo/withdraw.vue
+7
-1
order-form.vue
src/components/school/student/transfer-order/order-form.vue
+3
-2
No files found.
src/components/sale/b2bcustomerinfo/passbook.vue
View file @
6ea59005
...
...
@@ -56,7 +56,7 @@
/>
</
template
>
</q-table>
<withdraw
v-if=
"tabs==2"
:Type=
"2"
></withdraw>
<withdraw
v-if=
"tabs==2"
:Type=
"2"
:Id=
"Id"
></withdraw>
</div>
</template>
<
script
>
...
...
@@ -164,6 +164,7 @@ export default {
},
//获取数据
getList
()
{
this
.
msg
.
CustomerId
=
this
.
Id
this
.
loading
=
true
;
GetCustomerBalanceDetailPage
(
this
.
msg
)
.
then
(
res
=>
{
...
...
src/components/sale/b2bcustomerinfo/rakeback.vue
View file @
6ea59005
...
...
@@ -56,7 +56,7 @@
/>
</
template
>
</q-table>
<withdraw
v-if=
"tabs==2"
:Type=
"1"
></withdraw>
<withdraw
v-if=
"tabs==2"
:Type=
"1"
:Id=
"Id"
></withdraw>
</div>
</template>
<
script
>
...
...
@@ -84,7 +84,7 @@ export default {
pageIndex
:
1
,
pageSize
:
10
,
rowsPerPage
:
10
,
RebateType
:
2
,
RebateType
:
1
,
Description
:
""
},
pageCount
:
0
,
...
...
@@ -165,6 +165,7 @@ export default {
},
//获取数据
getList
()
{
this
.
msg
.
CustomerId
=
this
.
Id
this
.
loading
=
true
;
GetCustomerBalanceDetailPage
(
this
.
msg
)
.
then
(
res
=>
{
...
...
src/components/sale/b2bcustomerinfo/withdraw.vue
View file @
6ea59005
...
...
@@ -137,6 +137,10 @@ export default {
Type
:{
type
:
Number
,
default
:
1
},
Id
:{
type
:
Number
,
default
:
0
}
},
data
()
{
...
...
@@ -149,6 +153,7 @@ export default {
rowsPerPage
:
12
,
Type
:
'0'
,
// 类型 1返佣 2幸福存折
AuditStatus
:
'0'
,
//状态 1申请中 2待打款 3已打款 4拒绝
CustomerId
:
0
},
loading
:
false
,
...
...
@@ -271,6 +276,7 @@ export default {
//获取分页数据
getList
()
{
this
.
msg
.
Type
=
this
.
Type
this
.
msg
.
CustomerId
=
this
.
Id
getCustomerRemitPageList
(
this
.
msg
).
then
(
res
=>
{
this
.
dataList
=
res
.
Data
.
PageData
;
this
.
loading
=
false
;
...
...
src/components/school/student/transfer-order/order-form.vue
View file @
6ea59005
...
...
@@ -29,7 +29,7 @@
</div>
</div>
<div
class=
"col-2"
>
<q-toggle
v-model=
"isChaBan"
:true-value=
"1"
:false-value=
'0'
label=
"插班报入"
/>
<q-toggle
v-model=
"
OrderMsg.
isChaBan"
:true-value=
"1"
:false-value=
'0'
label=
"插班报入"
/>
</div>
</div>
<div
style=
"row items-center"
>
...
...
@@ -435,9 +435,10 @@ export default {
CourseConsultantId
:
0
,
//课程顾问
CustomerId
:
0
,
//同行
OrderIdentify
:
2
,
//标识参数, 1产品下单 2客户转订单
StuIds
:
""
StuIds
:
""
,
// NormalCommission:'',//正常返佣金额
// RenewCommission:"",// 预计返佣金额
isChaBan
:
0
,
},
Unit_PriceRemark
:
""
,
//单价规则
IsShowUpPrice
:
false
,
//是否显示高于定价
...
...
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