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
36c61518
Commit
36c61518
authored
Aug 13, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了送检管理和证书编制的按模板编制按钮
parent
b9533568
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
1 deletions
+22
-1
MeterCertificateMake.vue
pages/meter-certificate/make/MeterCertificateMake.vue
+11
-0
MeterSampleInput.vue
pages/meter-send/sample-input/MeterSampleInput.vue
+11
-1
No files found.
pages/meter-certificate/make/MeterCertificateMake.vue
View file @
36c61518
...
...
@@ -128,6 +128,11 @@ export default {
id
:
'meter-certificate-make-pageoffice-make'
,
name
:
'在线编制证书'
},
{
type
:
'ios-bookmarks'
,
id
:
'meter-out-personal-task-create-o'
,
name
:
'按模板编制证书'
},
// {
// type: 'md-create',
// id: '',
...
...
@@ -347,6 +352,9 @@ export default {
case
'在线编制证书'
:
this
.
_makeCertificateExcel
(
data
)
break
case
'按模板编制证书'
:
this
.
_makeCertificateExcelByTemp
(
data
)
break
case
'仪器领用'
:
this
.
$refs
.
InstruEdit
.
_open
()
break
...
...
@@ -496,6 +504,9 @@ export default {
this
.
_reportMakeLook
(
data
)
}
},
_makeCertificateExcelByTemp
(
data
)
{
this
.
$refs
.
SelectOriTempRecordExcel
.
_open
(
data
.
id
,
data
)
},
_reportMakeLook
:
async
function
(
data
)
{
const
result
=
await
meterSample
.
getCertificateReport
(
data
.
id
)
if
(
result
)
{
...
...
pages/meter-send/sample-input/MeterSampleInput.vue
View file @
36c61518
...
...
@@ -136,6 +136,11 @@ export default {
name
:
'在线编制证书'
},
{
type
:
'ios-bookmarks'
,
id
:
'meter-out-personal-task-create-o'
,
name
:
'按模板编制证书'
},
{
type
:
'md-create'
,
id
:
'meter-sample-input-edit'
,
name
:
'编辑'
...
...
@@ -344,6 +349,9 @@ export default {
case
'在线编制证书'
:
this
.
_makeCertificateExcel
(
data
)
break
case
'按模板编制证书'
:
this
.
_makeCertificateExcelByTemp
(
data
)
break
case
'仪器领用'
:
this
.
$refs
.
InstruEdit
.
_open
()
break
...
...
@@ -385,7 +393,9 @@ export default {
this
.
_reportMakeLook
(
data
)
}
},
_makeCertificateExcelByTemp
(
data
)
{
this
.
$refs
.
SelectOriTempRecordExcel
.
_open
(
data
.
id
,
data
)
},
_reportMakeLook
:
async
function
(
data
)
{
const
result
=
await
meterSample
.
getCertificateReport
(
data
.
id
)
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