Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
杨硕
template_vue
Commits
cdba673f
Commit
cdba673f
authored
Apr 12, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改 检查表
parent
6c1a662b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
templateFirst.vue
src/views/template/templateFirst.vue
+7
-2
No files found.
src/views/template/templateFirst.vue
View file @
cdba673f
...
@@ -3239,7 +3239,6 @@ export default {
...
@@ -3239,7 +3239,6 @@ export default {
// 切换厂家
// 切换厂家
handleJcCjChange
(
value
)
{
handleJcCjChange
(
value
)
{
// 如果切换到第一个厂家时,将 11-15 21-25个输入框禁用并且情空数据
// 如果切换到第一个厂家时,将 11-15 21-25个输入框禁用并且情空数据
console
.
log
(
'value'
,
value
)
if
(
value
===
this
.
manufacturer
[
0
].
value
)
{
if
(
value
===
this
.
manufacturer
[
0
].
value
)
{
console
.
log
(
'选中第一个厂家'
)
console
.
log
(
'选中第一个厂家'
)
this
.
disableInput
=
true
this
.
disableInput
=
true
...
@@ -3971,7 +3970,13 @@ export default {
...
@@ -3971,7 +3970,13 @@ export default {
if
(
this
.
inspectJbAl2o3List
.
limitData
&&
this
.
inspectJbAl2o3List
.
limitData
.
length
>
0
)
{
if
(
this
.
inspectJbAl2o3List
.
limitData
&&
this
.
inspectJbAl2o3List
.
limitData
.
length
>
0
)
{
this
.
getRecordThreeList
(
this
.
inspectJbAl2o3List
.
limitData
.
split
(
','
))
this
.
getRecordThreeList
(
this
.
inspectJbAl2o3List
.
limitData
.
split
(
','
))
}
}
this
.
handleJcCjChange
()
// this.handleJcCjChange(this.inspectInfoList.jcCj)
console
.
log
(
'this.inspectInfoList.jcCj'
,
this
.
inspectInfoList
.
jcCj
)
if
(
this
.
inspectInfoList
.
jcCj
===
this
.
manufacturer
[
0
].
value
)
{
this
.
disableInput
=
true
}
else
{
this
.
disableInput
=
false
}
/** 审批信息**/
/** 审批信息**/
this
.
inspectInfoList
.
approveStatus
=
response
.
data
.
approveStatus
this
.
inspectInfoList
.
approveStatus
=
response
.
data
.
approveStatus
this
.
inspectsForm
.
approveUser
=
response
.
data
.
approveName
this
.
inspectsForm
.
approveUser
=
response
.
data
.
approveName
...
...
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