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
2125fbef
Commit
2125fbef
authored
Dec 02, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
76374b20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+12
-1
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
2125fbef
...
...
@@ -594,7 +594,7 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"是否联运:"
>
<el-select
v-model=
"msg.Is_Transport"
filterable
class=
"w150"
>
...
...
@@ -635,6 +635,16 @@ tr._item_list td:last-child {
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"团队类型 :"
>
<el-select
v-model=
"msg.TeamType"
class=
"w150"
>
<el-option
value=
"0"
label=
"不限"
></el-option>
<el-option
value=
"1"
label=
"常规团"
></el-option>
<el-option
value=
"2"
label=
"小包团"
></el-option>
<el-option
value=
"3"
label=
"当地游"
></el-option>
</el-select>
</el-form-item>
</el-col>
</
template
>
<el-col
:span=
"4"
v-if=
"userId==1 || userId==5 || F_GeneralManager"
>
...
...
@@ -1221,6 +1231,7 @@ export default {
LeaderId
:
0
,
LeaderType
:
0
,
OutTCStatus
:
'0'
,
TeamType
:
'0'
,
IsSelectReceipt
:
0
,
StandardCurrencyId
:
-
1
},
...
...
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