Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
Overview
Overview
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
wangweidong
patzn-cloud-web-back-soil
Commits
20018f17
Commit
20018f17
authored
Mar 22, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加了报告审核的按钮权限
parent
5e5d32ff
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
10 deletions
+16
-10
SummaryInfo.vue
pages/soil-report-manage/report-audit/SummaryInfo.vue
+5
-3
historyTask.vue
pages/soil-report-manage/report-audit/tabs/historyTask.vue
+3
-3
reportAudit.vue
pages/soil-report-manage/report-audit/tabs/reportAudit.vue
+8
-4
No files found.
pages/soil-report-manage/report-audit/SummaryInfo.vue
View file @
20018f17
...
@@ -90,12 +90,12 @@ export default {
...
@@ -90,12 +90,12 @@ export default {
btn
:
[
btn
:
[
{
{
type
:
'primary'
,
type
:
'primary'
,
id
:
''
,
id
:
'
report-audit-sum-submit
'
,
name
:
'提交'
name
:
'提交'
},
},
{
{
type
:
'primary'
,
type
:
'primary'
,
id
:
''
,
id
:
'
report-audit-sum-back
'
,
name
:
'退回'
name
:
'退回'
}
}
],
],
...
@@ -105,7 +105,9 @@ export default {
...
@@ -105,7 +105,9 @@ export default {
entrustId
:
''
entrustId
:
''
},
},
dateList
:
[],
dateList
:
[],
iconMsg
:
[{
type
:
'ios-book'
,
id
:
''
,
name
:
'预览报告'
}],
iconMsg
:
[
{
type
:
'ios-book'
,
id
:
'report-audit-sum-view'
,
name
:
'预览报告'
}
],
// 签发日期
// 签发日期
issueDateTemp
:
''
,
issueDateTemp
:
''
,
issueDate
:
''
,
issueDate
:
''
,
...
...
pages/soil-report-manage/report-audit/tabs/historyTask.vue
View file @
20018f17
...
@@ -108,13 +108,13 @@ export default {
...
@@ -108,13 +108,13 @@ export default {
selectIds
:
[],
selectIds
:
[],
selectData
:
[],
selectData
:
[],
iconMsg
:
[
iconMsg
:
[
{
type
:
'md-cloud'
,
id
:
''
,
name
:
'附件'
},
{
type
:
'md-cloud'
,
id
:
'
report-audit-upload-his
'
,
name
:
'附件'
},
{
{
type
:
'ios-clock'
,
type
:
'ios-clock'
,
id
:
''
,
id
:
'
report-audit-record-his
'
,
name
:
'操作日志'
name
:
'操作日志'
},
},
{
id
:
''
,
type
:
'md-trash'
,
name
:
'删除'
}
{
id
:
'
report-audit-delete-his
'
,
type
:
'md-trash'
,
name
:
'删除'
}
]
]
}
}
},
},
...
...
pages/soil-report-manage/report-audit/tabs/reportAudit.vue
View file @
20018f17
...
@@ -111,10 +111,14 @@ export default {
...
@@ -111,10 +111,14 @@ export default {
selectIds
:
[],
selectIds
:
[],
selectData
:
[],
selectData
:
[],
iconMsg
:
[
iconMsg
:
[
{
id
:
''
,
type
:
'md-image'
,
name
:
'预览报告'
},
{
id
:
'report-audit-view'
,
type
:
'md-image'
,
name
:
'预览报告'
},
{
id
:
''
,
type
:
'ios-book'
,
name
:
'查看汇总报告'
},
{
{
id
:
''
,
type
:
'ios-cloud'
,
name
:
'附件'
},
id
:
'report-audit-view-report'
,
{
id
:
''
,
type
:
'ios-clock'
,
name
:
'操作日志'
}
type
:
'ios-book'
,
name
:
'查看汇总报告'
},
{
id
:
'report-audit-upload'
,
type
:
'ios-cloud'
,
name
:
'附件'
},
{
id
:
'report-audit-record'
,
type
:
'ios-clock'
,
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