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
d3b131ca
Commit
d3b131ca
authored
Oct 23, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
App活动
parent
790b293d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
472 additions
and
13 deletions
+472
-13
ChoiceAddFinancialDocuments2.vue
...mponents/FinancialModule/ChoiceAddFinancialDocuments2.vue
+2
-2
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+1
-1
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+3
-3
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+7
-7
AppActivityExclusive.vue
src/components/activity/AppActivityExclusive.vue
+446
-0
CouponList.vue
src/components/activity/CouponList.vue
+5
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/FinancialModule/ChoiceAddFinancialDocuments2.vue
View file @
d3b131ca
...
@@ -25,13 +25,13 @@
...
@@ -25,13 +25,13 @@
<li
:class=
"active==1?'_active':''"
@
click=
"active=1,tabData(1)"
>
{{
$t
(
'fnc.shoukuandan'
)
}}
</li>
<li
:class=
"active==1?'_active':''"
@
click=
"active=1,tabData(1)"
>
{{
$t
(
'fnc.shoukuandan'
)
}}
</li>
<li
:class=
"active==2?'_active':''"
@
click=
"active=2,tabData(2)"
>
{{
$t
(
'fnc.fukuandan'
)
}}
</li>
<li
:class=
"active==2?'_active':''"
@
click=
"active=2,tabData(2)"
>
{{
$t
(
'fnc.fukuandan'
)
}}
</li>
<li
v-if=
"!visaShowTab"
:class=
"active==3?'_active':''"
@
click=
"active=3,tabData(3)"
>
挂账单
</li>
<li
v-if=
"!visaShowTab"
:class=
"active==3?'_active':''"
@
click=
"active=3,tabData(3)"
>
挂账单
</li>
<li
v-if=
"!visaShowTab"
:class=
"active==4?'_active':''"
@
click=
"active=4,tabData(4)"
>
责
让单
</li>
<li
v-if=
"!visaShowTab"
:class=
"active==4?'_active':''"
@
click=
"active=4,tabData(4)"
>
折
让单
</li>
</ul>
</ul>
<ul
class=
"_nav ceshi clearfix"
v-else
>
<ul
class=
"_nav ceshi clearfix"
v-else
>
<li
:class=
"active==1?'_active':''"
v-if=
"showTab==1"
>
{{
$t
(
'fnc.shoukuandan'
)
}}
</li>
<li
:class=
"active==1?'_active':''"
v-if=
"showTab==1"
>
{{
$t
(
'fnc.shoukuandan'
)
}}
</li>
<li
:class=
"active==2?'_active':''"
v-if=
"showTab==2"
>
{{
$t
(
'fnc.fukuandan'
)
}}
</li>
<li
:class=
"active==2?'_active':''"
v-if=
"showTab==2"
>
{{
$t
(
'fnc.fukuandan'
)
}}
</li>
<li
:class=
"active==3?'_active':''"
v-if=
"showTab==3"
>
挂账单
</li>
<li
:class=
"active==3?'_active':''"
v-if=
"showTab==3"
>
挂账单
</li>
<li
:class=
"active==4?'_active':''"
v-if=
"showTab==4"
>
责
让单
</li>
<li
:class=
"active==4?'_active':''"
v-if=
"showTab==4"
>
折
让单
</li>
</ul>
</ul>
<!-- 搜索框匹配 -->
<!-- 搜索框匹配 -->
<div
style=
"margin:10px 0;"
>
<div
style=
"margin:10px 0;"
>
...
...
src/components/FinancialModule/RecPayQuery.vue
View file @
d3b131ca
...
@@ -920,7 +920,7 @@ export default {
...
@@ -920,7 +920,7 @@ export default {
this
.
transactionDate
[
0
]
=
this
.
$route
.
query
.
StartDate
;
this
.
transactionDate
[
0
]
=
this
.
$route
.
query
.
StartDate
;
this
.
transactionDate
[
1
]
=
this
.
$route
.
query
.
StartDate
;
this
.
transactionDate
[
1
]
=
this
.
$route
.
query
.
StartDate
;
if
(
this
.
$route
.
query
.
BankID
==
''
){
if
(
this
.
$route
.
query
.
BankID
==
''
){
// 费用类型:机票
责
让费
// 费用类型:机票
折
让费
this
.
msg
.
CostTypeID
=
197
;
this
.
msg
.
CostTypeID
=
197
;
}
}
}
}
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
d3b131ca
...
@@ -528,7 +528,7 @@ tr._item_list td:last-child {
...
@@ -528,7 +528,7 @@ tr._item_list td:last-child {
<el-option
value=
"9"
v-if=
"isShowType"
label=
"酒店住宿"
></el-option>
<el-option
value=
"9"
v-if=
"isShowType"
label=
"酒店住宿"
></el-option>
<el-option
value=
"10"
v-if=
"isShowType"
label=
"景点门票"
></el-option>
<el-option
value=
"10"
v-if=
"isShowType"
label=
"景点门票"
></el-option>
<el-option
value=
"11"
v-if=
"isShowType"
label=
"餐厅美食"
></el-option>
<el-option
value=
"11"
v-if=
"isShowType"
label=
"餐厅美食"
></el-option>
<el-option
value=
"13"
label=
"机票
责
让"
></el-option>
<el-option
value=
"13"
label=
"机票
折
让"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -698,7 +698,7 @@ Vue.component("TCNUMJump", {
...
@@ -698,7 +698,7 @@ Vue.component("TCNUMJump", {
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===6" @click="goRec('RecPayQuery',rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===6" @click="goRec('RecPayQuery',rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===7" @click="goRec('RecPayQuery',rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===7" @click="goRec('RecPayQuery',rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===12" @click="goRec('RecPayQuery',rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===12" @click="goRec('RecPayQuery',rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===13" @click="goRec('RecPayQuery',rowData)">机票
责
让{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===13" @click="goRec('RecPayQuery',rowData)">机票
折
让{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===8" @click="goAIR('RecPayQuery',rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===8" @click="goAIR('RecPayQuery',rowData)">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===9">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===9">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===10">{{rowData.TCNUM}}</span>
<span style="cursor: pointer;text-decoration:underline" v-if="rowData.DataType===10">{{rowData.TCNUM}}</span>
...
@@ -728,7 +728,7 @@ Vue.component("TCNUMJump", {
...
@@ -728,7 +728,7 @@ Vue.component("TCNUMJump", {
if
(
rowData
.
DataType
===
12
){
if
(
rowData
.
DataType
===
12
){
BankID
=
19
;
BankID
=
19
;
}
}
// 机票
责
让费
// 机票
折
让费
if
(
rowData
.
DataType
===
13
){
if
(
rowData
.
DataType
===
13
){
BankID
=
""
;
BankID
=
""
;
StartDate
=
moment
(
rowData
.
StartDate
).
format
(
"YYYY-MM-DD"
);
StartDate
=
moment
(
rowData
.
StartDate
).
format
(
"YYYY-MM-DD"
);
...
...
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
d3b131ca
...
@@ -611,7 +611,7 @@
...
@@ -611,7 +611,7 @@
<div
class=
"clearfix TB_PrintDiv"
>
<div
class=
"clearfix TB_PrintDiv"
>
<div
class=
"TB_comtitle TB-Title"
>
成本
</div>
<div
class=
"TB_comtitle TB-Title"
>
成本
</div>
<
template
v-if=
"IsHaveAuth"
>
<
template
v-if=
"IsHaveAuth"
>
<input
type=
"button"
value=
"团队
责
让"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"TDZR"
/>
<input
type=
"button"
value=
"团队
折
让"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"TDZR"
/>
<input
type=
"button"
value=
"新增"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"AddOutDetail"
/>
<input
type=
"button"
value=
"新增"
class=
"hollowFixedBtn TeamAddBtn"
v-show=
"ishowBtn"
@
click=
"AddOutDetail"
/>
</
template
>
</
template
>
</div>
</div>
...
@@ -1037,7 +1037,7 @@
...
@@ -1037,7 +1037,7 @@
</tr>
</tr>
</
template
>
</
template
>
</table>
</table>
<!-- 团队
责
让 -->
<!-- 团队
折
让 -->
<div
class=
"clearfix TB_PrintDiv"
>
<div
class=
"clearfix TB_PrintDiv"
>
<div
class=
"TB_comtitle TB-Title"
>
内部结算:
<div
class=
"TB_comtitle TB-Title"
>
内部结算:
<span
v-if=
"moneyAll.tdzryf>0 || moneyAll.tdzrsf>0"
>
<span
v-if=
"moneyAll.tdzryf>0 || moneyAll.tdzrsf>0"
>
...
@@ -1058,7 +1058,7 @@
...
@@ -1058,7 +1058,7 @@
<th
width=
"200"
>
当前审核人
</th>
<th
width=
"200"
>
当前审核人
</th>
</tr>
</tr>
<
template
v-for=
"item in DataList.FinicePayList"
>
<
template
v-for=
"item in DataList.FinicePayList"
>
<tr
v-if=
"isExists(item.CostTypeList,'机票
责
让费')"
>
<tr
v-if=
"isExists(item.CostTypeList,'机票
折
让费')"
>
<td>
<td>
<el-checkbox
v-model=
"item.checked"
></el-checkbox>
<el-checkbox
v-model=
"item.checked"
></el-checkbox>
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
...
@@ -1112,7 +1112,7 @@
...
@@ -1112,7 +1112,7 @@
</tr>
</tr>
<
template
v-for=
"item in DataList.FinicePayList"
>
<
template
v-for=
"item in DataList.FinicePayList"
>
<tr
<tr
v-if=
"NotExists(item.CostTypeList,'机票
责
让费')&&NotExists(item.CostTypeList,'签证费')&&NotExists(item.CostTypeList,'签证佣金') && NotExists(item.CostTypeList,'地接费(领取)') && NotExists(item.CostTypeList,'地接费(结算)') && NotExists(item.CostTypeList,'提成') && NotExists(item.CostTypeList,'国内联运')&& NotExists(item.CostTypeList,'车资') && NotExists(item.CostTypeList,'邀请函费用') && NotExists(item.CostTypeList,'名单表费') && NotExists(item.CostTypeList,'领队佣金') && NotExists(item.CostTypeList,'导游佣金') &&item.OrderSource!==4 && NotExists(item.CostTypeList,'国际段机票') && NotExists(item.CostTypeList,'机票退税') && NotExists(item.CostTypeList,'机票罚金') && NotExists(item.CostTypeList,'机票税金') && item.OrderSource!==11 && NotExists(item.CostTypeList,'赔偿') && NotExists(item.CostTypeList,'保险费') && NotExists(item.CostTypeList,'旅游责任险')"
>
v-if=
"NotExists(item.CostTypeList,'机票
折
让费')&&NotExists(item.CostTypeList,'签证费')&&NotExists(item.CostTypeList,'签证佣金') && NotExists(item.CostTypeList,'地接费(领取)') && NotExists(item.CostTypeList,'地接费(结算)') && NotExists(item.CostTypeList,'提成') && NotExists(item.CostTypeList,'国内联运')&& NotExists(item.CostTypeList,'车资') && NotExists(item.CostTypeList,'邀请函费用') && NotExists(item.CostTypeList,'名单表费') && NotExists(item.CostTypeList,'领队佣金') && NotExists(item.CostTypeList,'导游佣金') &&item.OrderSource!==4 && NotExists(item.CostTypeList,'国际段机票') && NotExists(item.CostTypeList,'机票退税') && NotExists(item.CostTypeList,'机票罚金') && NotExists(item.CostTypeList,'机票税金') && item.OrderSource!==11 && NotExists(item.CostTypeList,'赔偿') && NotExists(item.CostTypeList,'保险费') && NotExists(item.CostTypeList,'旅游责任险')"
>
<td>
<td>
<el-checkbox
v-model=
"item.checked"
></el-checkbox>
<el-checkbox
v-model=
"item.checked"
></el-checkbox>
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
...
@@ -1859,7 +1859,7 @@ this.moneyAll.otheryTotalsf+=item.PayMoney;
...
@@ -1859,7 +1859,7 @@ this.moneyAll.otheryTotalsf+=item.PayMoney;
this
.
moneyAll
.
baoxiansf
+=
item
.
PayMoney
;
this
.
moneyAll
.
baoxiansf
+=
item
.
PayMoney
;
}
}
// 保险费
// 保险费
if
(
that
.
isExists
(
item
.
CostTypeList
,
'机票
责
让费'
))
{
if
(
that
.
isExists
(
item
.
CostTypeList
,
'机票
折
让费'
))
{
this
.
moneyAll
.
tdzryf
+=
item
.
Money
;
this
.
moneyAll
.
tdzryf
+=
item
.
Money
;
this
.
moneyAll
.
tdzrsf
+=
item
.
PayMoney
;
this
.
moneyAll
.
tdzrsf
+=
item
.
PayMoney
;
}
}
...
@@ -1874,7 +1874,7 @@ this.moneyAll.otheryTotalsf+=item.PayMoney;
...
@@ -1874,7 +1874,7 @@ this.moneyAll.otheryTotalsf+=item.PayMoney;
.
CostTypeList
,
'国际段机票'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'机票退税'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'国际段机票'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'机票退税'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'机票罚金'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'机票税金'
)
&&
item
.
OrderSource
!==
.
CostTypeList
,
'机票罚金'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'机票税金'
)
&&
item
.
OrderSource
!==
11
&&
that
.
NotExists
(
item
.
CostTypeList
,
'赔偿'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'保险费'
)
&&
11
&&
that
.
NotExists
(
item
.
CostTypeList
,
'赔偿'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'保险费'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'旅游责任险'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'机票
责
让费'
))
{
that
.
NotExists
(
item
.
CostTypeList
,
'旅游责任险'
)
&&
that
.
NotExists
(
item
.
CostTypeList
,
'机票
折
让费'
))
{
this
.
moneyAll
.
otheryf
+=
item
.
Money
;
this
.
moneyAll
.
otheryf
+=
item
.
Money
;
this
.
moneyAll
.
othersf
+=
item
.
PayMoney
;
this
.
moneyAll
.
othersf
+=
item
.
PayMoney
;
}
}
...
@@ -1926,7 +1926,7 @@ this.moneyAll.otheryTotalsf+=item.PayMoney;
...
@@ -1926,7 +1926,7 @@ this.moneyAll.otheryTotalsf+=item.PayMoney;
}
}
});
});
},
},
//团队
责
让
//团队
折
让
TDZR
()
{
TDZR
()
{
var
TCArr
=
[
this
.
TCID
];
var
TCArr
=
[
this
.
TCID
];
let
orderObj
=
{
let
orderObj
=
{
...
...
src/components/activity/AppActivityExclusive.vue
0 → 100644
View file @
d3b131ca
This diff is collapsed.
Click to expand it.
src/components/activity/CouponList.vue
View file @
d3b131ca
...
@@ -136,6 +136,7 @@
...
@@ -136,6 +136,7 @@
<th>
{{
$t
(
'admin.admin_status'
)
}}
</th>
<th>
{{
$t
(
'admin.admin_status'
)
}}
</th>
<th>
{{
$t
(
'active.cl_addPp'
)
}}
</th>
<th>
{{
$t
(
'active.cl_addPp'
)
}}
</th>
<th>
换购价
</th>
<th>
换购价
</th>
<th>
活动时间
</th>
<th>
备注
</th>
<th>
备注
</th>
<th>
{{
$t
(
'system.table_operation'
)
}}
</th>
<th>
{{
$t
(
'system.table_operation'
)
}}
</th>
</tr>
</tr>
...
@@ -177,6 +178,10 @@
...
@@ -177,6 +178,10 @@
</td>
</td>
<td>
{{
item
.
createUserName
}}
</td>
<td>
{{
item
.
createUserName
}}
</td>
<td>
{{
item
.
redemptionPrice
}}
</td>
<td>
{{
item
.
redemptionPrice
}}
</td>
<td>
<p>
开始时间:
{{
item
.
activityStartDate
}}
</p>
<p>
结束时间:
{{
item
.
activityEndDate
}}
</p>
</td>
<td>
{{
item
.
remark
}}
</td>
<td>
{{
item
.
remark
}}
</td>
<td
class=
"text_al_left"
>
<td
class=
"text_al_left"
>
<!--
<el-button-group>
-->
<!--
<el-button-group>
-->
...
...
src/router/config.js
View file @
d3b131ca
...
@@ -3798,6 +3798,14 @@ export default {
...
@@ -3798,6 +3798,14 @@ export default {
title
:
'优惠券列表'
title
:
'优惠券列表'
}
}
},
},
{
path
:
'/AppActivityExclusive'
,
name
:
'AppActivityExclusive'
,
component
:
resolve
=>
require
([
'@/components/activity/AppActivityExclusive'
],
resolve
),
meta
:
{
title
:
'APP专享活动'
}
},
{
{
path
:
'/CouponDetail'
,
path
:
'/CouponDetail'
,
name
:
'CouponDetail'
,
name
:
'CouponDetail'
,
...
...
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