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
09c344a3
Commit
09c344a3
authored
Mar 14, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
c96c77e3
f0346598
Show whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
73 additions
and
46 deletions
+73
-46
chatEditor.vue
src/components/Chat/chatEditor.vue
+1
-1
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+2
-2
addCapitalAllocation.vue
src/components/FinancialModule/addCapitalAllocation.vue
+4
-4
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+2
-2
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+2
-2
HotelInfo.vue
src/components/Hotel/HotelInfo.vue
+2
-2
leaderPay.vue
src/components/LeaderManagement/leaderPay.vue
+2
-2
restaurantInfoManage.vue
src/components/Restaurant/restaurantInfoManage.vue
+2
-2
groupInquiry.vue
src/components/SalesModule/groupInquiry.vue
+1
-1
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+1
-1
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+1
-1
visaSchedule.vue
src/components/SalesVisa/visaSchedule.vue
+1
-1
ShoppingReimbursementDetails.vue
...components/ShoppingStore/ShoppingReimbursementDetails.vue
+1
-1
flightManagement.vue
src/components/Ticketing/flightManagement.vue
+28
-1
GroupAdvertising.vue
src/components/TravelManager/TravelList/GroupAdvertising.vue
+2
-2
DirectQuotation.vue
...s/TravelManager/TravelQuotationCenter/DirectQuotation.vue
+1
-1
hotelTrip_disDirect.vue
...ents/TravelManager/travelLineTrip/hotelTrip_disDirect.vue
+1
-1
scienTrip_Direct.vue
...ponents/TravelManager/travelLineTrip/scienTrip_Direct.vue
+1
-1
scienTrip_disDirect.vue
...ents/TravelManager/travelLineTrip/scienTrip_disDirect.vue
+1
-1
Announcement.vue
src/components/administrative/Announcement.vue
+2
-2
myDocuments.vue
src/components/administrative/myDocuments.vue
+1
-1
DMCchooseImg.vue
src/components/commonPage/DMCchooseImg.vue
+1
-1
fivedayList.vue
...onents/newTravelmanager/TravelTripPreview/fivedayList.vue
+2
-2
fourdayList.vue
...onents/newTravelmanager/TravelTripPreview/fourdayList.vue
+2
-2
noScenic.vue
...omponents/newTravelmanager/TravelTripPreview/noScenic.vue
+1
-1
onedayList.vue
...ponents/newTravelmanager/TravelTripPreview/onedayList.vue
+2
-2
threedayList.vue
...nents/newTravelmanager/TravelTripPreview/threedayList.vue
+2
-2
twodayList.vue
...ponents/newTravelmanager/TravelTripPreview/twodayList.vue
+2
-2
scenicSpotInfoManage.vue
src/components/scenicSpot/scenicSpotInfoManage.vue
+2
-2
No files found.
src/components/Chat/chatEditor.vue
View file @
09c344a3
...
...
@@ -710,7 +710,7 @@ export default {
Height
:
"84"
,
content
:
{
fileType
:
type
,
fileUrl
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
,
fileUrl
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
fileName
:
name
,
fileSize
:
size
},
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
09c344a3
...
...
@@ -1020,8 +1020,8 @@ export default {
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
this
.
saveMsg
.
push
({
Type
:
fileTypeNumber
,
Content
:
x
.
name
,
Url
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
,
Content
:
x
.
data
.
FilePath
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
});
this
.
$message
.
success
(
'上传成功'
);
});
...
...
src/components/FinancialModule/addCapitalAllocation.vue
View file @
09c344a3
...
...
@@ -659,17 +659,17 @@ export default {
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
if
(
this
.
inUploadTrue
)
{
this
.
inList
[
this
.
inUploadIndex
].
vorcherInos
.
push
({
Content
:
x
.
name
,
Content
:
x
.
data
.
FilePath
,
ID
:
0
,
Type
:
fileTypeNumber
,
Url
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
})
}
else
{
this
.
outList
[
this
.
inUploadIndex
].
vorcherInos
.
push
({
Content
:
x
.
name
,
Content
:
x
.
data
.
FilePath
,
ID
:
0
,
Type
:
fileTypeNumber
,
Url
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
})
}
this
.
$message
.
success
(
'上传成功'
);
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
09c344a3
...
...
@@ -818,10 +818,10 @@ export default {
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
this
.
saveMsg
.
push
({
Content
:
x
.
name
,
Content
:
x
.
data
.
FilePath
,
ID
:
0
,
Type
:
fileTypeNumber
,
Url
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
})
this
.
$message
.
success
(
'上传成功'
);
});
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
09c344a3
...
...
@@ -779,10 +779,10 @@ export default {
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
this
.
saveMsg
.
push
({
Content
:
x
.
name
,
Content
:
x
.
data
.
FilePath
,
ID
:
0
,
Type
:
fileTypeNumber
,
Url
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
})
this
.
$message
.
success
(
'上传成功'
);
});
...
...
src/components/Hotel/HotelInfo.vue
View file @
09c344a3
...
...
@@ -407,8 +407,8 @@ export default {
var
path
=
"/Upload/DMC/"
;
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
var
obj
=
this
.
$DMCUtils
.
DMCImageObj
();
var
str
=
x
.
name
;
var
imgUrl
=
this
.
domainManager
().
AliUrl
+
str
;
var
str
=
x
.
data
.
FilePath
;
var
imgUrl
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
obj
.
Path
=
str
;
obj
.
ShowPath
=
imgUrl
;
this
.
HotelImageArray
.
push
(
obj
);
...
...
src/components/LeaderManagement/leaderPay.vue
View file @
09c344a3
...
...
@@ -631,9 +631,9 @@
let
path
=
"/Upload/Temporary/"
;
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
this
.
TemporaryItem
.
VoucherPicList
.
push
({
id
:
x
.
name
,
id
:
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
url
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
})
});
},
...
...
src/components/Restaurant/restaurantInfoManage.vue
View file @
09c344a3
...
...
@@ -1052,8 +1052,8 @@
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
//统一图片处理
var
obj
=
this
.
$DMCUtils
.
DMCImageObj
();
var
str
=
x
.
name
;
var
imgUrl
=
this
.
domainManager
().
AliUrl
+
str
;
var
str
=
x
.
data
.
FilePath
;
var
imgUrl
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
obj
.
Path
=
str
;
obj
.
ShowPath
=
imgUrl
;
this
.
DiningImageArray
.
push
(
obj
);
...
...
src/components/SalesModule/groupInquiry.vue
View file @
09c344a3
...
...
@@ -788,7 +788,7 @@ export default {
let
path
=
"/Upload/Temporary/"
;
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
this
.
apipost
(
'dmc_get_visa_UploadVisaInformation'
,
{
Path
:
x
.
name
,
Path
:
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
Status
:
1
,
TCID
:
this
.
uploadTCID
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
09c344a3
...
...
@@ -2036,7 +2036,7 @@
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:
(
file
.
file
.
size
/
1024
).
toFixed
(
0
)
let
saveMsg
=
{}
saveMsg
.
Path
=
x
.
name
saveMsg
.
Path
=
x
.
data
.
FilePath
saveMsg
.
FileName
=
file
.
file
.
name
saveMsg
.
Status
=
1
saveMsg
.
OrderId
=
this
.
checkedObj
.
orderId
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
09c344a3
...
...
@@ -2543,7 +2543,7 @@ export default {
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
let
saveMsg
=
{}
saveMsg
.
Path
=
x
.
name
saveMsg
.
Path
=
x
.
data
.
FilePath
saveMsg
.
FileName
=
file
.
file
.
name
saveMsg
.
Status
=
1
saveMsg
.
OrderId
=
this
.
checkedObj
.
orderId
...
...
src/components/SalesVisa/visaSchedule.vue
View file @
09c344a3
...
...
@@ -774,7 +774,7 @@ export default {
let
path
=
"/Upload/Temporary/"
;
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
this
.
apipost
(
'dmc_get_visa_UploadVisaInformation'
,
{
Path
:
x
.
name
,
Path
:
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
Status
:
1
,
TCID
:
this
.
uploadTCID
...
...
src/components/ShoppingStore/ShoppingReimbursementDetails.vue
View file @
09c344a3
...
...
@@ -194,7 +194,7 @@
var
that
=
this
;
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:
(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
var
fileUrl
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
;
var
fileUrl
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
that
.
list
.
forEach
((
item
,
index
)
=>
{
if
(
index
==
that
.
upIndex
)
{
item
.
ShopDetailsList
.
forEach
((
subItem
,
subIndex
)
=>
{
...
...
src/components/Ticketing/flightManagement.vue
View file @
09c344a3
...
...
@@ -314,6 +314,18 @@
<el-input
type=
"text"
v-model=
"addMsg.Arrival_time"
@
keyup
.
native=
"changeV2(addMsg)"
maxlength=
"5"
:placeholder=
"$t('system.ph_time')"
></el-input>
</el-form-item>
<el-form-item
class=
"flightMg_info"
>
<el-checkbox
v-model=
"checked"
>
{{
$t
(
'system.table_tips_fmgCk'
)
}}
</el-checkbox>
</el-form-item>
<div
v-if=
"checked"
>
<p
class=
"flightMg_info_tips"
>
{{
$t
(
'system.table_tips_fmgInfo'
)
}}
</p>
<el-form-item
:label=
"$t('system.table_begTime')"
class=
'time'
>
<el-date-picker
v-model=
'addMsg.StartDate'
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
></el-date-picker>
</el-form-item>
<el-form-item
:label=
"$t('system.table_overTime')"
class=
'time'
>
<el-date-picker
v-model=
'addMsg.EndDate'
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
></el-date-picker>
</el-form-item>
</div>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<button
class=
"normalBtn"
type=
"primary"
@
click=
"submitForm('addMsg')"
>
{{
$t
(
'pub.saveBtn'
)
}}
</button>
...
...
@@ -359,6 +371,10 @@
Arrival_stopover_time
:
""
,
Departure_stopover_time
:
""
,
SeasonType
:
0
,
//是否同步
synchronization
:
0
,
StartDate
:
""
,
EndDate
:
""
},
SeasonTypeList
:
[],
DataList
:
[],
...
...
@@ -516,7 +532,10 @@
Stopover_airport
:
""
,
Arrival_stopover_time
:
""
,
Departure_stopover_time
:
""
,
SeasonType
:
0
SeasonType
:
0
,
synchronization
:
0
,
StartDate
:
""
,
EndDate
:
""
};
this
.
addMsg
=
newMsg
;
},
...
...
@@ -574,6 +593,14 @@
},
//添加
addGroupGuide
()
{
if
(
this
.
checked
)
{
this
.
addMsg
.
synchronization
=
1
;
}
else
{
this
.
addMsg
.
synchronization
=
0
;
}
this
.
apipost
(
"flight_post_Set"
,
this
.
addMsg
,
...
...
src/components/TravelManager/TravelList/GroupAdvertising.vue
View file @
09c344a3
...
...
@@ -155,8 +155,8 @@ export default {
var
imgArr
=
[];
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
var
obj
=
this
.
$DMCUtils
.
DMCImageObj
();
var
str
=
x
.
name
;
var
imgUrl
=
this
.
domainManager
().
AliUrl
+
str
;
var
str
=
x
.
data
.
FilePath
;
var
imgUrl
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
obj
.
Path
=
str
;
obj
.
ShowPath
=
imgUrl
;
imgArr
.
push
(
obj
.
ShowPath
);
...
...
src/components/TravelManager/TravelQuotationCenter/DirectQuotation.vue
View file @
09c344a3
...
...
@@ -820,7 +820,7 @@
:
(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
this
.
saveMsg
=
[];
this
.
saveMsg
.
push
({
Path
:
x
.
name
,
Path
:
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
MD5Sign
:
file
.
file
.
uid
,
FileSize
:
fileSize
...
...
src/components/TravelManager/travelLineTrip/hotelTrip_disDirect.vue
View file @
09c344a3
...
...
@@ -218,7 +218,7 @@
// var str = x.res.requestUrls[0];
var
fileObj
=
this
.
$commonUtils
.
FileObject
();
fileObj
.
Url
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
);
fileObj
.
fileName
=
x
.
name
;
fileObj
.
fileName
=
x
.
data
.
FilePath
;
item
.
data
.
ImaArray
.
push
(
fileObj
);
});
},
...
...
src/components/TravelManager/travelLineTrip/scienTrip_Direct.vue
View file @
09c344a3
...
...
@@ -307,7 +307,7 @@
// var str = x.res.requestUrls[0];
var
fileObj
=
this
.
$commonUtils
.
FileObject
();
fileObj
.
Url
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
);
fileObj
.
fileName
=
x
.
name
;
fileObj
.
fileName
=
x
.
data
.
FilePath
;
item
.
data
.
ImaArray
.
push
(
fileObj
);
});
},
...
...
src/components/TravelManager/travelLineTrip/scienTrip_disDirect.vue
View file @
09c344a3
...
...
@@ -200,7 +200,7 @@
var
str
=
x
.
res
.
requestUrls
[
0
];
var
fileObj
=
this
.
$commonUtils
.
FileObject
();
fileObj
.
Url
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
);
fileObj
.
fileName
=
x
.
name
;
fileObj
.
fileName
=
x
.
data
.
FilePath
item
.
data
.
ImaArray
.
push
(
fileObj
);
});
},
...
...
src/components/administrative/Announcement.vue
View file @
09c344a3
...
...
@@ -244,13 +244,13 @@
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
this
.
saveMsg
=
[]
this
.
saveMsg
.
push
({
Path
:
x
.
name
,
Path
:
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
MD5Sign
:
file
.
file
.
uid
,
FileSize
:
fileSize
,
FolderId
:
this
.
msg
.
ParentId
})
this
.
uploadList
.
push
({
url
:
x
.
name
,
name
:
file
.
file
.
name
})
this
.
uploadList
.
push
({
url
:
x
.
data
.
FilePath
,
name
:
file
.
file
.
name
})
});
},
downloadSingle
(
obj
){
...
...
src/components/administrative/myDocuments.vue
View file @
09c344a3
...
...
@@ -527,7 +527,7 @@
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
this
.
saveMsg
=
[]
this
.
saveMsg
.
push
({
Path
:
x
.
name
,
Path
:
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
MD5Sign
:
file
.
file
.
uid
,
FileSize
:
fileSize
,
...
...
src/components/commonPage/DMCchooseImg.vue
View file @
09c344a3
...
...
@@ -280,7 +280,7 @@ export default {
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
var
obj
=
this
.
$DMCUtils
.
DMCImageObj
();
var
str
=
x
.
name
;
var
imgUrl
=
this
.
domainManager
().
AliUrl
+
str
;
var
imgUrl
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
obj
.
Path
=
str
;
obj
.
ShowPath
=
imgUrl
;
this
.
uploadImageFile
(
obj
.
Path
);
...
...
src/components/newTravelmanager/TravelTripPreview/fivedayList.vue
View file @
09c344a3
...
...
@@ -260,9 +260,9 @@
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
var
obj
=
{
Url
:
this
.
domainManager
().
AliUrl
+
x
.
name
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Name
:
""
,
fileName
:
x
.
name
fileName
:
x
.
data
.
FilePath
};
var
array
=
[];
array
.
push
(
obj
);
...
...
src/components/newTravelmanager/TravelTripPreview/fourdayList.vue
View file @
09c344a3
...
...
@@ -235,9 +235,9 @@
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
var
obj
=
{
Url
:
this
.
domainManager
().
AliUrl
+
x
.
name
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Name
:
""
,
fileName
:
x
.
name
fileName
:
x
.
data
.
FilePath
};
var
array
=
[];
array
.
push
(
obj
);
...
...
src/components/newTravelmanager/TravelTripPreview/noScenic.vue
View file @
09c344a3
...
...
@@ -93,7 +93,7 @@ export default {
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
this
.
trafficObj
.
trafficIntroduce
.
IntroduceImage
=
this
.
domainManager
().
AliUrl
+
x
.
name
;
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
});
},
//关闭添加弹窗
...
...
src/components/newTravelmanager/TravelTripPreview/onedayList.vue
View file @
09c344a3
...
...
@@ -108,9 +108,9 @@
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
var
obj
=
{
Url
:
this
.
domainManager
().
AliUrl
+
x
.
name
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Name
:
""
,
fileName
:
x
.
name
fileName
:
x
.
data
.
FilePath
};
var
array
=
[];
array
.
push
(
obj
);
...
...
src/components/newTravelmanager/TravelTripPreview/threedayList.vue
View file @
09c344a3
...
...
@@ -193,9 +193,9 @@
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
var
obj
=
{
Url
:
this
.
domainManager
().
AliUrl
+
x
.
name
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Name
:
""
,
fileName
:
x
.
name
fileName
:
x
.
data
.
FilePath
};
var
array
=
[];
array
.
push
(
obj
);
...
...
src/components/newTravelmanager/TravelTripPreview/twodayList.vue
View file @
09c344a3
...
...
@@ -137,9 +137,9 @@
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
var
obj
=
{
Url
:
this
.
domainManager
().
AliUrl
+
x
.
name
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Name
:
""
,
fileName
:
x
.
name
fileName
:
x
.
data
.
FilePath
};
var
array
=
[];
array
.
push
(
obj
);
...
...
src/components/scenicSpot/scenicSpotInfoManage.vue
View file @
09c344a3
...
...
@@ -961,8 +961,8 @@
this
.
UploadSelfFileT
(
path
,
newArr
,
x
=>
{
//统一图片处理
var
obj
=
this
.
$DMCUtils
.
DMCImageObj
();
var
str
=
x
.
name
;
var
imgUrl
=
this
.
domainManager
().
AliUrl
+
str
;
var
str
=
x
.
data
.
FilePath
;
var
imgUrl
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
obj
.
Path
=
str
;
obj
.
ShowPath
=
imgUrl
;
this
.
TicketCouponsImageArray
.
push
(
obj
);
...
...
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