Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
何远江
yishuju-ui
Commits
ac42f53d
Commit
ac42f53d
authored
Feb 11, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下载文件
parent
097f0b61
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
callDrawer.vue
...s/business-approval/audit-apply/components/callDrawer.vue
+1
-1
index.vue
src/views/business-approval/audit-apply/index.vue
+2
-2
callDrawer.vue
src/views/property/audit-manage/components/callDrawer.vue
+1
-1
index.vue
src/views/property/audit-manage/index.vue
+2
-2
index.vue
src/views/property/case-detail/index.vue
+1
-1
callDrawer.vue
src/views/workplace/audit/components/callDrawer.vue
+1
-1
index.vue
src/views/workplace/audit/index.vue
+2
-2
No files found.
src/views/business-approval/audit-apply/components/callDrawer.vue
View file @
ac42f53d
...
...
@@ -424,7 +424,7 @@
};
const
download
=
(
item
)
=>
{
const
name
=
item
.
slice
(
item
.
lastIndexOf
(
'/'
)
+
1
,
item
.
length
);
downloadfile
(
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/static/'
+
item
,
{},
name
);
downloadfile
(
'/sys/static/'
+
item
,
{},
name
);
};
const
handleRemove3
=
(
uploadFile
,
uploadFiles
)
=>
{
const
index
=
form
.
others
.
findIndex
((
v
)
=>
v
.
name
===
uploadFile
.
name
);
...
...
src/views/business-approval/audit-apply/index.vue
View file @
ac42f53d
...
...
@@ -74,7 +74,7 @@
};
const
download
=
(
item
)
=>
{
const
name
=
item
.
slice
(
item
.
lastIndexOf
(
'/'
)
+
1
,
item
.
length
);
downloadfile
(
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/static/'
+
item
,
{},
name
);
downloadfile
(
'/sys/static/'
+
item
,
{},
name
);
};
const
auditStatusOpt
=
[
{
label
:
'未稽核'
,
value
:
'un_audit'
},
...
...
@@ -312,7 +312,7 @@
<>
{
row
.
voices
.
map
((
item
,
index
)
=>
(
<
el
-
icon
>
<
Download
onClick
=
{()
=>
download
(
row
)}
/
>
<
Download
onClick
=
{()
=>
download
(
item
)}
/
>
<
/el-icon
>
))}
<
/
>
...
...
src/views/property/audit-manage/components/callDrawer.vue
View file @
ac42f53d
...
...
@@ -424,7 +424,7 @@
};
const
download
=
(
item
)
=>
{
const
name
=
item
.
slice
(
item
.
lastIndexOf
(
'/'
)
+
1
,
item
.
length
);
downloadfile
(
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/static/'
+
item
,
{},
name
);
downloadfile
(
'/sys/static/'
+
item
,
{},
name
);
};
const
handleRemove3
=
(
uploadFile
,
uploadFiles
)
=>
{
const
index
=
form
.
others
.
findIndex
((
v
)
=>
v
.
name
===
uploadFile
.
name
);
...
...
src/views/property/audit-manage/index.vue
View file @
ac42f53d
...
...
@@ -294,7 +294,7 @@
<>
{
row
.
voices
.
map
((
item
,
index
)
=>
(
<
el
-
icon
>
<
Download
onClick
=
{()
=>
download
(
row
)}
/
>
<
Download
onClick
=
{()
=>
download
(
item
)}
/
>
<
/el-icon
>
))}
<
/
>
...
...
@@ -416,7 +416,7 @@
};
const
download
=
(
item
)
=>
{
const
name
=
item
.
slice
(
item
.
lastIndexOf
(
'/'
)
+
1
,
item
.
length
);
downloadfile
(
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/static/'
+
item
,
{},
name
);
downloadfile
(
'/sys/static/'
+
item
,
{},
name
);
};
const
audit
=
async
(
row
)
=>
{
const
list
=
caseLRef
.
value
.
element
.
getCheckboxRecords
();
...
...
src/views/property/case-detail/index.vue
View file @
ac42f53d
...
...
@@ -625,7 +625,7 @@
};
const
download
=
(
item
)
=>
{
const
name
=
item
.
slice
(
item
.
lastIndexOf
(
'/'
)
+
1
,
item
.
length
);
downloadfile
(
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/static/'
+
item
,
{},
name
);
downloadfile
(
'/sys/static/'
+
item
,
{},
name
);
};
const
followStatusOpt
=
[
{
label
:
'接通后挂断'
,
value
:
'hang_up'
},
...
...
src/views/workplace/audit/components/callDrawer.vue
View file @
ac42f53d
...
...
@@ -431,7 +431,7 @@
};
const
download
=
(
item
)
=>
{
const
name
=
item
.
slice
(
item
.
lastIndexOf
(
'/'
)
+
1
,
item
.
length
);
downloadfile
(
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/static/'
+
item
,
{},
name
);
downloadfile
(
'/sys/static/'
+
item
,
{},
name
);
};
const
handleRemove3
=
(
uploadFile
,
uploadFiles
)
=>
{
const
index
=
form
.
others
.
findIndex
((
v
)
=>
v
.
name
===
uploadFile
.
name
);
...
...
src/views/workplace/audit/index.vue
View file @
ac42f53d
...
...
@@ -293,7 +293,7 @@
<>
{
row
.
voices
.
map
((
item
,
index
)
=>
(
<
el
-
icon
>
<
Download
onClick
=
{()
=>
download
(
row
)}
/
>
<
Download
onClick
=
{()
=>
download
(
item
)}
/
>
<
/el-icon
>
))}
<
/
>
...
...
@@ -415,7 +415,7 @@
};
const
download
=
(
item
)
=>
{
const
name
=
item
.
slice
(
item
.
lastIndexOf
(
'/'
)
+
1
,
item
.
length
);
downloadfile
(
envs
.
VITE_GLOB_API_URL_PREFIX
+
'/sys/static/'
+
item
,
{},
name
);
downloadfile
(
'/sys/static/'
+
item
,
{},
name
);
};
const
audit
=
async
(
row
)
=>
{
const
list
=
caseLRef
.
value
.
element
.
getCheckboxRecords
();
...
...
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