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
234b3360
Commit
234b3360
authored
Aug 15, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4f9293ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
HandFeeStatistics.vue
src/components/FinancialModule/HandFee/HandFeeStatistics.vue
+12
-3
No files found.
src/components/FinancialModule/HandFee/HandFeeStatistics.vue
View file @
234b3360
...
...
@@ -25,6 +25,14 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"收入类型"
>
<el-select
filterable
v-model=
'msg.ImportType'
class=
""
>
<el-option
label=
'手配+R'
:value=
'1'
:key=
'1'
></el-option>
<el-option
label=
'转账手续费'
:value=
'2'
:key=
'2'
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('sm.company')"
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
>
...
...
@@ -67,7 +75,7 @@
</el-form-item>
</el-col>
<template
v-if=
"heightQueryBox"
></
template
>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
5
"
>
<el-form-item
:label=
"$t('fnc.zdriqi')"
>
<!-- <el-date-picker class="h34" @change="timeAdd(1)" v-model="productionDate" type="daterange"
value-format="yyyy-MM-dd">
...
...
@@ -75,14 +83,14 @@
<StartDateLimit
:clearable=
"false"
:dateTime=
"productionDate"
@
change=
"(startDate,endDate)=>{msg.sDate=startDate,msg.eDate=endDate}"
></StartDateLimit>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
5
"
>
<el-form-item
:label=
"$t('fnc.jiaoyiriqi')"
>
<el-date-picker
class=
"h34"
v-model=
"transactionDate"
@
change=
"timeAdd(3)"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"
6
"
>
<el-col
:span=
"
5
"
>
<el-form-item
:label=
"$t('scen.sc_ftTime')"
>
<el-date-picker
class=
"h34"
v-model=
"missionDate"
@
change=
"timeAdd(4)"
type=
"daterange"
value-format=
"yyyy-MM-dd"
>
...
...
@@ -293,6 +301,7 @@
Status
:
'-1'
,
//状态
KingdeeBranchId
:
0
,
//当前登录人的公司
HandFeeFrId
:
0
,
ImportType
:
1
},
isRB_Depart_Id
:
false
,
getCompanyMsg
:
{
// 公司
...
...
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