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
7c5e4cce
Commit
7c5e4cce
authored
Dec 25, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了试样任务分配tab切换
parent
1097d936
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
0 deletions
+20
-0
SampleManage.vue
...st-task-manage-his/entrust-sample-manage/SampleManage.vue
+4
-0
ItemRightList.vue
...age-his/entrust-sample-manage/item-tabs/ItemRightList.vue
+4
-0
ItemTabs.vue
...k-manage-his/entrust-sample-manage/item-tabs/ItemTabs.vue
+3
-0
SampleRightList.vue
...his/entrust-sample-manage/sample-tabs/SampleRightList.vue
+4
-0
SampleTabs.vue
...nage-his/entrust-sample-manage/sample-tabs/SampleTabs.vue
+3
-0
SampleManage.vue
...e/test-task-manage/entrust-sample-manage/SampleManage.vue
+2
-0
No files found.
pages/soil-test-manage/test-task-manage-his/entrust-sample-manage/SampleManage.vue
View file @
7c5e4cce
...
...
@@ -68,13 +68,17 @@ export default {
// this._issuedPage()
}
else
if
(
tab
.
name
===
'waitReceive'
)
{
// this._waitPage()
this
.
$refs
.
waitScanModal
.
_clearTable
()
this
.
$refs
.
waitReceiveModal
.
_open
(
this
.
entrustId
)
}
else
if
(
tab
.
name
===
'waitScan'
)
{
this
.
$refs
.
waitReceiveModal
.
_clearTable
()
this
.
$refs
.
waitScanModal
.
_open
(
this
.
entrustId
)
// this._waitSend()
}
},
_search
()
{
this
.
$refs
.
waitScanModal
.
_clearTable
()
this
.
$refs
.
waitReceiveModal
.
_clearTable
()
this
.
$emit
(
'on-result-change'
)
},
// 关闭弹框的时候刷新上个界面
...
...
pages/soil-test-manage/test-task-manage-his/entrust-sample-manage/item-tabs/ItemRightList.vue
View file @
7c5e4cce
...
...
@@ -170,6 +170,10 @@ export default {
this
.
formObj
.
sampleCode
=
''
this
.
getPage
=
{}
},
_clearAll
()
{
this
.
getPage
.
records
=
[]
this
.
selectIds
=
[]
},
_modalResult
(
data
)
{
switch
(
this
.
currentComponent
)
{
case
'AssignPerson'
:
...
...
pages/soil-test-manage/test-task-manage-his/entrust-sample-manage/item-tabs/ItemTabs.vue
View file @
7c5e4cce
...
...
@@ -40,6 +40,9 @@ export default {
console
.
log
(
id
)
this
.
$refs
.
leftModal
.
_open
(
this
.
id
)
// this.$refs.rightModal._getColumn()
},
_clearTable
()
{
this
.
$refs
.
rightModal
.
_clearAll
()
}
}
}
...
...
pages/soil-test-manage/test-task-manage-his/entrust-sample-manage/sample-tabs/SampleRightList.vue
View file @
7c5e4cce
...
...
@@ -318,6 +318,10 @@ export default {
this
.
_page
()
}
},
_clearAll
()
{
this
.
getPage
.
records
=
[]
this
.
selectIds
=
[]
},
_refresh
()
{
this
.
$emit
(
'on-result-change'
)
},
...
...
pages/soil-test-manage/test-task-manage-his/entrust-sample-manage/sample-tabs/SampleTabs.vue
View file @
7c5e4cce
...
...
@@ -35,6 +35,9 @@ export default {
_open
(
id
)
{
this
.
$refs
.
SampleleftModal
.
_open
(
id
)
// this.$refs.rightModal._getColumn()
},
_clearTable
()
{
this
.
$refs
.
SamplerightModal
.
_clearAll
()
}
}
}
...
...
pages/soil-test-manage/test-task-manage/entrust-sample-manage/SampleManage.vue
View file @
7c5e4cce
...
...
@@ -78,6 +78,8 @@ export default {
}
},
_search
()
{
this
.
$refs
.
waitScanModal
.
_clearTab
()
this
.
$refs
.
waitReceiveModal
.
_clearTab
()
this
.
$emit
(
'on-result-change'
)
},
// 关闭弹框的时候刷新上个界面
...
...
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