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
4adf3ef3
Commit
4adf3ef3
authored
Jan 20, 2026
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f5e3e444
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
3 deletions
+36
-3
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+36
-3
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
4adf3ef3
...
...
@@ -603,7 +603,7 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<!--
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('salesModule.IsLianYn')"
>
<el-select
v-model=
"msg.Is_Transport"
filterable
class=
"w150"
>
...
...
@@ -612,7 +612,7 @@ tr._item_list td:last-child {
<el-option
value=
"0"
:label=
"$t('pub.no')"
></el-option>
</el-select>
</el-form-item>
</el-col>
</el-col>
-->
<el-col
:span=
"4"
>
<el-form-item
:label=
"$t('salesModule.DJNum')"
>
<el-input
v-model=
"msg.DMCNUM"
class
></el-input>
...
...
@@ -666,6 +666,22 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
v-if=
"msg.OutBranchId==1248"
>
<el-form-item
label=
"车产品类型"
>
<el-select
v-model=
"msg.CarProductType"
class=
"w150"
>
<el-option
value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
<el-option
value=
"1"
label=
"公司自派大車(高停別)"
></el-option>
<el-option
value=
"2"
label=
"公司自派大車(全包團)"
></el-option>
<el-option
value=
"3"
label=
"公司自派中車(高停別)"
></el-option>
<el-option
value=
"4"
label=
"公司自派中車(全包團)"
></el-option>
<el-option
value=
"5"
label=
"外丟大車(高停別)"
></el-option>
<el-option
value=
"6"
label=
"外丟大車(全包團)"
></el-option>
<el-option
value=
"7"
label=
"外丟中車(高停別)"
></el-option>
<el-option
value=
"8"
label=
"外丟中車(全包團)"
></el-option>
<el-option
value=
"9"
label=
"外丟小車(全包團)"
></el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
v-if=
"getCompanyMsg.RB_Group_Id==2 && (empBranchId==0 || empBranchId==1252)"
>
<el-form-item
label=
"其他查询"
>
<el-select
v-model=
"msg.SpecialType"
class=
"w150"
>
...
...
@@ -1360,7 +1376,8 @@ export default {
TeamType
:
'0'
,
IsSelectReceipt
:
0
,
StandardCurrencyId
:
-
1
,
IncomeType
:
'1'
IncomeType
:
'1'
,
CarProductType
:
'0'
},
getCompanyMsg
:
{
// 公司
...
...
@@ -2351,6 +2368,22 @@ export default {
columnAlign
:
"right"
,
isResize
:
true
},
{
field
:
"GuideName"
,
title
:
'产品类型'
,
width
:
120
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
},
{
field
:
"LeaderName"
,
title
:
'费用包含'
,
width
:
100
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
},
{
field
:
"YingShou"
,
formatter
:
this
.
moneyFormat
,
...
...
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