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
553dcf70
Commit
553dcf70
authored
Mar 10, 2024
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
124b3c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
26 deletions
+34
-26
checkList.vue
src/views/checkList.vue
+34
-26
No files found.
src/views/checkList.vue
View file @
553dcf70
...
...
@@ -90,7 +90,7 @@
<div
class=
"CodeOne"
>
<el-form
:model=
"inspectInfoList"
>
<el-form-item
label=
"检查一单号: "
>
<el-input
v-model=
"inspectInfo
List.JcOneCode"
class=
"CodeOneInput"
></el-input>
<el-input
:disabled=
"((controlsForm.controls == '3' || controlsForm.controls == '1')&& controlsForm.approveStatus === '1') || ((controlsForm.controls == '3' || controlsForm.controls == '1' )&& controlsForm.approveStatus === '2') || ((controlsForm.controls == '3' || controlsForm.controls == '1')&& controlsForm.approveStatus === '3')"
v-model=
"inspectJbAl2o3
List.JcOneCode"
class=
"CodeOneInput"
></el-input>
</el-form-item>
</el-form>
</div>
...
...
@@ -1024,7 +1024,7 @@
:maxlength=
"IRMAXLENGTHTHREE"
:disabled=
"controlsForm.controls ==='1'&& controlsForm.approveStatus ==='1'
|| (controlsForm.controls == '3' &&controlsForm.approveStatus === '1') || (controlsForm.controls ==='3'&&controlsForm.approveStatus === '9' )"
@
input=
"handleData3Input(
3
)"
@
input=
"handleData3Input(
2
)"
@
keyup
.
enter
.
native=
"handelTab(23,$event)"
/>
</el-form-item>
...
...
@@ -1413,8 +1413,8 @@
<div
class=
"checkTicketOne "
>
<div
class=
"CodeOne"
>
<el-form
:model=
"inspectInfoList"
>
<el-form-item
label=
"检查
一
单号: "
>
<el-input
v-model=
"inspectInfo
List.JcTwoCode"
class=
"CodeOneInput"
></el-input>
<el-form-item
label=
"检查
三
单号: "
>
<el-input
:disabled=
"((controlsForm.controls == '3' || controlsForm.controls == '1')&& controlsForm.approveStatus === '1') || ((controlsForm.controls == '3' || controlsForm.controls == '1' )&& controlsForm.approveStatus === '2') || ((controlsForm.controls == '3' || controlsForm.controls == '1')&& controlsForm.approveStatus === '3')"
v-model=
"inspectJbAl2o3
List.JcTwoCode"
class=
"CodeOneInput"
></el-input>
</el-form-item>
</el-form>
</div>
...
...
@@ -2022,8 +2022,6 @@ export default {
jcRank
:
''
,
jcFacadeCy
:
undefined
,
jcFacadeBl
:
undefined
,
JcOneCode
:
'xxxx'
,
JcTwoCode
:
'yyyy'
,
jcCause
:
''
,
jcResult
:
'1'
,
remarks
:
''
,
...
...
@@ -2038,6 +2036,8 @@ export default {
},
// 表单二
inspectJbAl2o3List
:
{
JcOneCode
:
'xxxx'
,
JcTwoCode
:
'yyyy'
,
oneJcUser
:
undefined
,
oneJcDate
:
undefined
,
twoJcUser
:
undefined
,
...
...
@@ -2063,18 +2063,18 @@ export default {
cyRes
:
undefined
,
finalRes
:
undefined
,
noProject
:
'5'
,
wgKx
:
'
5
'
,
wgLlw
:
'
5
'
,
wgWlw
:
'
5
'
,
wgJbwq
:
'
5
'
,
wgZk
:
'
5
'
,
wgSh
:
'
5
'
,
wgBm
:
'
5
'
,
wgTc
:
'
5
'
,
wgQg
:
'
5
'
,
wgCq
:
'
5
'
,
wgFf
:
'
5
'
,
wgTf
:
'
5
'
,
wgKx
:
''
,
wgLlw
:
''
,
wgWlw
:
''
,
wgJbwq
:
''
,
wgZk
:
''
,
wgSh
:
''
,
wgBm
:
''
,
wgTc
:
''
,
wgQg
:
''
,
wgCq
:
''
,
wgFf
:
''
,
wgTf
:
''
,
limitData
:
undefined
,
ossIdList
:
[],
recode1
:
[],
...
...
@@ -3567,6 +3567,9 @@ export default {
margin-left
:
13%
;
height
:
20px
;
.CodeOne
{
::v-deep
.el-form-item__content
{
margin-left
:
85px
;
}
float
:
right
;
width
:
36%
;
::v-deep
.el-form-item__label
{
...
...
@@ -3574,7 +3577,7 @@ export default {
font-weight
:
400
;
}
.CodeOneInput
{
width
:
80%
;
//
width: 80%;
}
}
}
...
...
@@ -4628,6 +4631,9 @@ export default {
justify-content
:
end
;
margin-left
:
11
.5%
;
.CodeOne
{
::v-deep
.el-form-item__content
{
margin-left
:
85px
;
}
float
:
right
;
width
:
37%
;
::v-deep
.el-form-item__label
{
...
...
@@ -4635,7 +4641,7 @@ export default {
font-weight
:
400
;
}
.CodeOneInput
{
width
:
80%
;
//
width: 80%;
}
}
}
...
...
@@ -4690,40 +4696,42 @@ export default {
width
:
47%
;
.ThirdOneBlueText
{
margin-left
:
4%
;
color
:
blue
;
}
.ThirdOneRedText
{
margin-left
:
4%
;
color
:
red
;
}
.ThirdTwoBlueText
{
margin-left
:
21px
;
margin-left
:
4%
;
color
:
blue
;
}
.ThirdTwoRedText
{
margin-left
:
21px
;
margin-left
:
4%
;
color
:
red
;
}
.ThirdThreeBlueText
{
margin-left
:
24px
;
margin-left
:
4%
;
color
:
blue
;
}
.ThirdThreeRedText
{
margin-left
:
24px
;
margin-left
:
4%
;
color
:
red
;
}
.ThirdFourBlueText
{
margin-left
:
10px
;
margin-left
:
4%
;
color
:
blue
;
}
.ThirdFourRedText
{
margin-left
:
10px
;
margin-left
:
4%
;
color
:
red
;
}
...
...
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