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
fe7033f7
Commit
fe7033f7
authored
Aug 08, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
69ddb3b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
ReservationOrder.vue
...components/CarDealerOrder/components/ReservationOrder.vue
+3
-0
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+4
-3
No files found.
src/components/CarDealerOrder/components/ReservationOrder.vue
View file @
fe7033f7
...
...
@@ -458,6 +458,9 @@ export default {
if
(
this
.
$route
.
query
.
MainId
)
{
this
.
msg
.
MainId
=
this
.
$route
.
query
.
MainId
}
if
(
this
.
$route
.
query
.
OrderTCNUM
)
{
this
.
msg
.
OrderTCNUM
=
this
.
$route
.
query
.
OrderTCNUM
}
// crm自动登陆传过来的参数
if
(
this
.
$route
.
query
.
crmOrderObj
){
let
crmOrderObj
=
JSON
.
parse
(
this
.
$route
.
query
.
crmOrderObj
)
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
fe7033f7
...
...
@@ -798,12 +798,13 @@ Vue.component("TCIDJump", {
event_id
:
'CarDealerOrder'
,
data
:
{
OrderId
:
id
,
type
:
3
}},
`
${
href
}
`
)
}
else
{
this
.
$router
.
push
({
path
:
path
,
query
:
{
Order
Id
:
id
,
Order
TCNUM
:
id
,
blank
:
'y'
}
});
...
...
@@ -2285,7 +2286,7 @@ export default {
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
},
{
field
:
"YingShou"
,
formatter
:
this
.
moneyFormat
,
...
...
@@ -2295,7 +2296,7 @@ export default {
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
},
{
field
:
"ShiShou"
,
formatter
:
this
.
moneyFormat
,
...
...
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