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
9491f6a5
Commit
9491f6a5
authored
Dec 27, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
49689c91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
4 deletions
+63
-4
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+40
-2
teamRevenueExpenditure.vue
src/components/dmc/manager/teamRevenueExpenditure.vue
+23
-2
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
9491f6a5
...
...
@@ -1763,7 +1763,8 @@
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
data
.
State
==
1
){
this
.
$confirm
(
res
.
data
.
data
.
Msg
,
this
.
$t
(
'tips.tips'
),
{
if
(
res
.
data
.
data
.
roomZeroNum
>
0
){
this
.
$confirm
(
'存在用款计划酒店数据未维护价格,请维护单价后再试'
,
this
.
$t
(
'tips.tips'
),
{
confirmButtonText
:
this
.
$t
(
'objFill.ckbjd'
),
cancelButtonText
:
this
.
$t
(
'pub.cancelBtn'
),
type
:
'warning'
...
...
@@ -1779,6 +1780,24 @@
}).
catch
(()
=>
{
});
}
else
{
this
.
$confirm
(
res
.
data
.
data
.
Msg
,
this
.
$t
(
'tips.tips'
),
{
confirmButtonText
:
this
.
$t
(
'objFill.ckbjd'
),
cancelButtonText
:
this
.
$t
(
'pub.cancelBtn'
),
type
:
'warning'
}).
then
(()
=>
{
this
.
$router
.
push
({
name
:
'OfferChange'
,
query
:
{
'offerid'
:
res
.
data
.
data
.
OfferId
,
'Qtype'
:
3
,
'blank'
:
'y'
,
}
});
}).
catch
(()
=>
{
});
}
}
else
{
let
TCIDARR
=
[
item
.
TCIDS
];
// [this.$route.query.id]
let
orderObj
=
{
...
...
@@ -1887,7 +1906,8 @@
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
data
.
State
==
1
){
this
.
$confirm
(
res
.
data
.
data
.
Msg
,
this
.
$t
(
'tips.tips'
),
{
if
(
res
.
data
.
data
.
roomZeroNum
>
0
){
this
.
$confirm
(
'存在用款计划酒店数据未维护价格,请维护单价后再试'
,
this
.
$t
(
'tips.tips'
),
{
confirmButtonText
:
this
.
$t
(
'objFill.ckbjd'
),
cancelButtonText
:
this
.
$t
(
'pub.cancelBtn'
),
type
:
'warning'
...
...
@@ -1903,6 +1923,24 @@
}).
catch
(()
=>
{
});
}
else
{
this
.
$confirm
(
res
.
data
.
data
.
Msg
,
this
.
$t
(
'tips.tips'
),
{
confirmButtonText
:
this
.
$t
(
'objFill.ckbjd'
),
cancelButtonText
:
this
.
$t
(
'pub.cancelBtn'
),
type
:
'warning'
}).
then
(()
=>
{
this
.
$router
.
push
({
name
:
'OfferChange'
,
query
:
{
'offerid'
:
res
.
data
.
data
.
OfferId
,
'Qtype'
:
3
,
'blank'
:
'y'
,
}
});
}).
catch
(()
=>
{
});
}
}
else
{
this
.
goDiJieZhiDan
(
obj
,
num
,
leadr
,
cur
);
}
...
...
src/components/dmc/manager/teamRevenueExpenditure.vue
View file @
9491f6a5
...
...
@@ -394,7 +394,8 @@
otherPay
:
0
,
IsPrerealContrast
:
false
,
PrerealContrastMsg
:
''
,
PrerealContrastOfferId
:
0
PrerealContrastOfferId
:
0
,
roomZeroNum
:
0
}
},
methods
:
{
...
...
@@ -522,7 +523,8 @@
},
goUrl
(
_orderSource
,
_type
,
Offset
)
{
if
(
this
.
IsPrerealContrast
){
this
.
$confirm
(
this
.
PrerealContrastMsg
,
this
.
$t
(
'tips.tips'
),
{
if
(
_orderSource
==
1
&&
this
.
roomZeroNum
>
0
){
this
.
$confirm
(
'存在用款计划酒店数据未维护价格,请维护单价后再试'
,
this
.
$t
(
'tips.tips'
),
{
confirmButtonText
:
this
.
$t
(
'objFill.ckbjd'
),
cancelButtonText
:
this
.
$t
(
'pub.cancelBtn'
),
type
:
'warning'
...
...
@@ -538,6 +540,24 @@
}).
catch
(()
=>
{
});
}
else
{
this
.
$confirm
(
this
.
PrerealContrastMsg
,
this
.
$t
(
'tips.tips'
),
{
confirmButtonText
:
this
.
$t
(
'objFill.ckbjd'
),
cancelButtonText
:
this
.
$t
(
'pub.cancelBtn'
),
type
:
'warning'
}).
then
(()
=>
{
this
.
$router
.
push
({
name
:
'OfferChange'
,
query
:
{
'offerid'
:
this
.
PrerealContrastOfferId
,
'Qtype'
:
3
,
'blank'
:
'y'
,
}
});
}).
catch
(()
=>
{
});
}
return
;
}
...
...
@@ -665,6 +685,7 @@
this
.
IsPrerealContrast
=
true
;
this
.
PrerealContrastMsg
=
res
.
data
.
data
.
Msg
;
this
.
PrerealContrastOfferId
=
res
.
data
.
data
.
OfferId
;
this
.
roomZeroNum
=
res
.
data
.
data
.
roomZeroNum
;
}
}
else
{}
},
err
=>
{})
...
...
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