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
f21a9d80
Commit
f21a9d80
authored
Mar 11, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘部分修改’
parent
555d6086
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 @
f21a9d80
...
@@ -786,9 +786,9 @@ export default {
...
@@ -786,9 +786,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
:
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
FileName
:
file
.
file
.
name
,
Status
:
1
,
Status
:
1
,
TCID
:
this
.
uploadTCID
TCID
:
this
.
uploadTCID
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
f21a9d80
...
@@ -2009,11 +2009,11 @@
...
@@ -2009,11 +2009,11 @@
newArr
.
push
(
file
.
file
)
newArr
.
push
(
file
.
file
)
let
path
=
'/Upload/Temporary/'
let
path
=
'/Upload/Temporary/'
this
.
$message
.
info
(
'上传中...'
)
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
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:
(
file
.
file
.
size
/
1024
).
toFixed
(
0
)
let
saveMsg
=
{}
let
saveMsg
=
{}
saveMsg
.
Path
=
x
.
name
saveMsg
.
Path
=
x
.
data
.
FilePath
saveMsg
.
FileName
=
file
.
file
.
name
saveMsg
.
FileName
=
file
.
file
.
name
saveMsg
.
Status
=
1
saveMsg
.
Status
=
1
saveMsg
.
OrderId
=
this
.
checkedObj
.
orderId
saveMsg
.
OrderId
=
this
.
checkedObj
.
orderId
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
f21a9d80
...
@@ -2430,10 +2430,10 @@ export default {
...
@@ -2430,10 +2430,10 @@ export default {
newArr
.
push
(
file
.
file
)
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
let
path
=
"/Upload/Temporary/"
this
.
$message
.
info
(
'上传中...'
)
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
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
let
saveMsg
=
{}
let
saveMsg
=
{}
saveMsg
.
Path
=
x
.
name
saveMsg
.
Path
=
x
.
data
.
FilePath
saveMsg
.
FileName
=
file
.
file
.
name
saveMsg
.
FileName
=
file
.
file
.
name
saveMsg
.
Status
=
1
saveMsg
.
Status
=
1
saveMsg
.
OrderId
=
this
.
checkedObj
.
orderId
saveMsg
.
OrderId
=
this
.
checkedObj
.
orderId
...
...
src/components/administrative/Announcement.vue
View file @
f21a9d80
...
@@ -240,17 +240,17 @@
...
@@ -240,17 +240,17 @@
newArr
.
push
(
file
.
file
)
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
let
path
=
"/Upload/Temporary/"
this
.
$message
.
info
(
'上传中...'
)
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
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
this
.
saveMsg
=
[]
this
.
saveMsg
=
[]
this
.
saveMsg
.
push
({
this
.
saveMsg
.
push
({
Path
:
x
.
name
,
Path
:
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
FileName
:
file
.
file
.
name
,
MD5Sign
:
file
.
file
.
uid
,
MD5Sign
:
file
.
file
.
uid
,
FileSize
:
fileSize
,
FileSize
:
fileSize
,
FolderId
:
this
.
msg
.
ParentId
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
){
downloadSingle
(
obj
){
...
...
src/components/administrative/forMyApproval.vue
View file @
f21a9d80
...
@@ -327,9 +327,10 @@
...
@@ -327,9 +327,10 @@
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
)
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
let
path
=
"/Upload/Temporary/"
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
this
.
appMsg
.
Image
.
push
(
x
.
res
.
requestUrls
[
0
])
let
url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
this
.
fileList
.
push
({
url
:
x
.
res
.
requestUrls
[
0
]})
this
.
appMsg
.
Image
.
push
(
url
)
this
.
fileList
.
push
({
url
:
url
})
});
});
},
},
handleRemove
(
file
){
//删除
handleRemove
(
file
){
//删除
...
...
src/components/administrative/leaveApproval.vue
View file @
f21a9d80
...
@@ -145,10 +145,11 @@
...
@@ -145,10 +145,11 @@
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
)
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
let
path
=
"/Upload/Temporary/"
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
this
.
submitFileList
.
push
(
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
])
let
url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
this
.
submitFileList
.
push
(
url
)
this
.
fileList
.
push
({
this
.
fileList
.
push
({
url
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
url
:
url
})
})
});
});
},
},
...
...
src/components/administrative/myApprovalList.vue
View file @
f21a9d80
...
@@ -321,9 +321,10 @@
...
@@ -321,9 +321,10 @@
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
)
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
let
path
=
"/Upload/Temporary/"
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
this
.
appMsg
.
Image
.
push
(
x
.
res
.
requestUrls
[
0
])
let
url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
this
.
fileList
.
push
({
url
:
x
.
res
.
requestUrls
[
0
]})
this
.
appMsg
.
Image
.
push
(
url
)
this
.
fileList
.
push
({
url
:
url
})
});
});
...
...
src/components/administrative/sendToMeApproval.vue
View file @
f21a9d80
...
@@ -325,9 +325,10 @@
...
@@ -325,9 +325,10 @@
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
)
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
let
path
=
"/Upload/Temporary/"
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
this
.
appMsg
.
Image
.
push
(
x
.
res
.
requestUrls
[
0
])
let
url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
this
.
fileList
.
push
({
url
:
x
.
res
.
requestUrls
[
0
]})
this
.
appMsg
.
Image
.
push
(
url
)
this
.
fileList
.
push
({
url
:
url
})
});
});
...
...
src/components/index.vue
View file @
f21a9d80
...
@@ -2665,9 +2665,10 @@ export default {
...
@@ -2665,9 +2665,10 @@ export default {
let
newArr
=
[];
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
let
path
=
"/Upload/Temporary/"
;
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
this
.
addDynamicMsg
.
fileList
.
push
(
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]);
let
url
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
this
.
imgList
.
push
({
url
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
});
this
.
addDynamicMsg
.
fileList
.
push
(
url
);
this
.
imgList
.
push
({
url
:
url
});
});
});
},
},
handleRemoveImg
(
file
)
{
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