Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
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
王浩
zh-baseversion-project
Commits
ed7b6d66
Commit
ed7b6d66
authored
Jul 15, 2024
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业已上传隐藏上传,政府添加上传
parent
08c46d56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
index.vue
zh-baseversion-web/src/views/oldpipesystem/process/index.vue
+19
-1
No files found.
zh-baseversion-web/src/views/oldpipesystem/process/index.vue
View file @
ed7b6d66
...
...
@@ -170,7 +170,13 @@
size=
"mini"
type=
"text"
@
click=
"handleReport(scope.row)"
v-if=
"user.roleId==1||user.roleId==5"
v-if=
"(user.roleId==1||user.roleId==5)&&scope.row.fUploadType==0"
>
上传
</el-button>
<el-button
size=
"mini"
type=
"text"
@
click=
"handleReport2(scope.row)"
v-if=
"(user.roleId==1||user.roleId==3)&&scope.row.fUploadType==1"
>
上传
</el-button>
</
template
>
</el-table-column>
...
...
@@ -615,6 +621,18 @@ export default {
this
.
getList
();
this
.
msgSuccess
(
"上传成功"
);
}).
catch
(()
=>
{});
},
handleReport2
(
row
){
var
that
=
this
this
.
$confirm
(
'是否确认上传老旧管网改造计划项目名称为"'
+
row
.
fProjectName
+
'"的数据项?'
,
"警告"
,
{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
}).
then
(
function
()
{
that
.
msgSuccess
(
"上传成功"
);
this
.
open
=
false
;
return
;
}).
catch
(()
=>
{});
}
}
};
...
...
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