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
f6e3841c
Commit
f6e3841c
authored
Mar 22, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加了报告档案的按钮权限
parent
107b6034
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
16 deletions
+28
-16
OriginalRecordView.vue
...s/soil-report-manage/report-manage/OriginalRecordView.vue
+2
-2
ReportInfoMake.vue
...age/report-manage/sample-report-manage/ReportInfoMake.vue
+7
-1
ReportMakeBySample.vue
...report-manage/sample-report-manage/ReportMakeBySample.vue
+1
-1
SummaryInfo.vue
...manage/report-manage/sample-report-manage/SummaryInfo.vue
+14
-8
ReportByContract.vue
...soil-report-manage/report-manage/tab/ReportByContract.vue
+4
-4
No files found.
pages/soil-report-manage/report-manage/OriginalRecordView.vue
View file @
f6e3841c
...
...
@@ -79,12 +79,12 @@ export default {
iconMsg
:
[
{
type
:
'ios-book'
,
id
:
''
,
id
:
'
report-manage-record-view
'
,
name
:
'查看原始记录'
},
{
type
:
'ios-list'
,
id
:
''
,
id
:
'
report-manage-record-item
'
,
name
:
'查看试验项目'
}
// {
...
...
pages/soil-report-manage/report-manage/sample-report-manage/ReportInfoMake.vue
View file @
f6e3841c
...
...
@@ -87,7 +87,13 @@ export default {
entrustId
:
''
},
dateList
:
[],
iconMsg
:
[{
type
:
'ios-book'
,
id
:
''
,
name
:
'预览/编辑报告'
}],
iconMsg
:
[
{
type
:
'ios-book'
,
id
:
'report-manage-item-report-view'
,
name
:
'预览/编辑报告'
}
],
// 签发日期
issueDateTemp
:
''
,
issueDate
:
''
,
...
...
pages/soil-report-manage/report-manage/sample-report-manage/ReportMakeBySample.vue
View file @
f6e3841c
...
...
@@ -104,7 +104,7 @@ export default {
iconMsg
:
[
{
type
:
'ios-beaker'
,
id
:
''
,
id
:
'
report-manage-sample-item-list
'
,
name
:
'管理检测项目'
}
],
...
...
pages/soil-report-manage/report-manage/sample-report-manage/SummaryInfo.vue
View file @
f6e3841c
...
...
@@ -8,8 +8,8 @@
<!-- 表格 -->
<Col
span=
"24"
>
<PTVXETable
ref=
"pageTable"
:page-columns=
"pageColumns"
:table-height=
"tableHeight"
:get-page=
"getPage"
:icon-msg=
"iconMsg"
:table-name=
"tableName"
select-data
is-report
@
on-result-change=
"_tableResultChange"
>
:get-page=
"getPage"
:icon-msg=
"iconMsg"
:table-name=
"tableName"
@
on-result-change=
"_tableResultChange"
select-data
is-report
>
<vxe-table-column
v-for=
"item in (userColumns.length>0?userColumns: pageColumns)"
:key=
"item.key"
...
...
@@ -44,15 +44,15 @@
</Row>
</div>
</div>
<Modal
v-model=
"showIssueModal"
class=
"zIndex-1100
"
@
on-
cancel=
"_issueCancel
"
@
on-ok=
"_issueOk
"
>
<Modal
v-model=
"showIssueModal"
@
on-cancel=
"_issueCancel
"
@
on-
ok=
"_issueOk
"
class=
"zIndex-1100
"
>
<p
slot=
"header"
>
请选择签发日期
</p>
签发日期:
<DatePicker
v-model=
"issueDateTemp"
:editable=
"false"
@
on-change=
'_issueChange'
placeholder=
"请选择签发日期"
style=
"width:400px"
@
on-change=
'_issueChange'
>
style=
"width:400px"
>
</DatePicker>
</Modal>
</div>
...
...
@@ -87,7 +87,13 @@ export default {
entrustId
:
''
},
dateList
:
[],
iconMsg
:
[{
type
:
'ios-book'
,
id
:
''
,
name
:
'预览报告'
}],
iconMsg
:
[
{
type
:
'ios-book'
,
id
:
'report-manage-summary-report-view'
,
name
:
'预览报告'
}
],
// 签发日期
issueDateTemp
:
''
,
issueDate
:
''
,
...
...
pages/soil-report-manage/report-manage/tab/ReportByContract.vue
View file @
f6e3841c
...
...
@@ -116,18 +116,18 @@ export default {
iconMsg
:
[
{
type
:
'ios-flask-outline'
,
id
:
''
,
id
:
'
report-manage-sample-item-manage
'
,
name
:
'管理样品和报告'
},
{
type
:
'ios-beaker'
,
id
:
''
,
id
:
'
report-manage-view-record
'
,
name
:
'查看原始记录'
},
{
type
:
'ios-cloud'
,
id
:
''
,
name
:
'附件'
},
{
type
:
'ios-cloud'
,
id
:
'
report-manage-upload
'
,
name
:
'附件'
},
{
type
:
'ios-clock'
,
id
:
''
,
id
:
'
report-manage-record
'
,
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