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
96a6b329
Commit
96a6b329
authored
Oct 23, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了检测依据管理查看附件
parent
9075c453
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
13 deletions
+18
-13
StanardFileManage.vue
pages/meter-aptitude/standard-manage/StanardFileManage.vue
+0
-0
StandardManage.vue
pages/meter-aptitude/standard-manage/StandardManage.vue
+17
-12
EntrustRegisterEdit.vue
pages/meter-entrust/entrust-register/EntrustRegisterEdit.vue
+1
-1
No files found.
pages/meter-aptitude/standard-manage/StanardFileManage.vue
0 → 100644
View file @
96a6b329
This diff is collapsed.
Click to expand it.
pages/meter-aptitude/standard-manage/StandardManage.vue
View file @
96a6b329
...
...
@@ -85,10 +85,10 @@
<DownloadTemplateImport
ref=
"importModal"
@
on-result-change=
"_page"
></DownloadTemplateImport>
<SubstitutionalRelation
ref=
"relationModal"
@
on-result-change=
"_page"
></SubstitutionalRelation>
<UploadModal
ref=
"uploadModal"
@
on-result-change=
"_page"
></UploadModal>
<StanardFileManage
ref=
"FileManage"
></StanardFileManage>
<!-- <component ref="refModal" :is="currentComponent" @on-result-change="_page"></component>-->
</div>
</template>
<
script
>
import
http
from
'../../../api/http'
import
{
soilAptitude
}
from
'../../../api'
...
...
@@ -97,13 +97,14 @@ import DownloadTemplateImport from '../../../components/import/DownloadTemplateI
import
StandardsManageEdit
from
'./StandardsManageEdit'
// 添加、编辑
import
SubstitutionalRelation
from
'./SubstitutionalRelation'
// 查看替代关系
import
UploadModal
from
'./UploadFileModal'
// 上传文件
import
StanardFileManage
from
'./StanardFileManage'
export
default
{
components
:
{
StandardsManageEdit
,
DownloadTemplateImport
,
SubstitutionalRelation
,
UploadModal
UploadModal
,
StanardFileManage
},
data
()
{
return
{
...
...
@@ -126,7 +127,8 @@ export default {
// 表格
pageColumns
:
[
{
title
:
'检测依据'
,
key
:
'code'
},
{
title
:
'检测依据名称'
,
key
:
'name'
}
{
title
:
'检测依据名称'
,
key
:
'name'
},
{
title
:
'附件是否已上传'
,
key
:
'uploaded'
}
// { title: '标准状态', key: 'status', width: 120 },
// { title: '标准分类', key: 'classify' },
// { title: '标准类型', key: 'type' },
...
...
@@ -153,8 +155,11 @@ export default {
id
:
''
,
name
:
'上传'
},
{
type
:
'ios-download'
,
id
:
''
,
name
:
'下载'
},
{
type
:
'ios-book'
,
id
:
''
,
name
:
'预览'
},
{
type
:
'ios-cloud'
,
id
:
''
,
name
:
'查看附件'
},
{
type
:
'md-remove-circle'
,
id
:
''
,
name
:
'删除'
}
],
searchOpen
:
false
,
...
...
@@ -232,11 +237,8 @@ export default {
case
'上传'
:
this
.
_upload
(
data
.
id
)
break
case
'下载'
:
this
.
_download
(
data
)
break
case
'预览'
:
this
.
_viewReport
(
data
)
case
'查看附件'
:
this
.
_fileManage
(
data
.
id
)
break
case
'查看替代关系'
:
this
.
$refs
.
relationModal
.
_open
(
data
.
id
)
...
...
@@ -247,6 +249,9 @@ export default {
}
})
},
_fileManage
(
id
)
{
this
.
$refs
.
FileManage
.
_openByEntrustId
(
id
)
},
_upload
(
id
)
{
const
obj
=
{
importUrl
:
'/soil/v1/standard_annex/upload/'
+
id
...
...
@@ -384,7 +389,7 @@ export default {
title
:
'提示'
,
content
:
'确定要下载文件?'
,
onOk
:
()
=>
{
if
(
!
data
.
fileUrl
)
{
if
(
data
.
uploaded
!==
'是'
)
{
this
.
$Message
.
error
(
'附件未上传,请上传附件!'
)
return
}
...
...
pages/meter-entrust/entrust-register/EntrustRegisterEdit.vue
View file @
96a6b329
...
...
@@ -126,7 +126,7 @@ import { meterEntrust, meterSample, soilEntrust } from '../../../api'
import
importModal
from
'../../../components/import/DownloadTemplateImport'
import
AutoComplete
from
'../../../components/base/AutoCompletes'
import
SampleItemSelect
from
'../../meter-aptitude/standard-manage/SampleItemSelect'
import
assignPerson
from
'../../../components/user-info-single/
a
ssignPerson'
import
assignPerson
from
'../../../components/user-info-single/
A
ssignPerson'
import
Global
from
'../../../api/config'
export
default
{
components
:
{
...
...
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