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
9d189ea1
Commit
9d189ea1
authored
Jul 09, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化修改
parent
7f0c9b9e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
64 additions
and
39 deletions
+64
-39
meter-sample.js
api/meter/meter-sample.js
+4
-0
MeterCertificateCheck.vue
pages/meter-certificate/check/MeterCertificateCheck.vue
+2
-1
MeterCertificateCheckHis.vue
pages/meter-certificate/check/MeterCertificateCheckHis.vue
+3
-2
MeterCertificateIssue.vue
pages/meter-certificate/issue/MeterCertificateIssue.vue
+8
-7
MeterCertificateIssueHis.vue
pages/meter-certificate/issue/MeterCertificateIssueHis.vue
+0
-0
MeterCertificateMake.vue
pages/meter-certificate/make/MeterCertificateMake.vue
+6
-6
MeterCertificateMakeHis.vue
pages/meter-certificate/make/MeterCertificateMakeHis.vue
+6
-6
MeterCertificatePrintHis.vue
pages/meter-certificate/print/MeterCertificatePrintHis.vue
+35
-17
MeterCertificatePrintIndex.vue
pages/meter-certificate/print/MeterCertificatePrintIndex.vue
+0
-0
No files found.
api/meter/meter-sample.js
View file @
9d189ea1
...
...
@@ -88,6 +88,10 @@ export default {
.
then
(
res
=>
res
),
pageCertificateIssue
:
data
=>
http
.
post
(
'meter/v1/sample/page_certificate_issue'
,
data
).
then
(
res
=>
res
),
pageCertificateIssueHis
:
data
=>
http
.
post
(
'meter/v1/sample/page_certificate_issue_his'
,
data
)
.
then
(
res
=>
res
),
pageCertificatePrint
:
data
=>
http
.
post
(
'meter/v1/sample/page_certificate_print'
,
data
).
then
(
res
=>
res
),
pageCertificateEnd
:
data
=>
...
...
pages/meter-certificate/check/MeterCertificateCheck.vue
View file @
9d189ea1
...
...
@@ -113,8 +113,9 @@ export default {
{
title
:
'样品编号'
,
key
:
'code'
,
width
:
120
},
{
title
:
'型号规格'
,
key
:
'spec'
,
width
:
100
},
{
title
:
'出厂编号'
,
key
:
'factoryNumber'
},
{
title
:
'检测类型'
,
key
:
'type'
},
{
title
:
'检测类型'
,
key
:
'type'
,
width
:
100
},
{
title
:
'委托单位'
,
key
:
'client'
,
width
:
200
},
{
title
:
'委托编号'
,
key
:
'entrustCode'
,
width
:
130
},
{
title
:
'联系人'
,
key
:
'person'
,
width
:
120
},
{
title
:
'联系电话'
,
key
:
'tel'
,
width
:
120
},
{
title
:
'详细地址'
,
key
:
'address'
,
width
:
250
},
...
...
pages/meter-certificate/check/MeterCertificateCheckHis.vue
View file @
9d189ea1
...
...
@@ -113,8 +113,9 @@ export default {
{
title
:
'样品编号'
,
key
:
'code'
,
width
:
120
},
{
title
:
'型号规格'
,
key
:
'spec'
,
width
:
100
},
{
title
:
'出厂编号'
,
key
:
'factoryNumber'
},
{
title
:
'检测类型'
,
key
:
'type'
},
{
title
:
'检测类型'
,
key
:
'type'
,
width
:
100
},
{
title
:
'委托单位'
,
key
:
'client'
,
width
:
200
},
{
title
:
'委托编号'
,
key
:
'entrustCode'
,
width
:
130
},
{
title
:
'联系人'
,
key
:
'person'
,
width
:
120
},
{
title
:
'联系电话'
,
key
:
'tel'
,
width
:
120
},
{
title
:
'详细地址'
,
key
:
'address'
,
width
:
250
},
...
...
@@ -255,7 +256,7 @@ export default {
this
.
_personModal
(
data
)
break
case
'查看证书'
:
this
.
_itemOriginalRecordLook
(
data
,
'
write
'
)
this
.
_itemOriginalRecordLook
(
data
,
'
only
'
)
break
case
'资质项目'
:
this
.
_itemModal
(
data
.
id
)
...
...
pages/meter-certificate/issue/MeterCertificateIssue.vue
View file @
9d189ea1
...
...
@@ -8,11 +8,11 @@
<Col
span=
"24"
style=
"margin-top: 10px"
>
<Form
v-show=
"searchOpen"
id=
"formId"
:label-width=
"90"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
class=
"search-item"
label=
"
实验室名称
:"
>
<Input
v-model=
"formObj.
name"
name=
"name"
placeholder=
"请输入实验室名称
"
clearable
@
on-enter=
"_formSearch"
/>
<Form-item
class=
"search-item"
label=
"
委托单位
:"
>
<Input
v-model=
"formObj.
client"
name=
"client"
placeholder=
"请输入委托单位
"
clearable
@
on-enter=
"_formSearch"
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"
资质
:"
>
<Input
v-model=
"formObj.
aptitude"
name=
"aptitude"
placeholder=
"请输入资质
"
clearable
@
on-enter=
"_formSearch"
/>
<Form-item
class=
"search-item"
label=
"
委托编号
:"
>
<Input
v-model=
"formObj.
entrustCode"
name=
"entrustCode"
placeholder=
"请输入委托编号
"
clearable
@
on-enter=
"_formSearch"
/>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
type=
"primary"
@
click=
"_formSearch"
>
搜索
</Button>
...
...
@@ -99,8 +99,8 @@ export default {
{
type
:
'md-cloud'
,
id
:
''
,
name
:
'附件'
}
],
formObj
:
{
name
:
undefined
,
aptitu
de
:
undefined
client
:
undefined
,
entrustCo
de
:
undefined
},
selectIds
:
[],
selectData
:
[],
...
...
@@ -111,8 +111,9 @@ export default {
{
title
:
'证书编号'
,
key
:
'reportCode'
,
width
:
120
},
{
title
:
'型号规格'
,
key
:
'spec'
,
width
:
100
},
{
title
:
'出厂编号'
,
key
:
'factoryNumber'
},
{
title
:
'检测类型'
,
key
:
'type'
},
{
title
:
'检测类型'
,
key
:
'type'
,
width
:
100
},
{
title
:
'委托单位'
,
key
:
'client'
,
width
:
200
},
{
title
:
'委托编号'
,
key
:
'entrustCode'
,
width
:
130
},
{
title
:
'联系人'
,
key
:
'person'
,
width
:
120
},
{
title
:
'联系电话'
,
key
:
'tel'
,
width
:
120
},
{
title
:
'详细地址'
,
key
:
'address'
,
width
:
250
},
...
...
pages/meter-certificate/issue/MeterCertificateIssueHis.vue
View file @
9d189ea1
This diff is collapsed.
Click to expand it.
pages/meter-certificate/make/MeterCertificateMake.vue
View file @
9d189ea1
...
...
@@ -8,11 +8,11 @@
<Col
span=
"24"
style=
"margin-top: 10px"
>
<Form
id=
"formId"
v-show=
"searchOpen"
:label-width=
"90"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
class=
"search-item"
label=
"
实验室名称
:"
>
<Input
v-model=
"formObj.
name"
@
on-enter=
"_formSearch"
name=
"name"
placeholder=
"请输入实验室名称"
clearable
/>
<Form-item
class=
"search-item"
label=
"
委托单位
:"
>
<Input
v-model=
"formObj.
client"
name=
"client"
placeholder=
"请输入委托单位"
clearable
@
on-enter=
"_formSearch"
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"
资质
:"
>
<Input
v-model=
"formObj.
aptitude"
@
on-enter=
"_formSearch"
name=
"aptitude"
placeholder=
"请输入资质"
clearable
/>
<Form-item
class=
"search-item"
label=
"
委托编号
:"
>
<Input
v-model=
"formObj.
entrustCode"
name=
"entrustCode"
placeholder=
"请输入委托编号"
clearable
@
on-enter=
"_formSearch"
/>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
@
click=
"_formSearch"
type=
"primary"
>
搜索
</Button>
...
...
@@ -127,8 +127,8 @@ export default {
// }
],
formObj
:
{
name
:
undefined
,
aptitu
de
:
undefined
client
:
undefined
,
entrustCo
de
:
undefined
},
selectIds
:
[],
selectData
:
[],
...
...
pages/meter-certificate/make/MeterCertificateMakeHis.vue
View file @
9d189ea1
...
...
@@ -8,11 +8,11 @@
<Col
span=
"24"
style=
"margin-top: 10px"
>
<Form
v-show=
"searchOpen"
id=
"formId"
:label-width=
"90"
inline
onsubmit=
"return false"
>
<label
class=
"label-sign"
></label>
<Form-item
class=
"search-item"
label=
"
实验室名称
:"
>
<Input
v-model=
"formObj.
name"
name=
"name"
placeholder=
"请输入实验室名称
"
clearable
@
on-enter=
"_formSearch"
/>
<Form-item
class=
"search-item"
label=
"
委托单位
:"
>
<Input
v-model=
"formObj.
client"
name=
"client"
placeholder=
"请输入委托单位
"
clearable
@
on-enter=
"_formSearch"
/>
</Form-item>
<Form-item
class=
"search-item"
label=
"
资质
:"
>
<Input
v-model=
"formObj.
aptitude"
name=
"aptitude"
placeholder=
"请输入资质
"
clearable
@
on-enter=
"_formSearch"
/>
<Form-item
class=
"search-item"
label=
"
委托编号
:"
>
<Input
v-model=
"formObj.
entrustCode"
name=
"entrustCode"
placeholder=
"请输入委托编号
"
clearable
@
on-enter=
"_formSearch"
/>
</Form-item>
<Form-item
class=
"search-btn"
>
<Button
type=
"primary"
@
click=
"_formSearch"
>
搜索
</Button>
...
...
@@ -111,8 +111,8 @@ export default {
{
type
:
'md-cloud'
,
id
:
''
,
name
:
'附件'
}
],
formObj
:
{
name
:
undefined
,
aptitu
de
:
undefined
client
:
undefined
,
entrustCo
de
:
undefined
},
selectIds
:
[],
selectData
:
[],
...
...
pages/meter-certificate/print/MeterCertificatePrintHis.vue
View file @
9d189ea1
...
...
@@ -58,14 +58,18 @@
</div>
<operationModal
ref=
"operationModal"
></operationModal>
<FileManage
ref=
"FileManage"
></FileManage>
<!--编辑证书-->
<CertificateMakeLook
ref=
"itemOriginalRecordLookModal"
@
on-result-change=
"_resultRecord"
></CertificateMakeLook>
</div>
</template>
<
script
>
import
{
meterSample
}
from
'../../../api'
import
operationModal
from
'../../../components/operation/Operation'
import
CertificateMakeLook
from
'../../meter-certificate/CertificateMakeLook'
export
default
{
components
:
{
operationModal
},
components
:
{
operationModal
,
CertificateMakeLook
},
data
()
{
return
{
currentComponent
:
''
,
...
...
@@ -79,16 +83,11 @@ export default {
// }
],
iconMsg
:
[
// {
// type: 'ios-book',
// id: '',
// name: '预览'
// },
// {
// type: 'ios-list-box',
// id: '',
// name: '仪器领用'
// },
{
type
:
'ios-book'
,
id
:
''
,
name
:
'查看证书'
},
{
type
:
'md-cloud'
,
id
:
''
,
name
:
'附件'
}
],
formObj
:
{
...
...
@@ -103,8 +102,9 @@ export default {
{
title
:
'样品编号'
,
key
:
'code'
,
width
:
120
},
{
title
:
'型号规格'
,
key
:
'spec'
,
width
:
100
},
{
title
:
'出厂编号'
,
key
:
'factoryNumber'
},
{
title
:
'检测类型'
,
key
:
'type'
},
{
title
:
'检测类型'
,
key
:
'type'
,
width
:
100
},
{
title
:
'委托单位'
,
key
:
'client'
,
width
:
200
},
{
title
:
'委托编号'
,
key
:
'entrustCode'
,
width
:
130
},
{
title
:
'联系人'
,
key
:
'person'
,
width
:
120
},
{
title
:
'联系电话'
,
key
:
'tel'
,
width
:
120
},
{
title
:
'详细地址'
,
key
:
'address'
,
width
:
250
},
...
...
@@ -158,16 +158,16 @@ export default {
}
else
{
this
.
$Modal
.
confirm
({
title
:
'提示'
,
content
:
'确定
要把这 '
+
ids
.
length
+
' 条记录批准通过
吗?'
,
content
:
'确定
提交
吗?'
,
onOk
:
()
=>
{
this
.
_submit
Issue
(
ids
)
this
.
_submit
End
(
ids
)
}
})
}
},
_submit
Issue
:
async
function
(
data
)
{
const
result
=
await
meterSample
.
submitReportToEnd
(
data
)
_submit
End
:
async
function
(
data
)
{
const
result
=
await
meterSample
.
endReport
(
data
)
if
(
result
)
{
this
.
$Message
.
success
(
'提交成功!'
)
await
this
.
_page
()
...
...
@@ -194,6 +194,9 @@ export default {
case
'附件'
:
this
.
_upload
(
data
.
id
)
break
case
'查看证书'
:
this
.
_itemOriginalRecordLook
(
data
,
'only'
)
break
case
'删除'
:
this
.
_deleteByIds
([
data
.
id
])
break
...
...
@@ -244,7 +247,7 @@ export default {
},
_page
:
async
function
()
{
Object
.
assign
(
this
.
formObj
,
this
.
$refs
.
pageTable
.
_searchParams
())
const
result
=
await
meterSample
.
pageCertificate
End
(
this
.
formObj
)
const
result
=
await
meterSample
.
pageCertificate
Print
(
this
.
formObj
)
if
(
result
)
{
this
.
$refs
.
pageTable
.
_hideLoading
()
this
.
getPage
=
result
...
...
@@ -282,6 +285,21 @@ export default {
// 上传文件
this
.
$refs
.
FileManage
.
_open
(
id
,
'subcontractorId'
)
},
_itemOriginalRecordLook
(
data
,
name
)
{
if
(
data
.
recordId
===
null
||
undefined
===
data
.
recordId
||
data
.
recordId
===
''
)
{
this
.
$Message
.
warning
(
'证书暂未编制!'
)
}
else
{
this
.
$refs
.
itemOriginalRecordLookModal
.
_open
(
data
.
recordId
,
name
,
data
.
id
)
}
},
_getById
:
async
function
(
id
)
{
const
result
=
await
meterSample
.
getById
(
id
)
if
(
result
)
{
...
...
pages/meter-certificate/print/MeterCertificatePrintIndex.vue
View file @
9d189ea1
This diff is collapsed.
Click to expand it.
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