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
40d737a9
Commit
40d737a9
authored
Mar 11, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘部分修改’
parent
64db3e8d
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
13 deletions
+12
-13
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+1
-1
addCapitalAllocation.vue
src/components/FinancialModule/addCapitalAllocation.vue
+2
-2
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+1
-1
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+1
-1
leaderPay.vue
src/components/LeaderManagement/leaderPay.vue
+1
-1
visaSchedule.vue
src/components/SalesVisa/visaSchedule.vue
+1
-1
ShoppingStore.vue
src/components/ShoppingStore/ShoppingStore.vue
+2
-2
myDocuments.vue
src/components/administrative/myDocuments.vue
+1
-1
scenicSpotInfoManage.vue
src/components/scenicSpot/scenicSpotInfoManage.vue
+2
-3
No files found.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
40d737a9
...
...
@@ -1020,7 +1020,7 @@ 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
,
Content
:
x
.
data
.
FilePath
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
});
this
.
$message
.
success
(
'上传成功'
);
...
...
src/components/FinancialModule/addCapitalAllocation.vue
View file @
40d737a9
...
...
@@ -656,14 +656,14 @@ 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
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Content
:
x
.
data
.
FilePath
,
ID
:
0
,
Type
:
fileTypeNumber
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
})
}
else
{
this
.
outList
[
this
.
inUploadIndex
].
vorcherInos
.
push
({
Content
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Content
:
x
.
data
.
FilePath
,
ID
:
0
,
Type
:
fileTypeNumber
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
40d737a9
...
...
@@ -816,7 +816,7 @@ export default {
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
this
.
saveMsg
.
push
({
Content
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Content
:
x
.
data
.
FilePath
,
ID
:
0
,
Type
:
fileTypeNumber
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
40d737a9
...
...
@@ -779,7 +779,7 @@ export default {
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
let
fileSize
=
file
.
file
.
size
<
1024
?
file
.
file
.
size
:(
file
.
file
.
size
/
1024
).
toFixed
(
0
);
this
.
saveMsg
.
push
({
Content
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Content
:
x
.
data
.
FilePath
,
ID
:
0
,
Type
:
fileTypeNumber
,
Url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
...
...
src/components/LeaderManagement/leaderPay.vue
View file @
40d737a9
...
...
@@ -735,7 +735,7 @@
let
path
=
"/Upload/Temporary/"
;
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
this
.
TemporaryItem
.
VoucherPicList
.
push
({
id
:
x
.
name
,
id
:
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
url
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
})
...
...
src/components/SalesVisa/visaSchedule.vue
View file @
40d737a9
...
...
@@ -774,7 +774,7 @@ export default {
let
path
=
"/Upload/Temporary/"
;
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
this
.
apipost
(
'dmc_get_visa_UploadVisaInformation'
,
{
Path
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Path
:
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
Status
:
1
,
TCID
:
this
.
uploadTCID
...
...
src/components/ShoppingStore/ShoppingStore.vue
View file @
40d737a9
...
...
@@ -749,8 +749,8 @@
let
fileName
=
file
.
file
.
name
;
var
path
=
"/Upload/DMC/"
;
this
.
UploadSelfFile
(
path
,
newArr
,
x
=>
{
var
str
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
var
imgUrl
=
str
;
var
str
=
x
.
data
.
FilePath
;
var
imgUrl
=
this
.
domainManager
().
ViittoFileUrl
+
str
;
this
.
imgArray
.
push
(
imgUrl
);
this
.
PicPathArray
.
push
(
str
);
});
...
...
src/components/administrative/myDocuments.vue
View file @
40d737a9
...
...
@@ -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
:
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
,
Path
:
x
.
data
.
FilePath
,
FileName
:
file
.
file
.
name
,
MD5Sign
:
file
.
file
.
uid
,
FileSize
:
fileSize
,
...
...
src/components/scenicSpot/scenicSpotInfoManage.vue
View file @
40d737a9
...
...
@@ -962,9 +962,8 @@
//统一图片处理
var
obj
=
this
.
$DMCUtils
.
DMCImageObj
();
var
str
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
var
imgUrl
=
str
;
obj
.
Path
=
str
;
obj
.
ShowPath
=
imgUrl
;
obj
.
Path
=
x
.
data
.
FilePath
;
obj
.
ShowPath
=
str
;
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