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
3184114a
Commit
3184114a
authored
Jan 04, 2022
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
18d6efb1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
192 additions
and
97 deletions
+192
-97
studyproaudit-form.vue
src/components/studyAbroad/studyproaudit-form.vue
+162
-67
studyproauditinfo-form.vue
src/components/studyAbroad/studyproauditinfo-form.vue
+30
-30
No files found.
src/components/studyAbroad/studyproaudit-form.vue
View file @
3184114a
This diff is collapsed.
Click to expand it.
src/components/studyAbroad/studyproauditinfo-form.vue
View file @
3184114a
...
...
@@ -199,9 +199,9 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-6"
>
<
!-- <
div class="col-6">
<span>建议卖价:{{Number(saveObj.SuggestPrice).toFixed(2)}}</span>
</div>
</div>
-->
<div
class=
"col-6"
>
<span>
实际卖价:{{Number(saveObj.SellPrice).toFixed(2)}}
</span>
</div>
...
...
@@ -257,7 +257,7 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<span
class=
"stidyRoleLine"
></span>
<span>
返佣
</span>
...
...
@@ -265,33 +265,33 @@
<div
style=
"margin-top: 10px;"
v-if=
"saveObj.CommissionReType==1"
>
返佣类型:比例返佣
</div>
<div
style=
"margin-top: 10px;"
v-if=
"saveObj.CommissionReType==2"
>
返佣类型:固定金额返佣
</div>
<table
class=
"payTable"
>
<tr>
<th>
同行
</th>
<th>
{{saveObj.CommissionReType==1?'首报返佣比例':'首报固定金额'}}
</th>
<th
v-if=
"saveObj.CommissionReType==1"
>
首报返佣值
</th>
<th>
{{saveObj.CommissionReType==1?'续费比例':'续费固定金额'}}
</th>
<th
v-if=
"saveObj.CommissionReType==1"
>
续费返佣值
</th>
</tr>
<tr
v-for=
"(item,index) in saveObj.scalelist"
:key=
"index"
>
<td>
<span>
{{item.Name}}
</span>
</td>
<td>
<span>
{{item.scale}}{{saveObj.CommissionReType==1?'%':''}}
</span>
</td>
<td
v-if=
"saveObj.CommissionReType==1"
>
<span>
{{item.scalevalue}}
</span>
</td>
<td>
<span>
{{item.continue}}{{saveObj.CommissionReType==1?'%':''}}
</span>
</td>
<td
v-if=
"saveObj.CommissionReType==1"
>
<span>
{{item.continuevalue}}
</span>
</td>
</tr>
</table>
<tr>
<th>
同行
</th>
<th>
{{saveObj.CommissionReType==1?'首报返佣比例':'首报固定金额'}}
</th>
<th
v-if=
"saveObj.CommissionReType==1"
>
首报返佣值
</th>
<th>
{{saveObj.CommissionReType==1?'续费比例':'续费固定金额'}}
</th>
<th
v-if=
"saveObj.CommissionReType==1"
>
续费返佣值
</th>
</tr>
<tr
v-for=
"(item,index) in saveObj.scalelist"
:key=
"index"
>
<td>
<span>
{{item.Name}}
</span>
</td>
<td>
<span>
{{item.scale}}{{saveObj.CommissionReType==1?'%':''}}
</span>
</td>
<td
v-if=
"saveObj.CommissionReType==1"
>
<span>
{{item.scalevalue}}
</span>
</td>
<td>
<span>
{{item.continue}}{{saveObj.CommissionReType==1?'%':''}}
</span>
</td>
<td
v-if=
"saveObj.CommissionReType==1"
>
<span>
{{item.continuevalue}}
</span>
</td>
</tr>
</table>
</div>
<
template
>
<div
class=
"studyDrawerTop"
>
...
...
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