Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
GaoQuYingJiH5-ASD
Commits
e989148b
Commit
e989148b
authored
Apr 18, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 450 446 bug
parent
ba000a52
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
_check_info.css
src/_check_info.css
+1
-1
_check_info.html
src/_check_info.html
+4
-4
_check_info.js
src/_check_info.js
+2
-2
No files found.
src/_check_info.css
View file @
e989148b
...
...
@@ -126,7 +126,7 @@
/* padding: 12px; */
background
:
#fff
;
overflow
:
hidden
;
padding-bottom
:
1
rem
;
padding-bottom
:
2
rem
;
}
/* 检查项 */
...
...
src/_check_info.html
View file @
e989148b
...
...
@@ -145,17 +145,17 @@
<van-field
label=
"检查人员"
v-model=
"checkPeopleName"
readonly
/>
</van-cell>
<van-cell>
<van-field
label=
"检查日期"
v-model=
"checkDate"
/>
<van-field
label=
"检查日期"
v-model=
"checkDate"
readonly
/>
</van-cell>
<van-cell
v-if=
"flag!='ADD'&&flag!='JC_XQ'"
>
<van-field
label=
"整改截止日期"
v-model=
"rectificationDeadline"
/>
<van-field
label=
"整改截止日期"
v-model=
"rectificationDeadline"
readonly
/>
</van-cell>
<div
v-if=
"flag=='0' || flag=='1' || flag=='3'"
>
<van-cell>
<van-field
label=
"审核日期"
v-model=
"reviewDate"
/>
<van-field
label=
"审核日期"
v-model=
"reviewDate"
readonly
/>
</van-cell>
<van-cell>
<van-field
label=
"审核记录"
v-model=
"reviewRecord"
/>
<van-field
label=
"审核记录"
v-model=
"reviewRecord"
readonly
/>
</van-cell>
</div>
...
...
src/_check_info.js
View file @
e989148b
...
...
@@ -66,7 +66,7 @@ window.onload = function() {
totalItems
:
0
,
notNullCount
:
0
,
// 外层表单信息
checkDate
:
gemhoUtil
.
getTargetDateYMD
()
,
// 检查日期
checkDate
:
''
,
// 检查日期
checkPeopleName
:
''
,
// 检查人员
rectificationDeadline
:
''
,
// 整改截止日期
reviewDate
:
''
,
// 隐患审核日期
...
...
@@ -301,7 +301,7 @@ window.onload = function() {
// })
// }, 0);
var
result
=
JSON
.
parse
(
res
)
this
.
checkDate
=
result
.
data
.
check
Tim
e
// 检查日期
this
.
checkDate
=
result
.
data
.
check
Dat
e
// 检查日期
this
.
checkPeopleName
=
result
.
data
.
checkPeopleName
// 检查人员
this
.
checkData
=
result
.
data
.
gqCheckTypeList
this
.
noCount
=
result
.
data
.
hiddenCount
...
...
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