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
a6564541
Commit
a6564541
authored
4 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
216abe87
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
10 deletions
+0
-10
QuotationPrice_SWT.vue
...s/TravelManager/TravelNewQuotation/QuotationPrice_SWT.vue
+0
-4
busPriceConfig.vue
src/components/busManagement/busPriceConfig.vue
+0
-1
swtBaoJiaConfig.vue
src/components/dmc/manager/swtBaoJiaConfig.vue
+0
-1
magiContract.vue
src/components/magiContract.vue
+0
-2
admissionStatisticsDetails_SWT.vue
src/components/scenicSpot/admissionStatisticsDetails_SWT.vue
+0
-1
ticketManagement.vue
src/components/scenicSpot/ticketManagement.vue
+0
-1
No files found.
src/components/TravelManager/TravelNewQuotation/QuotationPrice_SWT.vue
View file @
a6564541
...
...
@@ -1559,9 +1559,7 @@
var
qmsg
=
{
Id
:
this
.
Id
};
console
.
log
(
"qmsg"
,
qmsg
);
this
.
apipost
(
"travel_get_GetBaoJiaDanSwtService"
,
qmsg
,
res
=>
{
console
.
log
(
"getData"
,
res
.
data
.
data
);
if
(
res
.
data
.
resultCode
==
1
)
{
var
jsonData
=
res
.
data
.
data
;
...
...
@@ -1673,7 +1671,6 @@
//保存数据
SaveData
(
type
)
{
this
.
apipost
(
"travel_post_SetBaoJiaDanSwtService"
,
this
.
postData
,
res
=>
{
console
.
log
(
"SaveData"
,
res
.
data
.
data
);
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Id
=
res
.
data
.
data
;
if
(
type
==
0
)
{
...
...
@@ -2511,7 +2508,6 @@
if
(
this
.
$route
.
query
.
Id
)
{
this
.
Id
=
this
.
$route
.
query
.
Id
;
}
console
.
log
(
"this.Id"
,
this
.
Id
);
this
.
GetBaoJiaFeeConfigList
();
this
.
getBusTypeList
();
this
.
getLineList
();
...
...
This diff is collapsed.
Click to expand it.
src/components/busManagement/busPriceConfig.vue
View file @
a6564541
...
...
@@ -413,7 +413,6 @@
this
.
msg
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
data
.
pageData
;
console
.
log
(
"this"
,
this
.
dataList
);
this
.
msg
.
total
=
res
.
data
.
data
.
count
;
}
},
...
...
This diff is collapsed.
Click to expand it.
src/components/dmc/manager/swtBaoJiaConfig.vue
View file @
a6564541
...
...
@@ -255,7 +255,6 @@
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
TypeList
=
res
.
data
.
data
;
console
.
log
(
"res"
,
this
.
TypeList
);
}
},
null
...
...
This diff is collapsed.
Click to expand it.
src/components/magiContract.vue
View file @
a6564541
...
...
@@ -478,9 +478,7 @@ export default {
Id
:
this
.
$route
.
query
.
Id
}
this
.
apipost
(
"viitto_get_GetEntityService"
,
msg
,
res
=>
{
console
.
log
(
res
,
'来了'
);
if
(
res
.
data
.
resultCode
==
1
)
{
//this.Success('保存成功');
let
myData
=
res
.
data
.
data
;
this
.
msg
.
CustomerName
=
myData
.
CustomerName
;
if
(
myData
.
SignDate
!=
null
){
...
...
This diff is collapsed.
Click to expand it.
src/components/scenicSpot/admissionStatisticsDetails_SWT.vue
View file @
a6564541
...
...
@@ -218,7 +218,6 @@
}
})
});
console
.
log
(
"this."
,
this
.
DataList
);
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
}
...
...
This diff is collapsed.
Click to expand it.
src/components/scenicSpot/ticketManagement.vue
View file @
a6564541
...
...
@@ -265,7 +265,6 @@
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
total
=
res
.
data
.
data
.
count
;
this
.
DataList
=
res
.
data
.
data
.
pageData
;
console
.
log
(
"this.datalist"
,
this
.
DataList
);
this
.
noData
=
!
this
.
total
>
0
;
}
},
...
...
This diff is collapsed.
Click to expand it.
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