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
77fce868
Commit
77fce868
authored
Jul 07, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了出检管理个人检测任务历史记录的操作日志和附件按钮
parent
19719d3c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
MeterOutPersonalTaskHis.vue
pages/meter-out/personal-task/MeterOutPersonalTaskHis.vue
+6
-4
MeterSubpackageTaskHis.vue
...er-subcontract/subpackage-task/MeterSubpackageTaskHis.vue
+2
-1
No files found.
pages/meter-out/personal-task/MeterOutPersonalTaskHis.vue
View file @
77fce868
...
...
@@ -45,15 +45,17 @@
</Row>
</div>
</div>
<operationModal
ref=
"operationModal"
@
on-result-change=
"_page"
></operationModal>
<FileManage
ref=
"FileManage"
@
on-result-change=
"_page"
></FileManage>
<MeterSubcontractorEdit
ref=
"editSubcontractorModal"
@
on-result-change=
"_formSearch"
></MeterSubcontractorEdit>
</div>
</template>
<
script
>
import
{
meterEntrust
}
from
'../../../api'
import
operationModal
from
'../../../components/operation/Operation'
import
MeterSubcontractorEdit
from
'./MeterGoOutTestEdit'
export
default
{
components
:
{
MeterSubcontractorEdit
},
components
:
{
MeterSubcontractorEdit
,
operationModal
},
data
()
{
return
{
currentComponent
:
''
,
...
...
@@ -182,7 +184,7 @@ export default {
})
},
_record
(
id
)
{
this
.
$refs
.
ref
Modal
.
_open
(
id
)
this
.
$refs
.
operation
Modal
.
_open
(
id
)
},
_tableResultChange
(
msg
,
data
)
{
switch
(
msg
)
{
...
...
@@ -239,7 +241,7 @@ export default {
_upload
(
id
)
{
// 上传文件
this
.
$refs
.
refModal
.
_open
(
id
,
'subcontractorId'
)
this
.
$refs
.
FileManage
.
_open
(
id
,
'subcontractorId'
)
},
_getById
:
async
function
(
id
)
{
const
result
=
await
meterEntrust
.
getVOById
(
id
)
...
...
pages/meter-subcontract/subpackage-task/MeterSubpackageTaskHis.vue
View file @
77fce868
...
...
@@ -45,6 +45,7 @@
</Row>
</div>
</div>
<FileManage
ref=
"FileManage"
></FileManage>
<MeterSubSampleManage
ref=
"subSampleManage"
@
on-result-change=
"_page"
></MeterSubSampleManage>
</div>
...
...
@@ -200,7 +201,7 @@ export default {
_upload
(
id
)
{
// 上传文件
this
.
$refs
.
refModal
.
_open
(
id
,
'subcontractorId'
)
this
.
$refs
.
FileManage
.
_open
(
id
,
'subcontractorId'
)
},
_getById
:
async
function
(
id
)
{
const
result
=
await
meterSubcontractor
.
getById
(
id
)
...
...
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