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
7377b84d
Commit
7377b84d
authored
Jan 26, 2026
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f7528c63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+2
-2
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
7377b84d
...
...
@@ -666,7 +666,7 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
v-if=
"msg.OutBranchId==1248"
>
<el-col
:span=
"4"
v-if=
"msg.OutBranchId==1248
||msg.OutBranchId==1256
"
>
<el-form-item
label=
"车产品类型"
>
<el-select
v-model=
"msg.CarProductType"
class=
"w150"
>
<el-option
value=
"0"
:label=
"$t('pub.unlimitedSel')"
></el-option>
...
...
@@ -3628,7 +3628,7 @@ export default {
this
.
loading
=
true
;
//判断一下公司别
if
(
this
.
msg
.
OutBranchId
==
1248
){
if
(
this
.
msg
.
OutBranchId
==
1248
||
this
.
msg
.
OutBranchId
==
1256
){
this
.
columns
=
this
.
columnsCar
;
}
else
{
this
.
columns
=
this
.
columnsOld
;
...
...
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