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
b9533568
Commit
b9533568
authored
Aug 13, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了出检管理个人检测任务按模板编制按钮
parent
67c9a9f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
MeterOutPersonalTask.vue
pages/meter-out/personal-task/MeterOutPersonalTask.vue
+11
-0
No files found.
pages/meter-out/personal-task/MeterOutPersonalTask.vue
View file @
b9533568
...
@@ -152,6 +152,11 @@ export default {
...
@@ -152,6 +152,11 @@ export default {
name
:
'在线编制证书'
name
:
'在线编制证书'
},
},
{
{
type
:
'ios-bookmarks'
,
id
:
'meter-out-personal-task-create-o'
,
name
:
'按模板编制证书'
},
{
type
:
'md-create'
,
type
:
'md-create'
,
id
:
'meter-out-personal-task-result-o'
,
id
:
'meter-out-personal-task-result-o'
,
name
:
'检测结果'
name
:
'检测结果'
...
@@ -364,6 +369,9 @@ export default {
...
@@ -364,6 +369,9 @@ export default {
case
'在线编制证书'
:
case
'在线编制证书'
:
this
.
_makeCertificateExcel
(
data
)
this
.
_makeCertificateExcel
(
data
)
break
break
case
'按模板编制证书'
:
this
.
_makeCertificateExcelByTemp
(
data
)
break
case
'仪器领用'
:
case
'仪器领用'
:
this
.
$refs
.
InstruEdit
.
_open
(
data
.
id
)
this
.
$refs
.
InstruEdit
.
_open
(
data
.
id
)
break
break
...
@@ -479,6 +487,9 @@ export default {
...
@@ -479,6 +487,9 @@ export default {
this
.
_reportMakeLook
(
data
)
this
.
_reportMakeLook
(
data
)
}
}
},
},
_makeCertificateExcelByTemp
(
data
)
{
this
.
$refs
.
SelectOriTempRecordExcel
.
_open
(
data
.
id
,
data
)
},
_reportMakeLook
:
async
function
(
data
)
{
_reportMakeLook
:
async
function
(
data
)
{
const
result
=
await
meterSample
.
getCertificateReport
(
data
.
id
)
const
result
=
await
meterSample
.
getCertificateReport
(
data
.
id
)
if
(
result
)
{
if
(
result
)
{
...
...
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