Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
car-database-web
Project
Project
Details
Activity
Releases
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
中汽研标准应用数据库
car-database-web
Commits
ae4b260b
Commit
ae4b260b
authored
Sep 06, 2024
by
baiyanhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发起评审-删除场景-我的已审-我的待审流程参数修改
parent
bd476e53
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
47 additions
and
23 deletions
+47
-23
index.vue
src/views/review/already/index.vue
+2
-2
index.vue
src/views/review/createReview/deleteReviewDetails/index.vue
+6
-3
index.vue
...views/review/createReview/deleteReviewKeypoints/index.vue
+6
-3
index.vue
src/views/review/createReview/deleteReviewScene/index.vue
+9
-3
index.vue
src/views/review/createReview/newReviewDetails/index.vue
+6
-3
index.vue
src/views/review/createReview/newReviewKeypoints/index.vue
+6
-3
index.vue
src/views/review/createReview/newReviewScene/index.vue
+6
-3
index.vue
src/views/review/createReview/newUseCase/index.vue
+6
-3
No files found.
src/views/review/already/index.vue
View file @
ae4b260b
...
...
@@ -147,7 +147,7 @@
min-width=
"200"
align=
"left"
prop=
"decision"
:formatter=
"formatDecision"
></el-table-column>
<el-table-column
label=
"操作"
...
...
@@ -298,7 +298,7 @@ export default {
return
typeList
?
typeList
.
dictLabel
:
''
},
formatReviewStatus
(
row
,
column
){
const
reviewStatusList
=
this
.
reviewStatusList
.
find
(
item
=>
item
.
dictValue
===
row
.
reviewStatus
)
const
reviewStatusList
=
this
.
reviewStatusList
.
find
(
item
=>
item
.
dictValue
===
row
.
decision
)
return
reviewStatusList
?
reviewStatusList
.
dictLabel
:
''
},
/* 关闭移交弹窗-保存*/
...
...
src/views/review/createReview/deleteReviewDetails/index.vue
View file @
ae4b260b
...
...
@@ -386,6 +386,9 @@ export default {
.
catch
(
error
=>
{
console
.
log
(
'testReviewer方法出错'
,
error
)
})
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
},
methods
:
{
//下拉框 选择检验类型
...
...
@@ -414,9 +417,9 @@ export default {
},
// 选择标准要求弹窗确认
submitRequirement
()
{
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
//
this.newResData.standardNo = this.pageIndexSec.standardNo
//
this.newResData.standardId = this.pageIndexSec.id
//
this.newResData.name = this.pageIndexSec.name
//根据 inspectStandardId => standard/findStandardList 的id
// inspectStandardNo => standard/findStandardList 的standardNo
//operationSort => 这个在点击下一步的界面 通过选择新增场景时就已经设置好了 为新增 ADD_SENCE 或删除
...
...
src/views/review/createReview/deleteReviewKeypoints/index.vue
View file @
ae4b260b
...
...
@@ -331,6 +331,9 @@ export default {
.
catch
(
error
=>
{
console
.
log
(
'testReviewer方法出错'
,
error
)
})
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
},
methods
:
{
//下拉框 选择检验类型
...
...
@@ -359,9 +362,9 @@ export default {
},
// 选择标准要求弹窗确认
submitRequirement
()
{
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
//
this.newResData.standardNo = this.pageIndexSec.standardNo
//
this.newResData.standardId = this.pageIndexSec.id
//
this.newResData.name = this.pageIndexSec.name
//根据 inspectStandardId => standard/findStandardList 的id
// inspectStandardNo => standard/findStandardList 的standardNo
//operationSort => 这个在点击下一步的界面 通过选择新增场景时就已经设置好了 为新增 ADD_SENCE 或删除
...
...
src/views/review/createReview/deleteReviewScene/index.vue
View file @
ae4b260b
...
...
@@ -431,6 +431,9 @@ export default {
.
catch
(
error
=>
{
console
.
log
(
'testReviewer方法出错'
,
error
)
})
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
},
methods
:
{
//下拉框 选择检验类型
...
...
@@ -459,9 +462,9 @@ export default {
},
// 选择标准要求弹窗确认
submitRequirement
()
{
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
//
this.newResData.standardNo = this.pageIndexSec.standardNo
//
this.newResData.standardId = this.pageIndexSec.id
//
this.newResData.name = this.pageIndexSec.name
//根据 inspectStandardId => standard/findStandardList 的id
// inspectStandardNo => standard/findStandardList 的standardNo
//operationSort => 这个在点击下一步的界面 通过选择新增场景时就已经设置好了 为新增 ADD_SENCE 或删除
...
...
@@ -555,6 +558,7 @@ export default {
.
then
(
response
=>
{
this
.
receivedScene
=
response
this
.
newResDataAdd
.
newText
=
this
.
receivedScene
.
scene
this
.
newResDataAdd
.
reviewSceneId
=
this
.
receivedScene
.
reviewSceneId
this
.
dialogVisibleScene
=
true
})
.
catch
(
error
=>
{
...
...
@@ -575,6 +579,8 @@ export default {
this
.
newResDataAdd
.
newText
=
this
.
newReviewSceneText
this
.
newResDataAdd
.
remark
=
this
.
newReviewSceneRemark
this
.
newResDataAdd
.
reviewSceneId
=
this
.
selectedSceneSave
.
id
console
.
log
(
this
.
newResDataAdd
,
'提交之前'
)
testInitatereviewAdd
(
this
.
newResDataAdd
)
.
then
(
response
=>
{
...
...
src/views/review/createReview/newReviewDetails/index.vue
View file @
ae4b260b
...
...
@@ -349,6 +349,9 @@
.
catch
(
error
=>
{
console
.
log
(
'testReviewer方法出错'
,
error
)
})
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
},
methods
:
{
//下拉框 选择检验类型
...
...
@@ -377,9 +380,9 @@
},
// 选择标准要求弹窗确认
submitRequirement
()
{
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
//
this.newResData.standardNo = this.pageIndexSec.standardNo
//
this.newResData.standardId = this.pageIndexSec.id
//
this.newResData.name = this.pageIndexSec.name
//根据 inspectStandardId => standard/findStandardList 的id
// inspectStandardNo => standard/findStandardList 的standardNo
//operationSort => 这个在点击下一步的界面 通过选择新增场景时就已经设置好了 为新增 ADD_SENCE 或删除
...
...
src/views/review/createReview/newReviewKeypoints/index.vue
View file @
ae4b260b
...
...
@@ -318,6 +318,9 @@ export default {
.
catch
(
error
=>
{
console
.
log
(
'testReviewer方法出错'
,
error
)
})
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
},
methods
:
{
// 表单提交验证
...
...
@@ -353,9 +356,9 @@ export default {
},
// 选择标准要求弹窗确认
submitRequirement
()
{
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
//
this.newResData.standardNo = this.pageIndexSec.standardNo
//
this.newResData.standardId = this.pageIndexSec.id
//
this.newResData.name = this.pageIndexSec.name
//根据 inspectStandardId => standard/findStandardList 的id
// inspectStandardNo => standard/findStandardList 的standardNo
//operationSort => 这个在点击下一步的界面 通过选择新增场景时就已经设置好了 为新增 ADD_SENCE 或删除
...
...
src/views/review/createReview/newReviewScene/index.vue
View file @
ae4b260b
...
...
@@ -396,6 +396,9 @@ export default {
.
catch
(
error
=>
{
console
.
log
(
'testReviewer方法出错'
,
error
)
})
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
},
methods
:
{
//下拉框 选择检验类型
...
...
@@ -424,9 +427,9 @@ export default {
},
// 选择标准要求弹窗确认
submitRequirement
()
{
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
//
this.newResData.standardNo = this.pageIndexSec.standardNo
//
this.newResData.standardId = this.pageIndexSec.id
//
this.newResData.name = this.pageIndexSec.name
//根据 inspectStandardId => standard/findStandardList 的id
// inspectStandardNo => standard/findStandardList 的standardNo
//operationSort => 这个在点击下一步的界面 通过选择新增场景时就已经设置好了 为新增 ADD_SENCE 或删除
...
...
src/views/review/createReview/newUseCase/index.vue
View file @
ae4b260b
...
...
@@ -308,6 +308,9 @@ export default {
console
.
log
(
'testReviewer方法出错'
,
error
)
})
this
.
newResData
.
type
=
'car'
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
},
methods
:
{
//下拉框 选择检验类型
...
...
@@ -336,9 +339,9 @@ export default {
},
// 选择标准要求弹窗确认
submitRequirement
()
{
this
.
newResData
.
standardNo
=
this
.
pageIndexSec
.
standardNo
this
.
newResData
.
standardId
=
this
.
pageIndexSec
.
id
this
.
newResData
.
name
=
this
.
pageIndexSec
.
name
//
this.newResData.standardNo = this.pageIndexSec.standardNo
//
this.newResData.standardId = this.pageIndexSec.id
//
this.newResData.name = this.pageIndexSec.name
//根据 inspectStandardId => standard/findStandardList 的id
// inspectStandardNo => standard/findStandardList 的standardNo
//operationSort => 这个在点击下一步的界面 通过选择新增场景时就已经设置好了 为新增 ADD_SENCE 或删除
...
...
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