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
fdfa13d3
Commit
fdfa13d3
authored
Mar 18, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
44515242
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
35 deletions
+38
-35
studyAbroad-form.vue
src/components/studyAbroad/studyAbroad-form.vue
+38
-35
No files found.
src/components/studyAbroad/studyAbroad-form.vue
View file @
fdfa13d3
...
...
@@ -38,7 +38,7 @@
</div>
<div
class=
"row wrap"
>
<q-input
filled
stack-label
maxlength=
"30"
:dense=
"false"
v-model=
"objOption.OfferCommission"
ref=
"
Sale
Commission"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"校企返佣金额"
:rules=
"[val => !!val || '校企返佣金额']"
/>
ref=
"
Offer
Commission"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"校企返佣金额"
:rules=
"[val => !!val || '校企返佣金额']"
/>
</div>
<div
class=
"row wrap"
>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"objOption.Remark"
style=
"margin-top: 20px"
type=
"textarea"
...
...
@@ -83,6 +83,7 @@
CostInfo
:
''
,
//成本价包含内容
B2BCommission
:
''
,
//同行返佣
B2BCommissionType
:
0
,
//同行返佣类型
SaleCommission
:
''
,
//销售返佣
SaleCommissionType
:
0
,
//销售返佣类型
OfferPrice
:
''
,
//校企报价
OfferCommissionType
:
0
,
//校企报价返佣类型
...
...
@@ -109,44 +110,46 @@
if
(
res
.
Code
==
1
)
{
var
tempObj
=
res
.
Data
;
if
(
tempObj
)
{
this
.
addMsg
.
Id
=
tempObj
.
Id
;
this
.
addMsg
.
Type
=
tempObj
.
Type
;
this
.
addMsg
.
Name
=
tempObj
.
Name
;
this
.
addMsg
.
SupplierId
=
tempObj
.
SupplierId
;
this
.
addMsg
.
SupplierContract
=
tempObj
.
SupplierContract
;
this
.
addMsg
.
CommissionProfits
=
tempObj
.
CommissionProfits
;
this
.
addMsg
.
SellPrice
=
tempObj
.
SellPrice
;
this
.
addMsg
.
CostPrice
=
tempObj
.
CostPrice
;
this
.
addMsg
.
CostInfo
=
tempObj
.
CostInfo
;
this
.
addMsg
.
B2BCommission
=
tempObj
.
B2BCommission
;
this
.
addMsg
.
B2BCommissionType
=
tempObj
.
B2BCommissionType
;
this
.
addMsg
.
SaleCommissionType
=
tempObj
.
SaleCommissionType
;
this
.
addMsg
.
OfferPrice
=
tempObj
.
OfferPrice
;
this
.
addMsg
.
OfferCommissionType
=
tempObj
.
OfferCommissionType
;
this
.
addMsg
.
OfferCommission
=
tempObj
.
OfferCommission
;
this
.
addMsg
.
Remark
=
tempObj
.
Remark
;
this
.
addMsg
.
SaleState
=
tempObj
.
SaleState
;
this
.
objOption
.
Id
=
tempObj
.
Id
;
this
.
objOption
.
Type
=
tempObj
.
Type
;
this
.
objOption
.
Name
=
tempObj
.
Name
;
this
.
objOption
.
SupplierId
=
tempObj
.
SupplierId
;
this
.
objOption
.
SupplierContract
=
tempObj
.
SupplierContract
;
this
.
objOption
.
CommissionProfits
=
tempObj
.
CommissionProfits
;
this
.
objOption
.
SellPrice
=
tempObj
.
SellPrice
;
this
.
objOption
.
CostPrice
=
tempObj
.
CostPrice
;
this
.
objOption
.
CostInfo
=
tempObj
.
CostInfo
;
this
.
objOption
.
B2BCommission
=
tempObj
.
B2BCommission
;
this
.
objOption
.
B2BCommissionType
=
tempObj
.
B2BCommissionType
;
this
.
objOption
.
SaleCommission
=
tempObj
.
SaleCommission
;
this
.
objOption
.
SaleCommissionType
=
tempObj
.
SaleCommissionType
;
this
.
objOption
.
OfferPrice
=
tempObj
.
OfferPrice
;
this
.
objOption
.
OfferCommissionType
=
tempObj
.
OfferCommissionType
;
this
.
objOption
.
OfferCommission
=
tempObj
.
OfferCommission
;
this
.
objOption
.
Remark
=
tempObj
.
Remark
;
this
.
objOption
.
SaleState
=
tempObj
.
SaleState
;
}
}
})
}
else
{
this
.
addMsg
.
Id
=
0
;
this
.
addMsg
.
Type
=
1
;
this
.
addMsg
.
Name
=
''
;
this
.
addMsg
.
SupplierId
=
0
;
this
.
addMsg
.
SupplierContract
=
''
;
this
.
addMsg
.
CommissionProfits
=
''
;
this
.
addMsg
.
SellPrice
=
''
;
this
.
addMsg
.
CostPrice
=
''
;
this
.
addMsg
.
CostInfo
=
''
;
this
.
addMsg
.
B2BCommission
=
''
;
this
.
addMsg
.
B2BCommissionType
=
0
;
this
.
addMsg
.
SaleCommissionType
=
0
;
this
.
addMsg
.
OfferPrice
=
''
;
this
.
addMsg
.
OfferCommissionType
=
0
;
this
.
addMsg
.
OfferCommission
=
''
;
this
.
addMsg
.
Remark
=
''
;
this
.
addMsg
.
SaleState
=
0
;
this
.
objOption
.
Id
=
0
;
this
.
objOption
.
Type
=
1
;
this
.
objOption
.
Name
=
''
;
this
.
objOption
.
SupplierId
=
0
;
this
.
objOption
.
SupplierContract
=
''
;
this
.
objOption
.
CommissionProfits
=
''
;
this
.
objOption
.
SellPrice
=
''
;
this
.
objOption
.
CostPrice
=
''
;
this
.
objOption
.
CostInfo
=
''
;
this
.
objOption
.
B2BCommission
=
''
;
this
.
objOption
.
B2BCommissionType
=
0
;
this
.
objOption
.
SaleCommission
=
''
;
this
.
objOption
.
SaleCommissionType
=
0
;
this
.
objOption
.
OfferPrice
=
''
;
this
.
objOption
.
OfferCommissionType
=
0
;
this
.
objOption
.
OfferCommission
=
''
;
this
.
objOption
.
Remark
=
''
;
this
.
objOption
.
SaleState
=
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