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
6182fa1f
Commit
6182fa1f
authored
Mar 11, 2021
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了开土制备样品拆分和样品分拨tab页名称
parent
9bc674ca
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
8 deletions
+15
-8
SoilSampleSplit.vue
pages/soil-sample-manage/SoilSampleSplit.vue
+11
-4
SampleManage.vue
...age/sample-receive/entrust-sample-manage/SampleManage.vue
+2
-2
WaitReceive.vue
...nage/sample-receive/entrust-sample-manage/WaitReceive.vue
+2
-2
No files found.
pages/soil-sample-manage/SoilSampleSplit.vue
View file @
6182fa1f
...
...
@@ -95,6 +95,11 @@ export default {
type
:
'ios-beaker'
,
id
:
''
,
name
:
'添加'
},
{
type
:
'md-remove-circle'
,
id
:
''
,
name
:
'删除'
}
],
contractId
:
''
,
// 委托id
...
...
@@ -151,6 +156,9 @@ export default {
}
this
.
getPage
.
records
.
splice
(
data
.
index
+
1
,
0
,
addData
)
},
_delete
(
data
)
{
this
.
getPage
.
records
.
splice
(
data
.
index
,
1
)
},
_handleRow
(
data
)
{
this
.
currentRow
=
data
.
row
this
.
currentIndex
=
data
.
rowIndex
...
...
@@ -229,16 +237,15 @@ export default {
case
'添加'
:
this
.
_add
(
data
)
break
case
'删除'
:
this
.
_delete
(
data
)
break
case
'编辑'
:
this
.
_editModal
(
true
,
data
)
break
case
'复制'
:
this
.
_copy
(
data
)
break
case
'删除'
:
console
.
log
(
index
)
this
.
_deleteById
(
data
.
id
)
break
}
})
},
...
...
pages/soil-sample-manage/sample-receive/entrust-sample-manage/SampleManage.vue
View file @
6182fa1f
...
...
@@ -5,10 +5,10 @@
<p
slot=
"header"
>
{{
name
}}
--管理样品
</p>
<div>
<el-tabs
v-model=
"activeName"
@
tab-click=
"_changeTabs"
>
<el-tab-pane
label=
"
待接收样品
"
name=
"waitReceive"
>
<el-tab-pane
label=
"
预检等待
"
name=
"waitReceive"
>
<WaitReceive
ref=
"waitReceiveModal"
@
on-result-change=
"_search"
></WaitReceive>
</el-tab-pane>
<el-tab-pane
label=
"
待发放样品
"
name=
"waitScan"
>
<el-tab-pane
label=
"
发放检测
"
name=
"waitScan"
>
<WaitScan
ref=
"waitScanModal"
@
-result-change=
"_search"
></WaitScan>
</el-tab-pane>
</el-tabs>
...
...
pages/soil-sample-manage/sample-receive/entrust-sample-manage/WaitReceive.vue
View file @
6182fa1f
...
...
@@ -90,7 +90,7 @@ export default {
data
()
{
return
{
btn
:
[
{
type
:
'primary'
,
id
:
''
,
name
:
'
收样室
收样'
},
{
type
:
'primary'
,
id
:
''
,
name
:
'
预检
收样'
},
{
type
:
'primary'
,
id
:
''
,
name
:
'样品留存'
},
{
type
:
'primary'
,
id
:
''
,
name
:
'导入试验项目'
}
],
...
...
@@ -291,7 +291,7 @@ export default {
case
'复制历史样品检测项目'
:
this
.
_copyHisItem
()
break
case
'
收样室
收样'
:
case
'
预检
收样'
:
this
.
_sampleReceive
(
this
.
selectIds
)
break
case
'样品留存'
:
...
...
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