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
5e2554b4
Commit
5e2554b4
authored
5 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改显示
parent
eebae7f3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+2
-2
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+1
-1
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
5e2554b4
...
@@ -394,7 +394,7 @@
...
@@ -394,7 +394,7 @@
<!-- <input type="text" v-model="mathNumber" @blur="mathMoney(mathNumber)">
<!-- <input type="text" v-model="mathNumber" @blur="mathMoney(mathNumber)">
<input type="text" v-model="ChineseStr"> -->
<input type="text" v-model="ChineseStr"> -->
<div
class=
"_fnDm_content"
v-loading=
'loading'
:style=
"{minHeight:minHeight+'px'}"
>
<div
class=
"_fnDm_content"
v-loading=
'loading'
:style=
"{minHeight:minHeight+'px'}"
>
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
class=
"singeRowTable"
>
<table
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
class=
"singeRowTable"
style=
"margin-bottom:30px;"
>
<tr
class=
"_t_head"
>
<tr
class=
"_t_head"
>
<th
v-if=
"checkboxShow || BOSSBtn || BOSSBtn2"
><input
type=
"checkbox"
v-model=
"isCkedAll"
@
click=
'checkedAll()'
></th>
<th
v-if=
"checkboxShow || BOSSBtn || BOSSBtn2"
><input
type=
"checkbox"
v-model=
"isCkedAll"
@
click=
'checkedAll()'
></th>
<th
width=
"90"
>
{{$t('system.query_company')}}
</th>
<th
width=
"90"
>
{{$t('system.query_company')}}
</th>
...
@@ -1084,7 +1084,7 @@ export default {
...
@@ -1084,7 +1084,7 @@ export default {
this
.
loading
=
true
this
.
loading
=
true
this
.
checkAllList
=
[];
this
.
checkAllList
=
[];
this
.
checkList
=
[];
this
.
checkList
=
[];
if
(
t
&&
this
.
BOSSBtn
)
{
if
(
(
t
&&
this
.
BOSSBtn
)
||
(
t
&&
this
.
BOSSBtn2
)
)
{
this
.
msg
.
pageSize
=
1000
;
this
.
msg
.
pageSize
=
1000
;
}
else
{
}
else
{
this
.
msg
.
pageSize
=
6
;
this
.
msg
.
pageSize
=
6
;
...
...
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
5e2554b4
...
@@ -519,7 +519,7 @@ tr._item_list td:last-child {
...
@@ -519,7 +519,7 @@ tr._item_list td:last-child {
<el-option
value=
"1"
v-if=
"isShowType"
label=
"团队营收"
></el-option>
<el-option
value=
"1"
v-if=
"isShowType"
label=
"团队营收"
></el-option>
<el-option
value=
"3"
v-if=
"isShowType"
label=
"单办签证"
></el-option>
<el-option
value=
"3"
v-if=
"isShowType"
label=
"单办签证"
></el-option>
<el-option
value=
"2"
label=
"国际机票"
></el-option>
<el-option
value=
"2"
label=
"国际机票"
></el-option>
<el-option
value=
"4"
v-if=
"isShowType"
label=
"国内票务"
></el-option>
<el-option
value=
"4"
label=
"国内票务"
></el-option>
<el-option
value=
"5"
v-if=
"isShowType"
label=
"散卖机票"
></el-option>
<el-option
value=
"5"
v-if=
"isShowType"
label=
"散卖机票"
></el-option>
<el-option
value=
"6"
v-if=
"isShowType"
label=
"日本地接部专户"
></el-option>
<el-option
value=
"6"
v-if=
"isShowType"
label=
"日本地接部专户"
></el-option>
<el-option
value=
"7"
v-if=
"isShowType"
label=
"老挝地接部专户"
></el-option>
<el-option
value=
"7"
v-if=
"isShowType"
label=
"老挝地接部专户"
></el-option>
...
...
This diff is collapsed.
Click to expand it.
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