Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-h5app-drs
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
zhuxiaomei
patzn-cloud-web-h5app-drs
Commits
115849de
Commit
115849de
authored
Mar 13, 2021
by
zhuxiaomei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试修改
parent
0a58cd1d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
SamplingPlan.vue
src/page/sampling-plan/SamplingPlan.vue
+7
-3
No files found.
src/page/sampling-plan/SamplingPlan.vue
View file @
115849de
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
</div>
</div>
<div>
计划名称:{{ item.name }}
</div>
<div>
计划名称:{{ item.name }}
</div>
</div>
</div>
<div
@
click
.
stop=
"_goFile(item
.id
)"
>
<div
@
click
.
stop=
"_goFile(item)"
>
<img
src=
"../../assets/file-nav.png"
style=
"width: 20px"
>
<img
src=
"../../assets/file-nav.png"
style=
"width: 20px"
>
</div>
</div>
</div>
</div>
...
@@ -250,7 +250,9 @@ export default {
...
@@ -250,7 +250,9 @@ export default {
this
.
checkListValue
.
splice
(
this
.
checkListValue
.
indexOf
(
item
.
id
),
1
);
this
.
checkListValue
.
splice
(
this
.
checkListValue
.
indexOf
(
item
.
id
),
1
);
}
}
}
else
{
}
else
{
if
(
item
.
progress
===
'草稿'
||
item
.
progress
===
'审批驳回'
)
{
this
.
_edit
(
item
)
this
.
_edit
(
item
)
}
// if (item.testedType === 1) {
// if (item.testedType === 1) {
// this.$router.push({path: '/sampling_plan/sampling_plan_detail_net', query: {id: item.id}})
// this.$router.push({path: '/sampling_plan/sampling_plan_detail_net', query: {id: item.id}})
// } else if (item.testedType === 0) {
// } else if (item.testedType === 0) {
...
@@ -300,8 +302,10 @@ export default {
...
@@ -300,8 +302,10 @@ export default {
}
}
}
}
},
},
_goFile
(
id
)
{
_goFile
(
item
)
{
this
.
$router
.
push
({
path
:
'/sampling_plan/file'
,
query
:
{
planId
:
id
}})
if
(
item
.
progress
===
'草稿'
||
item
.
progress
===
'审批驳回'
)
{
this
.
$router
.
push
({
path
:
'/sampling_plan/file'
,
query
:
{
planId
:
item
.
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