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
47c13131
Commit
47c13131
authored
Mar 11, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'uploadURL' of
http://gitlab.oytour.com/luochao/superman
into uploadURL
parents
ba2c98b1
f21a9d80
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
29 additions
and
24 deletions
+29
-24
groupInquiry.vue
src/components/SalesModule/groupInquiry.vue
+2
-2
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+2
-2
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+2
-2
Announcement.vue
src/components/administrative/Announcement.vue
+3
-3
forMyApproval.vue
src/components/administrative/forMyApproval.vue
+4
-3
leaveApproval.vue
src/components/administrative/leaveApproval.vue
+4
-3
myApprovalList.vue
src/components/administrative/myApprovalList.vue
+4
-3
sendToMeApproval.vue
src/components/administrative/sendToMeApproval.vue
+4
-3
index.vue
src/components/index.vue
+4
-3
No files found.
src/components/SalesModule/groupInquiry.vue
View file @
47c13131
...
...
@@ -786,9 +786,9 @@ export default {
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
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 @
47c13131
...
...
@@ -2009,11 +2009,11 @@
newArr
.
push
(
file
.
file
)
let
path
=
'/Upload/Temporary/'
this
.
$message
.
info
(
'上传中...'
)
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
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 @
47c13131
...
...
@@ -2430,10 +2430,10 @@ export default {
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
this
.
$message
.
info
(
'上传中...'
)
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
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/administrative/Announcement.vue
View file @
47c13131
...
...
@@ -240,17 +240,17 @@
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
this
.
$message
.
info
(
'上传中...'
)
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
);
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/forMyApproval.vue
View file @
47c13131
...
...
@@ -327,9 +327,10 @@
let
newArr
=
[];
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
this
.
appMsg
.
Image
.
push
(
x
.
res
.
requestUrls
[
0
])
this
.
fileList
.
push
({
url
:
x
.
res
.
requestUrls
[
0
]})
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
let
url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
this
.
appMsg
.
Image
.
push
(
url
)
this
.
fileList
.
push
({
url
:
url
})
});
},
handleRemove
(
file
){
//删除
...
...
src/components/administrative/leaveApproval.vue
View file @
47c13131
...
...
@@ -145,10 +145,11 @@
let
newArr
=
[];
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
this
.
submitFileList
.
push
(
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
])
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
let
url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
this
.
submitFileList
.
push
(
url
)
this
.
fileList
.
push
({
url
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
url
:
url
})
});
},
...
...
src/components/administrative/myApprovalList.vue
View file @
47c13131
...
...
@@ -321,9 +321,10 @@
let
newArr
=
[];
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
this
.
appMsg
.
Image
.
push
(
x
.
res
.
requestUrls
[
0
])
this
.
fileList
.
push
({
url
:
x
.
res
.
requestUrls
[
0
]})
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
let
url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
this
.
appMsg
.
Image
.
push
(
url
)
this
.
fileList
.
push
({
url
:
url
})
});
...
...
src/components/administrative/sendToMeApproval.vue
View file @
47c13131
...
...
@@ -325,9 +325,10 @@
let
newArr
=
[];
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
this
.
appMsg
.
Image
.
push
(
x
.
res
.
requestUrls
[
0
])
this
.
fileList
.
push
({
url
:
x
.
res
.
requestUrls
[
0
]})
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
let
url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
this
.
appMsg
.
Image
.
push
(
url
)
this
.
fileList
.
push
({
url
:
url
})
});
...
...
src/components/index.vue
View file @
47c13131
...
...
@@ -2665,9 +2665,10 @@ export default {
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
this
.
addDynamicMsg
.
fileList
.
push
(
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]);
this
.
imgList
.
push
({
url
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
});
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
let
url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
this
.
addDynamicMsg
.
fileList
.
push
(
url
);
this
.
imgList
.
push
({
url
:
url
});
});
},
handleRemoveImg
(
file
)
{
...
...
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