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
769682c6
Commit
769682c6
authored
Oct 26, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d6b70c6b
d38a7e4d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
2791 additions
and
2511 deletions
+2791
-2511
AuthCode.js
src/assets/utils/AuthCode.js
+1
-0
PlatformAccount.vue
src/components/FinancialModule/PlatformAccount.vue
+5
-2135
index.vue
src/components/FinancialModule/PlatformAccount/index.vue
+2249
-0
PlatformAccountExamine.vue
src/components/FinancialModule/PlatformAccountExamine.vue
+24
-0
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+9
-8
ApprovalStatistical.vue
src/components/administrative/ApprovalStatistical.vue
+486
-360
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+6
-2
leaderPay2.vue
src/components/leaderPay2.vue
+3
-3
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+0
-2
OrderList.vue
src/components/scenicSpot/reservation/OrderList.vue
+1
-1
config.js
src/router/config.js
+7
-0
No files found.
src/assets/utils/AuthCode.js
View file @
769682c6
...
...
@@ -31,5 +31,6 @@ var AuthCode = {
S_Travel_AirLoss
:
'S_Travel_AirLoss'
,
//设为损失
S_CheckAllOrder
:
's_CheckAllOrder'
,
//查看所有订单
F_EditDeleteGuest
:
"F_EditDeleteGuest"
,
//修改删除旅客和名单权限
LookPlatformAccountPwd
:
"LookPlatformAccountPwd"
,
//查看平台账户密码权限
};
export
default
AuthCode
;
\ No newline at end of file
src/components/FinancialModule/PlatformAccount.vue
View file @
769682c6
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/PlatformAccount/index.vue
0 → 100644
View file @
769682c6
This diff is collapsed.
Click to expand it.
src/components/FinancialModule/PlatformAccountExamine.vue
0 → 100644
View file @
769682c6
<
template
>
<div>
<PlatformAccount
:pagesTitle=
"pagesTitle"
></PlatformAccount>
</div>
</
template
>
<
script
>
import
PlatformAccount
from
'./PlatformAccount/index.vue'
;
export
default
{
components
:
{
PlatformAccount
},
data
()
{
return
{
pagesTitle
:
'平台账户'
,
};
},
methods
:
{
}
};
</
script
>
<
style
scoped
>
</
style
>
src/components/LeaderManagement/leaderReimbursement.vue
View file @
769682c6
...
...
@@ -804,7 +804,6 @@
</span>
</p>
<table
class=
"leaderReimbursementTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
>
<tr>
<th
width=
"10%"
>
单号
</th>
<th
width=
"10%"
>
费用说明
</th>
...
...
@@ -923,9 +922,13 @@
</span>
</p>
<el-input
class=
"w300"
v-if=
"leadr.LeaderGetPrice < leadr.PlanPrice"
type=
"number"
v-model=
"leadr.LeaderGetPriceT"
></el-input>
v-model=
"leadr.LeaderGetPriceT"
@
input=
"changePrice"
></el-input>
<el-input
class=
"w300"
style=
"display:none;"
type=
"number"
v-model=
"leadr.LeaderGetPriceT"
@
input=
"changePrice"
></el-input>
</template>
</div>
<span
style=
"color:red;font-weight:bold;"
>
合团的请分别领款!
</span>
</td>
<td>
<p
v-for=
"(subItem, subIndex) in item.FinanceIds"
><span
class=
"cursorpointer text-decoration"
...
...
@@ -1055,7 +1058,6 @@
</div>
</div>
</template>
<
script
>
import
commonHotelInfo
from
"../commonPage/commonHotelInfo.vue"
;
import
{
...
...
@@ -1131,6 +1133,9 @@
commonHotelInfo
},
methods
:
{
changePrice
()
{
this
.
$forceUpdate
();
},
getTips
(
x
)
{
let
title
=
`付款账号:
${
x
.
AccountNumber
}
,原币:
${
String
(
x
.
WBMoney
)}
`
let
text
=
[]
...
...
@@ -1219,7 +1224,6 @@
let
TCIDARR
=
[]
let
id
=
[];
if
(
this
.
msgList
&&
this
.
msgList
.
length
>
0
&&
this
.
msgList
[
0
].
LineId
==
this
.
myLineId
)
{
if
(
_orderSource
===
1
&&
_type
===
2
)
{
id
=
[
94
]
}
else
if
(
_orderSource
===
2
&&
_type
===
2
)
{
...
...
@@ -1232,7 +1236,6 @@
id
=
[
97
]
}
}
else
{
// _orderSource 1 酒店 2餐厅 5 车资
if
(
_orderSource
===
1
&&
_type
===
2
)
{
id
=
[
51
,
52
,
245
,
246
,
255
]
...
...
@@ -1474,7 +1477,7 @@
if
(
obj
.
LineId
==
this
.
LineId
)
{
id
=
[
98
,
99
];
}
else
{
id
=
[
43
,
48
,
56
,
53
,
245
,
246
];
id
=
[
43
,
48
,
56
,
53
,
245
,
246
];
// if (obj.OutBranchId === 0) {
// id = [43, 48, 245, 246];
// } else {
...
...
@@ -2128,7 +2131,6 @@
}
return
this
.
moneyFormat
(
money
)
},
},
mounted
()
{
this
.
isUpdate
=
this
.
$route
.
query
.
isUpdate
;
...
...
@@ -2346,7 +2348,6 @@
padding
:
10px
;
}
/* tr._t_head th{border-top: 1px solid #e5e5e5;} */
tr
._item_list
td
:first-child
{
border-left
:
1px
solid
#e5e5e5
;
}
...
...
src/components/administrative/ApprovalStatistical.vue
View file @
769682c6
This diff is collapsed.
Click to expand it.
src/components/confirmationOrderDownLoadNew.vue
View file @
769682c6
...
...
@@ -52,7 +52,7 @@
text-align: center;
border-radius: 4px;
cursor: pointer;
margin-left: 20px;"
@
click=
"toPDF_2023(
orderMsg.startDate + orderMsg.lineteamName+orderMsg.dayNum+'日游'
)"
>
margin-left: 20px;"
@
click=
"toPDF_2023()"
>
{{
orderId
>
0
?
"出团通知书下载"
:
"行程下载"
}}
</div>
<div
class=
"el-dropdown-link"
style=
"height: 30px;
...
...
@@ -531,10 +531,14 @@
})
},
// 生成pdf
toPDF_2023
:
function
(
title
)
{
toPDF_2023
:
function
()
{
this
.
pdfLoading
=
true
;
let
urlObj
=
this
.
domainManager
();
let
msg
=
this
.
getPostMsg
();
var
title
=
""
;
if
(
this
.
dataAll
&&
this
.
dataAll
.
title
)
{
title
=
this
.
dataAll
.
title
;
}
var
fileName
=
title
+
"_2023.pdf"
;
if
(
this
.
orderId
&&
this
.
orderId
>
0
)
{
//出团通知书下载
...
...
src/components/leaderPay2.vue
View file @
769682c6
...
...
@@ -847,12 +847,12 @@
</p>
</td>
<td
width=
"80"
class=
"_zhidan"
>
<
input
v-if=
"TimeXiao"
type=
"button"
value=
"地接费结算制单"
class=
"leader2Btn"
@
click=
"goZhiDan(item)"
>
<input
v-
else-
if=
"dataList.LeaderApply && dataList.LeaderApply.Status && dataList.LeaderApply.Status==2"
<
!-- <input v-if="TimeXiao" type="button" value="地接费结算制单" class="leader2Btn" @click="goZhiDan(item)"> --
>
<input
v-if=
"dataList.LeaderApply && dataList.LeaderApply.Status && dataList.LeaderApply.Status==2"
type=
"button"
value=
"地接费结算制单"
style=
""
class=
"leader2Btn"
@
click=
"goZhiDan(item)"
>
<span
v-else
style=
"color:red"
>
请在APP中提交实际用款详情信息
</span>
<input
style=
"display:none;"
type=
"button"
value=
"地接费结算制单"
class=
"leader2Btn"
@
click=
"goZhiDan(item)"
>
<input
type=
"button"
value=
"地接费结算制单"
class=
"leader2Btn"
@
click=
"goZhiDan(item)"
>
<input
style=
"margin-top:15px"
v-if=
"item.FinanceIds && item.FinanceIds.length>0"
type=
"button"
value=
"退款制单"
class=
"leader2Btn"
@
click=
"gofzZd(item)"
>
</td>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
769682c6
...
...
@@ -463,7 +463,6 @@
}
basicData
.
TeamType
=
this
.
TeamType
;
basicData
.
IsUpdateHotel
=
this
.
PostConfig
.
IsUpdateHotel
;
console
.
log
(
"travel_post_SetTravelConfigInfo"
,
basicData
);
this
.
isSubmit
=
false
;
this
.
apipost
(
"travel_post_SetTravelConfigInfo"
,
...
...
@@ -705,7 +704,6 @@
"travel_get_GetTravelConfigMakeInfo"
,
msg
,
res
=>
{
console
.
log
(
"travel_get_GetTravelConfigMakeInfo"
,
res
.
data
);
if
(
res
.
data
.
resultCode
==
1
)
{
var
tempData
=
res
.
data
.
data
;
if
(
tempData
.
Feature
!=
null
)
{
...
...
src/components/scenicSpot/reservation/OrderList.vue
View file @
769682c6
...
...
@@ -1197,7 +1197,7 @@
},
OrderList
:
{
handler
(
val
,
oldVal
)
{
console
.
log
(
val
,
'------'
);
}
}
},
...
...
src/router/config.js
View file @
769682c6
...
...
@@ -3834,6 +3834,13 @@ export default {
meta
:
{
title
:
'平台账户'
},
},{
//财务 审核平台账户
path
:
'/PlatformAccountExamine'
,
name
:
'PlatformAccountExamine'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/PlatformAccountExamine'
],
resolve
),
meta
:
{
title
:
'审核平台账户'
},
},
{
//财务 现金账户
path
:
'/CashAccount'
,
name
:
'CashAccount'
,
...
...
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