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
00280589
Commit
00280589
authored
Feb 27, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'分支修改部分上传图片@'
parent
9bd364c6
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
28 additions
and
30 deletions
+28
-30
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+3
-4
addCapitalAllocation.vue
src/components/FinancialModule/addCapitalAllocation.vue
+5
-6
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+3
-3
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+3
-3
leaderPay.vue
src/components/LeaderManagement/leaderPay.vue
+2
-2
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
+2
-2
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
No files found.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
00280589
...
...
@@ -1016,13 +1016,12 @@ export default {
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
this
.
$message
.
info
(
'上传中...'
)
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
console
.
log
(
x
)
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
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
]
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
});
this
.
$message
.
success
(
'上传成功'
);
});
...
...
src/components/FinancialModule/addCapitalAllocation.vue
View file @
00280589
...
...
@@ -652,22 +652,21 @@ export default {
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
this
.
$message
.
info
(
'上传中...'
)
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
console
.
log
(
x
.
res
.
requestUrls
[
0
])
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
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
:
this
.
domainManager
().
ViittoFileUrl
+
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
:
this
.
domainManager
().
ViittoFileUrl
+
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 @
00280589
...
...
@@ -813,13 +813,13 @@ export default {
newArr
.
push
(
file
.
file
)
let
path
=
"/Upload/Temporary/"
this
.
$message
.
info
(
'上传中...'
)
this
.
uploadFile
(
path
,
newArr
,
x
=>
{
this
.
UploadSelfFile
(
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
:
this
.
domainManager
().
ViittoFileUrl
+
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 @
00280589
...
...
@@ -776,14 +776,14 @@ 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
=>
{
console
.
log
(
x
.
res
.
requestUrls
[
0
])
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
this
.
saveMsg
.
push
({
Content
:
x
.
name
,
Content
:
this
.
domainManager
().
ViittoFileUrl
+
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/LeaderManagement/leaderPay.vue
View file @
00280589
...
...
@@ -733,11 +733,11 @@
let
newArr
=
[];
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/Temporary/"
;
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
this
.
TemporaryItem
.
VoucherPicList
.
push
({
id
:
x
.
name
,
FileName
:
file
.
file
.
name
,
url
:
x
.
res
.
requestUrls
[
0
].
split
(
"?"
)[
0
]
url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
})
});
},
...
...
src/components/newTravelmanager/TravelTripPreview/fivedayList.vue
View file @
00280589
...
...
@@ -258,9 +258,9 @@
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/DMC/"
;
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
obj
=
{
Url
:
this
.
domainManager
().
AliUrl
+
x
.
name
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Name
:
""
,
fileName
:
x
.
name
};
...
...
src/components/newTravelmanager/TravelTripPreview/fourdayList.vue
View file @
00280589
...
...
@@ -233,9 +233,9 @@
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/DMC/"
;
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
obj
=
{
Url
:
this
.
domainManager
().
AliUrl
+
x
.
name
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Name
:
""
,
fileName
:
x
.
name
};
...
...
src/components/newTravelmanager/TravelTripPreview/noScenic.vue
View file @
00280589
...
...
@@ -91,9 +91,9 @@ export default {
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/DMC/"
;
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
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 @
00280589
...
...
@@ -106,9 +106,9 @@
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/DMC/"
;
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
obj
=
{
Url
:
this
.
domainManager
().
AliUrl
+
x
.
name
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Name
:
""
,
fileName
:
x
.
name
};
...
...
src/components/newTravelmanager/TravelTripPreview/threedayList.vue
View file @
00280589
...
...
@@ -191,9 +191,9 @@
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/DMC/"
;
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
obj
=
{
Url
:
this
.
domainManager
().
AliUrl
+
x
.
name
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Name
:
""
,
fileName
:
x
.
name
};
...
...
src/components/newTravelmanager/TravelTripPreview/twodayList.vue
View file @
00280589
...
...
@@ -135,9 +135,9 @@
newArr
.
push
(
file
.
file
);
let
path
=
"/Upload/DMC/"
;
this
.
$message
.
info
(
"正在上传图片..."
);
this
.
upload
File
(
path
,
newArr
,
x
=>
{
this
.
UploadSelf
File
(
path
,
newArr
,
x
=>
{
var
obj
=
{
Url
:
this
.
domainManager
().
AliUrl
+
x
.
name
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Name
:
""
,
fileName
:
x
.
name
};
...
...
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