Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-smart
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
platform
hp-smart
Commits
53239e40
Commit
53239e40
authored
Mar 14, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.用工登记页面报错修改
parent
1a292c91
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
HPPZ013.js
src/main/webapp/HP/PZ/HPPZ013.js
+1
-1
HPPZ013.jsp
src/main/webapp/HP/PZ/HPPZ013.jsp
+1
-1
HPPZ014.jsp
src/main/webapp/HP/PZ/HPPZ014.jsp
+6
-0
No files found.
src/main/webapp/HP/PZ/HPPZ013.js
View file @
53239e40
...
...
@@ -168,7 +168,7 @@ let checkIn = function () {
let
checkInCallback
=
function
(
regDate
)
{
let
inInfo
=
new
EiInfo
();
inInfo
.
set
(
"main-0-regDate"
,
regDate
);
JSUtils
.
submitGridsData
(
"result"
,
"HPPZ014"
,
"checkIn"
,
tru
e
,
JSUtils
.
submitGridsData
(
"result"
,
"HPPZ014"
,
"checkIn"
,
fals
e
,
function
(
res
)
{
if
(
res
.
status
>
-
1
)
{
// 关闭弹窗
...
...
src/main/webapp/HP/PZ/HPPZ013.jsp
View file @
53239e40
...
...
@@ -8,7 +8,7 @@
<EF:EFPage
title=
"用工管理"
>
<EF:EFRegion
id=
"inqu"
title=
"查询条件"
>
<div
class=
"row"
>
<EF:EFSelect
cname=
"
工厂
"
blockId=
"inqu_status"
ename=
"factoryCode"
row=
"0"
colWidth=
"3"
filter=
"contains"
>
<EF:EFSelect
cname=
"
厂区
"
blockId=
"inqu_status"
ename=
"factoryCode"
row=
"0"
colWidth=
"3"
filter=
"contains"
>
<EF:EFOption
label=
"全部"
value=
""
/>
<EF:EFOptions
blockId=
"factory_record_block_id"
textField=
"textField"
valueField=
"valueField"
/>
</EF:EFSelect>
...
...
src/main/webapp/HP/PZ/HPPZ014.jsp
View file @
53239e40
...
...
@@ -57,6 +57,12 @@
<EF:EFCodeOption
codeName=
"xservices.xs.sex"
/>
</EF:EFComboColumn>
<EF:EFColumn
ename=
"mobile"
cname=
"联系方式"
enable=
"false"
width=
"120"
align=
"center"
/>
<EF:EFColumn
cname=
"创建人"
ename=
"createdName"
enable=
"false"
align=
"center"
/>
<EF:EFColumn
cname=
"创建时间"
ename=
"createdTime"
enable=
"false"
width=
"140"
align=
"center"
editType=
"datetime"
parseFormats=
"['yyyyMMddHHmmss','yyyy-MM-dd HH:mm:ss']"
/>
<EF:EFColumn
cname=
"修改人"
ename=
"updatedName"
enable=
"false"
align=
"center"
/>
<EF:EFColumn
cname=
"修改时间"
ename=
"updatedTime"
enable=
"false"
width=
"140"
align=
"center"
editType=
"datetime"
parseFormats=
"['yyyyMMddHHmmss','yyyy-MM-dd HH:mm:ss']"
/>
</EF:EFGrid>
</EF:EFRegion>
</EF:EFPage>
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