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
1a83f8d5
Commit
1a83f8d5
authored
Nov 20, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了试样管理
parent
11617162
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
6 deletions
+21
-6
ReportMakeIndex.vue
pages/soil-report-manage/report-make/ReportMakeIndex.vue
+1
-1
ReportMakeByEntrust.vue
...il-report-manage/report-make/tabs/ReportMakeByEntrust.vue
+15
-3
SoilSampleManageHis.vue
pages/soil-sample-manage/SoilSampleManageHis.vue
+5
-2
No files found.
pages/soil-report-manage/report-make/ReportMakeIndex.vue
View file @
1a83f8d5
...
...
@@ -11,7 +11,7 @@
<!--
</el-tab-pane>
-->
<!--
</el-tabs>
-->
<el-tabs
v-model=
"activeName"
@
tab-click=
"_changeTabs"
>
<el-tab-pane
label=
"
数据审核
"
name=
"check"
></el-tab-pane>
<el-tab-pane
label=
"
报告编制
"
name=
"check"
></el-tab-pane>
<el-tab-pane
label=
"历史任务"
name=
"checkHis"
></el-tab-pane>
</el-tabs>
<keep-alive>
...
...
pages/soil-report-manage/report-make/tabs/ReportMakeByEntrust.vue
View file @
1a83f8d5
...
...
@@ -286,10 +286,10 @@ export default {
this
.
$nextTick
(
function
()
{
switch
(
res
)
{
case
'管理样品和报告'
:
this
.
$refs
.
refModal
.
_open
(
data
.
id
)
this
.
_sampleManage
(
data
.
id
)
break
case
'查看原始记录'
:
this
.
$refs
.
refModal
.
_open
(
data
.
id
)
this
.
_viewRecord
(
data
.
id
)
break
case
'上传报告'
:
this
.
_uploadReport
(
data
.
id
)
...
...
@@ -312,6 +312,18 @@ export default {
}
})
},
_viewRecord
(
id
)
{
this
.
currentComponent
=
'OriginalRecordView'
this
.
$nextTick
(()
=>
{
this
.
$refs
.
refModal
.
_open
(
id
)
})
},
_sampleManage
(
id
)
{
this
.
currentComponent
=
'SampleByMakeModal'
this
.
$nextTick
(()
=>
{
this
.
$refs
.
refModal
.
_open
(
id
)
})
},
_uploadReport
(
id
)
{
this
.
currentComponent
=
'UploadByReport'
this
.
$nextTick
(()
=>
{
...
...
@@ -358,7 +370,7 @@ export default {
}
break
case
'iconClick'
:
this
.
_iconClick
(
data
.
name
,
data
.
rowData
,
data
.
c
omponentName
)
this
.
_iconClick
(
data
.
name
,
data
.
rowData
,
data
.
c
urrentComponent
)
break
case
'changeSize'
:
this
.
_page
()
...
...
pages/soil-sample-manage/SoilSampleManageHis.vue
View file @
1a83f8d5
...
...
@@ -43,12 +43,15 @@
<!--
</el-input>
-->
<Input
:value=
"scope.row.describeDetail"
@
change
.
native=
"_inputChange($event.target.value,scope.row)"
></Input>
</div>
<div
v-
else-
if=
"item.key==='remark'"
@
click
.
stop=
"_handleRow(scope)"
>
<div
v-if=
"item.key==='remark'"
@
click
.
stop=
"_handleRow(scope)"
>
<el-input
v-model=
"scope.row.remark"
@
change=
"_remarkChange(scope.row)"
></el-input>
</div>
</
template
>
<
template
slot-scope=
"scope"
>
<div
v-if
>
<div
v-if=
"item.status"
>
{{
scope
.
row
[
item
.
key
].
display
}}
</div>
<div
v-else
>
{{
scope
.
row
[
item
.
key
]
}}
</div>
</
template
>
...
...
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