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
8e406f63
Commit
8e406f63
authored
Mar 11, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘部分修改’
parent
925d1a5c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
948 additions
and
564 deletions
+948
-564
restaurantInfoManage.vue
src/components/Restaurant/restaurantInfoManage.vue
+3
-3
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+6
-6
MyCustomerDetail.vue
src/components/SalesModule/MyCustomerDetail.vue
+6
-6
VisitPlan.vue
src/components/SalesModule/VisitPlan.vue
+6
-6
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+6
-6
planeTicketInquiry.vue
src/components/SalesModule/planeTicketInquiry.vue
+3
-3
VisaProduct.vue
src/components/SalesVisa/VisaProduct.vue
+893
-506
visaSchedule.vue
src/components/SalesVisa/visaSchedule.vue
+2
-2
ShoppingReimbursementDetails.vue
...components/ShoppingStore/ShoppingReimbursementDetails.vue
+2
-2
ShoppingStore.vue
src/components/ShoppingStore/ShoppingStore.vue
+3
-3
TravelConfig.vue
...ents/newTravelmanager/TravelGroupControl/TravelConfig.vue
+6
-9
TravelFeature.vue
...nts/newTravelmanager/TravelGroupControl/TravelFeature.vue
+3
-3
appMenuManagement.vue
src/components/platformModule/appMenuManagement.vue
+6
-6
scenicSpotInfoManage.vue
src/components/scenicSpot/scenicSpotInfoManage.vue
+3
-3
No files found.
src/components/Restaurant/restaurantInfoManage.vue
View file @
8e406f63
...
@@ -1049,11 +1049,11 @@
...
@@ -1049,11 +1049,11 @@
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
fileName
=
file
.
file
.
name
;
let
fileName
=
file
.
file
.
name
;
var
path
=
"/Upload/DMC/"
;
var
path
=
"/Upload/DMC/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
//统一图片处理
//统一图片处理
var
obj
=
this
.
$DMCUtils
.
DMCImageObj
();
var
obj
=
this
.
$DMCUtils
.
DMCImageObj
();
var
str
=
x
.
name
;
var
str
=
x
.
data
.
FilePath
;
var
imgUrl
=
this
.
domainManager
().
AliUrl
+
str
;
var
imgUrl
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
obj
.
Path
=
str
;
obj
.
Path
=
str
;
obj
.
ShowPath
=
imgUrl
;
obj
.
ShowPath
=
imgUrl
;
this
.
DiningImageArray
.
push
(
obj
);
this
.
DiningImageArray
.
push
(
obj
);
...
...
src/components/SalesModule/MyCustomer.vue
View file @
8e406f63
...
@@ -408,8 +408,8 @@ export default {
...
@@ -408,8 +408,8 @@ export default {
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
BusinessCardPhotos
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
this
.
BusinessCardPhotos
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
});
});
},
},
uploadImg1
(
file
)
{
uploadImg1
(
file
)
{
...
@@ -417,8 +417,8 @@ export default {
...
@@ -417,8 +417,8 @@ export default {
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
HousePhotos
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
this
.
HousePhotos
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
});
});
},
},
uploadImg2
(
file
)
{
uploadImg2
(
file
)
{
...
@@ -426,8 +426,8 @@ export default {
...
@@ -426,8 +426,8 @@ export default {
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
Images
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
this
.
Images
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
});
});
},
},
searchHistory
(
val
){
searchHistory
(
val
){
...
...
src/components/SalesModule/MyCustomerDetail.vue
View file @
8e406f63
...
@@ -372,8 +372,8 @@
...
@@ -372,8 +372,8 @@
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
BusinessCardPhotos
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
this
.
BusinessCardPhotos
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
});
});
},
},
uploadImg1
(
file
)
{
uploadImg1
(
file
)
{
...
@@ -381,8 +381,8 @@
...
@@ -381,8 +381,8 @@
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
HousePhotos
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
this
.
HousePhotos
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
});
});
},
},
uploadImg2
(
file
)
{
uploadImg2
(
file
)
{
...
@@ -390,8 +390,8 @@
...
@@ -390,8 +390,8 @@
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
Images
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
this
.
Images
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
});
});
},
},
resetForm
(
formName
)
{
//弹出框取消 初始化谈框内表单
resetForm
(
formName
)
{
//弹出框取消 初始化谈框内表单
...
...
src/components/SalesModule/VisitPlan.vue
View file @
8e406f63
...
@@ -795,8 +795,8 @@ export default {
...
@@ -795,8 +795,8 @@ export default {
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
BusinessCardPhotos
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
this
.
BusinessCardPhotos
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
});
});
},
},
uploadImg1
(
file
)
{
uploadImg1
(
file
)
{
...
@@ -804,8 +804,8 @@ export default {
...
@@ -804,8 +804,8 @@ export default {
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
HousePhotos
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
this
.
HousePhotos
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
});
});
},
},
uploadImg2
(
file
)
{
uploadImg2
(
file
)
{
...
@@ -813,8 +813,8 @@ export default {
...
@@ -813,8 +813,8 @@ export default {
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
Images
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
this
.
Images
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
});
});
},
},
getJycs
(){
getJycs
(){
...
...
src/components/SalesModule/customerTransfer.vue
View file @
8e406f63
...
@@ -656,8 +656,8 @@ export default {
...
@@ -656,8 +656,8 @@ export default {
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
BusinessCardPhotos
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
;
this
.
BusinessCardPhotos
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
});
});
},
},
uploadImg1
(
file
)
{
uploadImg1
(
file
)
{
...
@@ -665,8 +665,8 @@ export default {
...
@@ -665,8 +665,8 @@ export default {
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
HousePhotos
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
;
this
.
HousePhotos
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
});
});
},
},
uploadImg2
(
file
)
{
uploadImg2
(
file
)
{
...
@@ -674,8 +674,8 @@ export default {
...
@@ -674,8 +674,8 @@ export default {
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
Images
=
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
;
this
.
Images
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
});
});
},
},
getJycs
()
{
getJycs
()
{
...
...
src/components/SalesModule/planeTicketInquiry.vue
View file @
8e406f63
...
@@ -2151,9 +2151,9 @@
...
@@ -2151,9 +2151,9 @@
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
item
.
file
);
newArr
.
push
(
item
.
file
);
let
path
=
"/Upload/Ticket/"
;
let
path
=
"/Upload/Ticket/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
str
=
x
.
res
.
requestUrls
[
0
]
;
var
str
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
var
fileUrl
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
)
;
var
fileUrl
=
str
;
this
.
UploadItineraryMsg
.
TripItinerary
=
fileUrl
;
this
.
UploadItineraryMsg
.
TripItinerary
=
fileUrl
;
this
.
apipost
(
this
.
apipost
(
"AirTicket_Post_SetTripItinerary"
,
"AirTicket_Post_SetTripItinerary"
,
...
...
src/components/SalesVisa/VisaProduct.vue
View file @
8e406f63
This diff is collapsed.
Click to expand it.
src/components/SalesVisa/visaSchedule.vue
View file @
8e406f63
...
@@ -772,9 +772,9 @@ export default {
...
@@ -772,9 +772,9 @@ export default {
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
apipost
(
'dmc_get_visa_UploadVisaInformation'
,
{
this
.
apipost
(
'dmc_get_visa_UploadVisaInformation'
,
{
Path
:
x
.
name
,
Path
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
FileName
:
file
.
file
.
name
,
Status
:
1
,
Status
:
1
,
TCID
:
this
.
uploadTCID
TCID
:
this
.
uploadTCID
...
...
src/components/ShoppingStore/ShoppingReimbursementDetails.vue
View file @
8e406f63
...
@@ -192,9 +192,9 @@
...
@@ -192,9 +192,9 @@
let
path
=
"/Upload/ShopZhang/"
;
let
path
=
"/Upload/ShopZhang/"
;
this
.
$message
.
info
(
'上传中...'
);
this
.
$message
.
info
(
'上传中...'
);
var
that
=
this
;
var
that
=
this
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:
(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
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
)
=>
{
that
.
list
.
forEach
((
item
,
index
)
=>
{
if
(
index
==
that
.
upIndex
)
{
if
(
index
==
that
.
upIndex
)
{
item
.
ShopDetailsList
.
forEach
((
subItem
,
subIndex
)
=>
{
item
.
ShopDetailsList
.
forEach
((
subItem
,
subIndex
)
=>
{
...
...
src/components/ShoppingStore/ShoppingStore.vue
View file @
8e406f63
...
@@ -748,9 +748,9 @@
...
@@ -748,9 +748,9 @@
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
fileName
=
file
.
file
.
name
;
let
fileName
=
file
.
file
.
name
;
var
path
=
"/Upload/DMC/"
;
var
path
=
"/Upload/DMC/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
str
=
x
.
name
;
var
str
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
var
imgUrl
=
this
.
domainManager
().
AliUrl
+
str
;
var
imgUrl
=
str
;
this
.
imgArray
.
push
(
imgUrl
);
this
.
imgArray
.
push
(
imgUrl
);
this
.
PicPathArray
.
push
(
str
);
this
.
PicPathArray
.
push
(
str
);
});
});
...
...
src/components/newTravelmanager/TravelGroupControl/TravelConfig.vue
View file @
8e406f63
...
@@ -238,13 +238,10 @@
...
@@ -238,13 +238,10 @@
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
fileName
=
file
.
file
.
name
;
let
fileName
=
file
.
file
.
name
;
let
that
=
this
;
let
that
=
this
;
let
path
=
"/Upload/
DMC
/"
;
let
path
=
"/Upload/
Temporary
/"
;
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
console
.
log
(
x
);
this
.
VideoStr
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
var
str
=
x
.
res
.
requestUrls
[
0
].
split
(
'?'
);
this
.
PostConfig
.
VideoStr
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
this
.
VideoStr
=
str
[
0
];
this
.
PostConfig
.
VideoStr
=
x
.
name
;
// that.PostConfig.fileList[this.updateChoseIndex].Name = fileName;
// that.PostConfig.fileList[this.updateChoseIndex].Name = fileName;
});
});
},
},
...
@@ -286,11 +283,11 @@
...
@@ -286,11 +283,11 @@
let
fileName
=
file
.
file
.
name
;
let
fileName
=
file
.
file
.
name
;
let
that
=
this
;
let
that
=
this
;
let
path
=
"/Upload/DMC/"
;
let
path
=
"/Upload/DMC/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
str
=
x
.
res
.
requestUrls
[
0
]
;
var
str
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
that
.
PostConfig
.
fileList
[
that
.
PostConfig
.
fileList
[
this
.
updateChoseIndex
this
.
updateChoseIndex
].
Url
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
);
].
Url
=
str
that
.
PostConfig
.
fileList
[
this
.
updateChoseIndex
].
Name
=
fileName
;
that
.
PostConfig
.
fileList
[
this
.
updateChoseIndex
].
Name
=
fileName
;
});
});
},
},
...
...
src/components/newTravelmanager/TravelGroupControl/TravelFeature.vue
View file @
8e406f63
...
@@ -556,11 +556,11 @@
...
@@ -556,11 +556,11 @@
let
that
=
this
;
let
that
=
this
;
let
path
=
"/Upload/DMC/"
;
let
path
=
"/Upload/DMC/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
str
=
x
.
res
.
requestUrls
[
0
]
;
var
str
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
that
.
FeatureData
.
fileList
[
that
.
FeatureData
.
fileList
[
this
.
updateChoseIndex
this
.
updateChoseIndex
].
Url
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
);
].
Url
=
str
that
.
FeatureData
.
fileList
[
this
.
updateChoseIndex
].
Name
=
fileName
;
that
.
FeatureData
.
fileList
[
this
.
updateChoseIndex
].
Name
=
fileName
;
});
});
},
},
...
...
src/components/platformModule/appMenuManagement.vue
View file @
8e406f63
...
@@ -502,9 +502,9 @@
...
@@ -502,9 +502,9 @@
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
item
.
file
);
newArr
.
push
(
item
.
file
);
let
path
=
"/Upload/Icon/AppMenuIcon/"
;
let
path
=
"/Upload/Icon/AppMenuIcon/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
str
=
x
.
res
.
requestUrls
[
0
]
;
var
str
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
this
.
addMsg
.
Image
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
);
this
.
addMsg
.
Image
=
str
});
});
},
},
//上传菜单选中图标
//上传菜单选中图标
...
@@ -512,9 +512,9 @@
...
@@ -512,9 +512,9 @@
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
item
.
file
);
newArr
.
push
(
item
.
file
);
let
path
=
"/Upload/Icon/AppMenuIcon/"
;
let
path
=
"/Upload/Icon/AppMenuIcon/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
str
=
x
.
res
.
requestUrls
[
0
]
;
var
str
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
this
.
addMsg
.
SelectImage
=
this
.
$commonUtils
.
GetALiFileUrl
(
str
);
this
.
addMsg
.
SelectImage
=
str
});
});
}
}
}
}
...
...
src/components/scenicSpot/scenicSpotInfoManage.vue
View file @
8e406f63
...
@@ -958,11 +958,11 @@
...
@@ -958,11 +958,11 @@
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
fileName
=
file
.
file
.
name
;
let
fileName
=
file
.
file
.
name
;
var
path
=
"/Upload/DMC/"
;
var
path
=
"/Upload/DMC/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
//统一图片处理
//统一图片处理
var
obj
=
this
.
$DMCUtils
.
DMCImageObj
();
var
obj
=
this
.
$DMCUtils
.
DMCImageObj
();
var
str
=
x
.
name
;
var
str
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
var
imgUrl
=
this
.
domainManager
().
AliUrl
+
str
;
var
imgUrl
=
str
;
obj
.
Path
=
str
;
obj
.
Path
=
str
;
obj
.
ShowPath
=
imgUrl
;
obj
.
ShowPath
=
imgUrl
;
this
.
TicketCouponsImageArray
.
push
(
obj
);
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