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
02fda4ec
Commit
02fda4ec
authored
Mar 12, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传修改
parent
02011c31
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
273 additions
and
272 deletions
+273
-272
ShoppingReimbursement.vue
src/components/ShoppingStore/ShoppingReimbursement.vue
+5
-4
TravelManager2.vue
...ts/newTravelmanager/TravelGroupControl/TravelManager2.vue
+1
-0
travelFeature3.vue
...lmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
+1
-1
pictureResourceManagement.vue
...components/systemManagement/pictureResourceManagement.vue
+266
-267
No files found.
src/components/ShoppingStore/ShoppingReimbursement.vue
View file @
02fda4ec
...
...
@@ -210,10 +210,11 @@
methods
:
{
downLoadPZ
:
function
(
src
)
{
const
link
=
document
.
createElement
(
'a'
);
link
.
href
=
src
;
document
.
body
.
appendChild
(
link
);
link
.
click
();
var
a
=
document
.
createElement
(
'a'
)
var
event
=
new
MouseEvent
(
'click'
)
a
.
download
=
'下载图片名称'
a
.
href
=
src
;
a
.
dispatchEvent
(
event
)
},
stringToArr
(
str
)
{
return
str
.
split
(
','
)
...
...
src/components/newTravelmanager/TravelGroupControl/TravelManager2.vue
View file @
02fda4ec
...
...
@@ -579,6 +579,7 @@
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
var
tempData
=
res
.
data
.
data
;
console
.
log
(
"tempData"
,
tempData
);
if
(
tempData
.
Feature
!=
null
)
{
this
.
FeatureData
.
ID
=
tempData
.
Feature
.
ID
;
this
.
FeatureData
.
ConfigId
=
tempData
.
Feature
.
ConfigId
;
...
...
src/components/newTravelmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
View file @
02fda4ec
...
...
@@ -1550,7 +1550,7 @@
var fileName = `${that.uuid(10,10)}.png`;
var path = `/feature/${that.cid}/${fileName}`;
that.uploadBlob(path, newArr, x => {
let allPath=th
is
.domainManager().ViittoFileUrl+x.name;
let allPath=th
at
.domainManager().ViittoFileUrl+x.name;
let i=e.target.id.split('_')[2];
that.imgUrlChange(allPath)
})
...
...
src/components/systemManagement/pictureResourceManagement.vue
View file @
02fda4ec
This diff is collapsed.
Click to expand it.
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