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
d502a55c
Commit
d502a55c
authored
Jun 13, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
74b9f725
0c028b19
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
MeterOutTaskAlloca.vue
pages/meter-out/task-distribute/MeterOutTaskAlloca.vue
+0
-0
MeterOutTaskDistribute.vue
pages/meter-out/task-distribute/MeterOutTaskDistribute.vue
+10
-2
No files found.
pages/meter-out/task-distribute/MeterOutTaskAlloca.vue
0 → 100644
View file @
d502a55c
This diff is collapsed.
Click to expand it.
pages/meter-out/task-distribute/MeterOutTaskDistribute.vue
View file @
d502a55c
...
...
@@ -45,15 +45,16 @@
</Row>
</div>
</div>
<MeterOutTaskAlloca
ref=
"taskAllocaModal"
></MeterOutTaskAlloca>
<MeterSubcontractorEdit
ref=
"editSubcontractorModal"
@
on-result-change=
"_formSearch"
></MeterSubcontractorEdit>
</div>
</template>
<
script
>
import
{
meterEntrust
}
from
'../../../api'
import
MeterSubcontractorEdit
from
'./MeterGoOutTestEdit'
import
MeterOutTaskAlloca
from
'./MeterOutTaskAlloca'
export
default
{
components
:
{
MeterSubcontractorEdit
},
components
:
{
MeterSubcontractorEdit
,
MeterOutTaskAlloca
},
data
()
{
return
{
currentComponent
:
''
,
...
...
@@ -169,6 +170,9 @@ export default {
this
.
currentComponent
=
componentName
this
.
$nextTick
(
function
()
{
switch
(
res
)
{
case
'任务分配'
:
this
.
_taskAllocaModal
(
data
)
break
case
'编辑'
:
this
.
_editModal
(
true
,
data
.
id
)
break
...
...
@@ -187,6 +191,10 @@ export default {
}
})
},
_taskAllocaModal
(
data
)
{
// 管理样品
this
.
$refs
.
taskAllocaModal
.
_open
(
data
.
id
)
},
_record
(
id
)
{
this
.
$refs
.
refModal
.
_open
(
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