Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
5f472e22
Commit
5f472e22
authored
May 25, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
6c83aa52
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CommissionRule.vue
...mponents/FinancialModule/OPExtraReward/CommissionRule.vue
+2
-2
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+1
-1
No files found.
src/components/FinancialModule/OPExtraReward/CommissionRule.vue
View file @
5f472e22
...
...
@@ -294,11 +294,11 @@
<div
class=
"ImpressionTicketing-msgbox bottom0"
>
<el-row>
<el-col
:span=
"8"
v-if=
"form.SingleVisaWay"
>
<el-form-item
:label=
"form.SingleVisaWay==1?'单签人头奖':'单签提成比'
"
prop=
"FSingleVisaMoney"
<el-form-item
label=
"单签人头奖
"
prop=
"FSingleVisaMoney"
:rules=
"form.SingleVisaWay==1?rules.SingleVisaRate2:rules.SingleVisaRate"
>
<div
class=
"Impression-ratio-box"
>
<el-input
type=
"Number"
v-model=
"form.FSingleVisaMoney"
clearable
></el-input>
<span
class=
"Impression-ratio-right"
>
{{form.SingleVisaWay==1?'/人':'%'}}
</span>
<span
class=
"Impression-ratio-right"
>
/人
</span>
</div>
</el-form-item>
</el-col>
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
5f472e22
...
...
@@ -1104,8 +1104,8 @@
if
(
x
.
CostTypeName
.
indexOf
(
'门票'
)
!=
-
1
&&
y
.
Type
==
4
)
{
y
.
show
=
true
,
numToMEN
+=
Number
(
obj
.
Number
),
y
.
Num
=
numToMEN
}
})
states
=
false
})
}
})
if
(
states
){
...
...
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