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
1f76cc4d
Commit
1f76cc4d
authored
Jan 10, 2024
by
徐澳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
878d4691
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
22 deletions
+25
-22
THppz004.java
src/main/java/com/baosight/hpjx/hp/pz/domain/THppz004.java
+13
-13
HPPZ002.jsp
src/main/webapp/HP/PZ/HPPZ002.jsp
+4
-4
HPPZ004.jsp
src/main/webapp/HP/PZ/HPPZ004.jsp
+8
-5
No files found.
src/main/java/com/baosight/hpjx/hp/pz/domain/THppz004.java
View file @
1f76cc4d
...
...
@@ -16,7 +16,7 @@ import com.baosight.iplat4j.core.util.StringUtils;
*/
public
class
THppz004
extends
DaoEPBase
{
private
Integer
id
=
0
;
private
Long
id
=
0L
;
private
String
companyCode
=
" "
;
/* 企业编码 预留*/
private
String
inventName
=
" "
;
/* 存货名称*/
private
String
inventCode
=
" "
;
/* 存货编码*/
...
...
@@ -87,20 +87,20 @@ public THppz004() {
initMetaData
();
}
/**
* get the id
* @return the id
*/
public
Integer
getId
()
{
/**
* get the id
* @return the id
*/
public
Long
getId
()
{
return
this
.
id
;
}
}
/**
* set the id
*/
public
void
setId
(
Integer
id
)
{
/**
* set the id
*/
public
void
setId
(
Long
id
)
{
this
.
id
=
id
;
}
}
/**
* get the companyCode - 企业编码 预留
* @return the companyCode
...
...
@@ -246,7 +246,7 @@ initMetaData();
*/
public
void
fromMap
(
Map
map
)
{
setId
(
NumberUtils
.
to
Integer
(
StringUtils
.
toString
(
map
.
get
(
"id"
)),
id
));
setId
(
NumberUtils
.
to
Long
(
StringUtils
.
toString
(
map
.
get
(
"id"
)),
id
));
setCompanyCode
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
"companyCode"
)),
companyCode
));
setInventName
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
"inventName"
)),
inventName
));
setInventCode
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
"inventCode"
)),
inventCode
));
...
...
src/main/webapp/HP/PZ/HPPZ002.jsp
View file @
1f76cc4d
...
...
@@ -28,8 +28,8 @@
<EF:EFColumn
ename=
"id"
cname=
"内码"
hidden=
"true"
/>
<EF:EFComboColumn
ename=
"custType"
cname=
"供应商类型"
align=
"center"
columnTemplate=
"#=
textField#-#=value
Field#"
optionLabel=
" "
itemTemplate=
"#=
textField#-#=value
Field#"
textField=
"textField"
columnTemplate=
"#=
valueField#-#=text
Field#"
optionLabel=
" "
itemTemplate=
"#=
valueField#-#=text
Field#"
textField=
"textField"
valueField=
"valueField"
width=
"100"
required=
"true"
>
<EF:EFOption
label=
"--请选择--"
value=
""
></EF:EFOption>
<EF:EFOption
label=
"国企"
value=
"1"
></EF:EFOption>
...
...
@@ -38,8 +38,8 @@
<EF:EFColumn
ename=
"custCode"
cname=
"供应商编码"
width=
"100"
readonly=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"custName"
cname=
"供应商名称"
width=
"100"
readonly=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"address"
cname=
"地址"
width=
"100"
readonly=
"false"
required=
"true"
/>
<EF:EFComboColumn
ename=
"status"
cname=
"状态"
align=
"center"
columnTemplate=
"#=
textField#-#=value
Field#"
optionLabel=
" "
itemTemplate=
"#=
textField#-#=value
Field#"
textField=
"textField"
<EF:EFComboColumn
ename=
"status"
cname=
"状态"
align=
"center"
columnTemplate=
"#=
valueField#-#=text
Field#"
optionLabel=
" "
itemTemplate=
"#=
valueField#-#=text
Field#"
textField=
"textField"
valueField=
"valueField"
width=
"100"
required=
"true"
>
<EF:EFOption
label=
"--请选择--"
value=
""
></EF:EFOption>
<EF:EFOption
label=
"启用"
value=
"1"
></EF:EFOption>
...
...
src/main/webapp/HP/PZ/HPPZ004.jsp
View file @
1f76cc4d
...
...
@@ -9,7 +9,10 @@
<EF:EFRegion
id=
"inqu"
title=
"查询条件"
>
<div
class=
"row"
>
<EF:EFInput
ename=
"inqu_status-0-inventName"
cname=
"存货类型"
colWidth=
"4"
readonly=
"false"
/>
<EF:EFSelect
ename=
"inqu_status-0-inventType"
cname=
"存货类型"
colWidth=
"4"
>
<EF:EFOption
label=
"--请选择--"
value=
""
/>
<EF:EFOption
label=
"待定"
value=
"1"
></EF:EFOption>
</EF:EFSelect>
<EF:EFSelect
ename=
"inqu_status-0-status"
cname=
"状态"
colWidth=
"4"
>
<EF:EFOption
label=
"--请选择--"
value=
""
/>
<EF:EFOption
label=
"启用"
value=
"1"
></EF:EFOption>
...
...
@@ -24,14 +27,14 @@
<EF:EFColumn
ename=
"id"
cname=
"内码"
hidden=
"true"
/>
<EF:EFColumn
ename=
"inventCode"
cname=
"类型编码"
width=
"100"
readonly=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"inventName"
cname=
"存货名称"
width=
"100"
readonly=
"false"
required=
"true"
/>
<EF:EFComboColumn
ename=
"inventType"
cname=
"存货类型"
align=
"center"
columnTemplate=
"#=
textField#-#=value
Field#"
optionLabel=
" "
itemTemplate=
"#=
textField#-#=value
Field#"
textField=
"textField"
<EF:EFComboColumn
ename=
"inventType"
cname=
"存货类型"
align=
"center"
columnTemplate=
"#=
valueField#-#=text
Field#"
optionLabel=
" "
itemTemplate=
"#=
valueField#-#=text
Field#"
textField=
"textField"
valueField=
"valueField"
width=
"100"
required=
"true"
>
<EF:EFOption
label=
"--请选择--"
value=
""
></EF:EFOption>
<EF:EFOption
label=
"待定"
value=
"1"
></EF:EFOption>
</EF:EFComboColumn>
<EF:EFComboColumn
ename=
"status"
cname=
"状态"
align=
"center"
columnTemplate=
"#=
textField#-#=value
Field#"
optionLabel=
" "
itemTemplate=
"#=
textField#-#=value
Field#"
textField=
"textField"
<EF:EFComboColumn
ename=
"status"
cname=
"状态"
align=
"center"
columnTemplate=
"#=
valueField#-#=text
Field#"
optionLabel=
" "
itemTemplate=
"#=
valueField#-#=text
Field#"
textField=
"textField"
valueField=
"valueField"
width=
"100"
required=
"true"
>
<EF:EFOption
label=
"--请选择--"
value=
""
></EF:EFOption>
<EF:EFOption
label=
"启用"
value=
"1"
></EF:EFOption>
...
...
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