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
eb7c7491
Commit
eb7c7491
authored
Mar 14, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d9ec5abd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
HotelInfo.vue
src/components/Hotel/HotelInfo.vue
+2
-3
DirectQuotation.vue
...s/TravelManager/TravelQuotationCenter/DirectQuotation.vue
+1
-1
pictureResourceManagement.vue
...components/systemManagement/pictureResourceManagement.vue
+1
-1
No files found.
src/components/Hotel/HotelInfo.vue
View file @
eb7c7491
...
...
@@ -286,7 +286,7 @@ export default {
inActive
:
1
,
//已选中
notInActive
:
0
,
//未选中
SupplierList
:
""
,
imgBeforeFile
:
this
.
domainManager
().
Ali
Url
,
imgBeforeFile
:
this
.
domainManager
().
ViittoFile
Url
,
isBook
:
true
,
isDinner
:
false
,
dinerList
:
""
,
...
...
@@ -622,8 +622,7 @@ export default {
obj
.
PicID
=
imgItem
.
PicID
;
obj
.
ShowPath
=
_self
.
imgBeforeFile
+
imgItem
.
Path
+
"?x-oss-process=image/resize,l_140"
;
imgItem
.
Path
;
this
.
HotelImageArray
.
push
(
obj
);
});
}
...
...
src/components/TravelManager/TravelQuotationCenter/DirectQuotation.vue
View file @
eb7c7491
...
...
@@ -826,7 +826,7 @@
FileSize
:
fileSize
});
this
.
uploadList
.
push
({
Url
:
this
.
domainManager
().
AliUrl
+
x
.
name
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Name
:
file
.
file
.
name
});
});
...
...
src/components/systemManagement/pictureResourceManagement.vue
View file @
eb7c7491
...
...
@@ -210,7 +210,7 @@
}
this
.
apipost
(
'Pictureresource_get_Get'
,
msg
,
res
=>
{
this
.
addMsg
=
res
.
data
.
data
this
.
imageUrl
=
this
.
addMsg
.
PicPath
this
.
imageUrl
=
this
.
domainManager
().
ViittoFileUrl
+
this
.
addMsg
.
PicPath
},
err
=>
{})
},
submitForm
(
addMsg
)
{
//提交创建、修改表单
...
...
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