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
c77aee8d
Commit
c77aee8d
authored
Jan 25, 2024
by
吴春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
56f239a9
1e020971
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
2 deletions
+26
-2
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+25
-1
empBankAccount.vue
src/components/administrative/empBankAccount.vue
+1
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
c77aee8d
...
...
@@ -902,6 +902,9 @@
@
click=
"ImpressionSingleDetails(isOrderOP?'SingleticketOrderListOP':'SingleticketOrderList')"
>
{{'单项门票订单:'+GetDetail.ReFinanceId}}
</div>
<div
v-if=
"GetDetail.OtherType==67||GetDetail.OtherType==68"
class=
"illustrate-right fygsbumen-box-right"
@
click=
"ImpressionSingleDetails(isOrderOP?'CharterOrderListOP':'CharterOrderList')"
>
{{'单项车订单:'+GetDetail.ReFinanceId}}
</div>
<div
v-if=
"GetDetail.OtherType==80"
class=
"illustrate-right fygsbumen-box-right"
@
click=
"ImpressionSingleDetails(isOrderOP?'CarDealerOrderListOP':'CarDealerOrderList')"
>
{{'车行订单:'+GetDetail.ReFinanceId}}
</div>
<!-- <div v-if="GetDetail.OtherType==63" class="illustrate-right fygsbumen-box-right"
@click="ImpressionSingleCommissionDetails('ServiceCommissiondetails',1)">{{'单项销售提成详情'}}</div>
...
...
@@ -2588,6 +2591,25 @@ else if (Type==2) {
67
)
{
this
.
GetCarList
(
path
)
}
else
{
if
(
this
.
GetDetail
.
OtherType
==
80
){
if
(
this
.
typeSystem
>
0
){
let
href
=
this
.
domainManager
().
CarUrl
window
.
parent
.
postMessage
({
event_id
:
'CarDealerOrder'
,
data
:
{
OrderId
:
this
.
GetDetail
.
ReFinanceId
,
}},
`
${
href
}
`
)
}
else
{
return
this
.
$router
.
push
({
path
:
path
,
query
:
{
OrderId
:
this
.
GetDetail
.
ReFinanceId
,
blank
:
'y'
}
});
}
}
else
{
this
.
$router
.
push
({
path
:
path
,
query
:
{
...
...
@@ -2599,6 +2621,8 @@ else if (Type==2) {
});
}
}
},
// 印象票务制单详情
ImpressionTicketDetails
(
path
)
{
...
...
src/components/administrative/empBankAccount.vue
View file @
c77aee8d
...
...
@@ -697,7 +697,7 @@
return
}
console
.
log
(
"this.addMsg.Type"
,
this
.
addMsg
.
Type
);
if
(
this
.
addMsg
.
Type
!=
7
&&
this
.
addMsg
.
Type
!=
9
&&
this
.
addMsg
.
Type
!=
10
)
{
if
(
this
.
addMsg
.
Type
!=
7
&&
this
.
addMsg
.
Type
!=
9
&&
this
.
addMsg
.
Type
!=
10
&&
this
.
addMsg
.
Type
!=
12
)
{
if
(
this
.
addMsg
.
DutyNo
==
''
||
this
.
addMsg
.
DutyNo
==
undefined
)
{
this
.
$message
.
error
(
'请填写税号'
)
return
...
...
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