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
01962209
Commit
01962209
authored
Jan 24, 2024
by
yukang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
c696c369
c32343b3
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
198 additions
and
198 deletions
+198
-198
DdynamicEnum.java
src/main/java/com/baosight/hpjx/common/DdynamicEnum.java
+6
-6
HPKC001.java
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC001.java
+8
-8
HPKC002.java
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC002.java
+8
-8
HPKC003.java
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC003.java
+25
-25
HPKC006.java
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC006.java
+21
-21
HPKC007.java
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC007.java
+21
-21
HPKC010.java
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC010.java
+18
-18
ServiceHPKC001.java
.../java/com/baosight/hpjx/hp/kc/service/ServiceHPKC001.java
+3
-3
ServiceHPKC002.java
.../java/com/baosight/hpjx/hp/kc/service/ServiceHPKC002.java
+3
-3
ServiceHPKC003.java
.../java/com/baosight/hpjx/hp/kc/service/ServiceHPKC003.java
+2
-2
ServiceHPKC004.java
.../java/com/baosight/hpjx/hp/kc/service/ServiceHPKC004.java
+2
-2
ServiceHPKC005.java
.../java/com/baosight/hpjx/hp/kc/service/ServiceHPKC005.java
+1
-1
ServiceHPKC006.java
.../java/com/baosight/hpjx/hp/kc/service/ServiceHPKC006.java
+1
-1
ServiceHPKC007.java
.../java/com/baosight/hpjx/hp/kc/service/ServiceHPKC007.java
+1
-1
ServiceHPKC008.java
.../java/com/baosight/hpjx/hp/kc/service/ServiceHPKC008.java
+2
-2
HPKC001.xml
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC001.xml
+8
-8
HPKC002.xml
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC002.xml
+8
-8
HPKC003.xml
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC003.xml
+9
-9
HPKC006.xml
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC006.xml
+9
-9
HPKC007.xml
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC007.xml
+6
-6
HPKC010.xml
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC010.xml
+6
-6
HPPZ006.java
src/main/java/com/baosight/hpjx/hp/pz/domain/HPPZ006.java
+14
-14
HPPZ006.xml
src/main/java/com/baosight/hpjx/hp/pz/sql/HPPZ006.xml
+4
-4
HPKC001.jsp
src/main/webapp/HP/KC/HPKC001.jsp
+5
-5
HPKC002.jsp
src/main/webapp/HP/KC/HPKC002.jsp
+5
-5
HPPZ006.js
src/main/webapp/HP/PZ/HPPZ006.js
+1
-1
HPPZ006.jsp
src/main/webapp/HP/PZ/HPPZ006.jsp
+1
-1
No files found.
src/main/java/com/baosight/hpjx/common/DdynamicEnum.java
View file @
01962209
...
...
@@ -72,22 +72,22 @@ public enum DdynamicEnum {
WH_RECORD_BLOCK_ID
(
"wh_record_block_id"
,
"whCode"
,
"whName"
,
"HPPZ007.queryComboBox"
),
/**
* 模块:
物料
类型
* 用途:
物料
类型下拉框
* 模块:
存货
类型
* 用途:
存货
类型下拉框
* 编写:yk
*/
MAT_TYPE_BLOCK_ID
(
"mat_type_block_id"
,
"matType"
,
"matType"
,
"HPPZ007.queryMatTypeComboBox"
),
/**
* 模块:
物料
编码
* 用途:
物料
编码下拉框
* 模块:
存货
编码
* 用途:
存货
编码下拉框
* 编写:yk
*/
MAT_CODE_BLOCK_ID
(
"mat_code_block_id"
,
"matCode"
,
"matCode"
,
"HPPZ007.queryMatCodeComboBox"
),
/**
* 模块:
物料
编码
* 用途:
物料
编码下拉框
* 模块:
存货
编码
* 用途:
存货
编码下拉框
* 编写:yk
*/
USER_BLOCK_ID
(
"user_block_id"
,
"loginName"
,
"userName"
,
"HPXSUser.queryComboBox"
),
...
...
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC001.java
View file @
01962209
...
...
@@ -33,10 +33,10 @@ public class HPKC001 extends DaoEPBase {
private
String
documentTime
=
" "
;
/* 单据日期*/
private
String
whCode
=
" "
;
/* 仓库编码*/
private
String
whName
=
" "
;
/* 仓库名称*/
private
String
materialType
=
" "
;
/*
物料
类型编码*/
private
String
materialTypeName
=
" "
;
/*
物料
类型名称*/
private
String
materialCode
=
" "
;
/*
物料
编码*/
private
String
materialName
=
" "
;
/*
物料
名称*/
private
String
materialType
=
" "
;
/*
存货
类型编码*/
private
String
materialTypeName
=
" "
;
/*
存货
类型名称*/
private
String
materialCode
=
" "
;
/*
存货
编码*/
private
String
materialName
=
" "
;
/*
存货
名称*/
private
String
spec
=
" "
;
/* 规格*/
private
String
unit
=
" "
;
/* 单位*/
private
Long
quantity
=
0L
;
/* 数量*/
...
...
@@ -112,19 +112,19 @@ EiColumn eiColumn;
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
"materialType"
);
eiColumn
.
setDescName
(
"
物料
类型编码"
);
eiColumn
.
setDescName
(
"
存货
类型编码"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
"materialTypeName"
);
eiColumn
.
setDescName
(
"
物料
类型名称"
);
eiColumn
.
setDescName
(
"
存货
类型名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
"materialCode"
);
eiColumn
.
setDescName
(
"
物料
编码"
);
eiColumn
.
setDescName
(
"
存货
编码"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
"materialName"
);
eiColumn
.
setDescName
(
"
物料
名称"
);
eiColumn
.
setDescName
(
"
存货
名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
"spec"
);
...
...
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC002.java
View file @
01962209
...
...
@@ -33,10 +33,10 @@ public class HPKC002 extends DaoEPBase {
private
String
documentTime
=
" "
;
/* 单据日期*/
private
String
whCode
=
" "
;
/* 仓库编码*/
private
String
whName
=
" "
;
/* 仓库名称*/
private
String
materialType
=
" "
;
/*
物料
类型编码*/
private
String
materialTypeName
=
" "
;
/*
物料
类型名称*/
private
String
materialCode
=
" "
;
/*
物料
编码*/
private
String
materialName
=
" "
;
/*
物料
名称*/
private
String
materialType
=
" "
;
/*
存货
类型编码*/
private
String
materialTypeName
=
" "
;
/*
存货
类型名称*/
private
String
materialCode
=
" "
;
/*
存货
编码*/
private
String
materialName
=
" "
;
/*
存货
名称*/
private
String
spec
=
" "
;
/* 规格*/
private
String
unit
=
" "
;
/* 单位*/
private
Long
quantity
=
0L
;
/* 数量*/
...
...
@@ -112,19 +112,19 @@ public class HPKC002 extends DaoEPBase {
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
"materialType"
);
eiColumn
.
setDescName
(
"
物料
类型编码"
);
eiColumn
.
setDescName
(
"
存货
类型编码"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
"materialTypeName"
);
eiColumn
.
setDescName
(
"
物料
类型名称"
);
eiColumn
.
setDescName
(
"
存货
类型名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
"materialCode"
);
eiColumn
.
setDescName
(
"
物料
编码"
);
eiColumn
.
setDescName
(
"
存货
编码"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
"materialName"
);
eiColumn
.
setDescName
(
"
物料
名称"
);
eiColumn
.
setDescName
(
"
存货
名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
"spec"
);
...
...
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC003.java
View file @
01962209
...
...
@@ -32,9 +32,9 @@ public class HPKC003 extends DaoEPBase {
public
static
final
String
FIELD_PRODUCTION_ORDER_NO
=
"productionOrderNo"
;
/* 生产订单号*/
public
static
final
String
FIELD_WH_CODE
=
"whCode"
;
/* 仓库编码*/
public
static
final
String
FIELD_WH_NAME
=
"whName"
;
/* 仓库名称*/
public
static
final
String
FIELD_INVENT_TYPE
=
"inventType"
;
/*
物料
类型*/
public
static
final
String
FIELD_INVENT_CODE
=
"inventCode"
;
/*
物料
编码*/
public
static
final
String
FIELD_INVENT_NAME
=
"inventName"
;
/*
物料
名称*/
public
static
final
String
FIELD_INVENT_TYPE
=
"inventType"
;
/*
存货
类型*/
public
static
final
String
FIELD_INVENT_CODE
=
"inventCode"
;
/*
存货
编码*/
public
static
final
String
FIELD_INVENT_NAME
=
"inventName"
;
/*
存货
名称*/
public
static
final
String
FIELD_AMOUNT
=
"amount"
;
/* 数量*/
public
static
final
String
FIELD_WEIGHT
=
"weight"
;
/* 重量*/
public
static
final
String
FIELD_REMARK
=
"remark"
;
/* 备注*/
...
...
@@ -57,9 +57,9 @@ public class HPKC003 extends DaoEPBase {
public
static
final
String
COL_PRODUCTION_ORDER_NO
=
"PRODUCTION_ORDER_NO"
;
/* 生产订单号*/
public
static
final
String
COL_WH_CODE
=
"WH_CODE"
;
/* 仓库编码*/
public
static
final
String
COL_WH_NAME
=
"WH_NAME"
;
/* 仓库名称*/
public
static
final
String
COL_INVENT_TYPE
=
"INVENT_TYPE"
;
/*
物料
类型*/
public
static
final
String
COL_INVENT_CODE
=
"INVENT_CODE"
;
/*
物料
编码*/
public
static
final
String
COL_INVENT_NAME
=
"INVENT_NAME"
;
/*
物料
名称*/
public
static
final
String
COL_INVENT_TYPE
=
"INVENT_TYPE"
;
/*
存货
类型*/
public
static
final
String
COL_INVENT_CODE
=
"INVENT_CODE"
;
/*
存货
编码*/
public
static
final
String
COL_INVENT_NAME
=
"INVENT_NAME"
;
/*
存货
名称*/
public
static
final
String
COL_AMOUNT
=
"AMOUNT"
;
/* 数量*/
public
static
final
String
COL_WEIGHT
=
"WEIGHT"
;
/* 重量*/
public
static
final
String
COL_REMARK
=
"REMARK"
;
/* 备注*/
...
...
@@ -69,7 +69,7 @@ public class HPKC003 extends DaoEPBase {
public
static
final
String
COL_UPDATED_BY
=
"UPDATED_BY"
;
/* 更新人*/
public
static
final
String
COL_UPDATED_TIME
=
"UPDATED_TIME"
;
/* 更新时间*/
public
static
final
String
COL_UPDATED_NAME
=
"UPDATED_NAME"
;
/* 修改人名称*/
public
static
final
String
COL_DELETE_FLAG
=
"DELETE_FLAG"
;
/*
物料
类型*/
public
static
final
String
COL_DELETE_FLAG
=
"DELETE_FLAG"
;
/*
存货
类型*/
private
Long
id
=
null
;
private
String
companyCode
=
" "
;
/* 企业编码 预留*/
...
...
@@ -80,9 +80,9 @@ public class HPKC003 extends DaoEPBase {
private
String
productionOrderNo
=
" "
;
/* 生产订单号*/
private
String
whCode
=
" "
;
/* 仓库编码*/
private
String
whName
=
" "
;
/* 仓库名称*/
private
Integer
inventType
;
/*
物料
类型*/
private
String
inventCode
=
" "
;
/*
物料
编码*/
private
String
inventName
=
" "
;
/*
物料
名称*/
private
Integer
inventType
;
/*
存货
类型*/
private
String
inventCode
=
" "
;
/*
存货
编码*/
private
String
inventName
=
" "
;
/*
存货
名称*/
private
BigDecimal
amount
=
new
BigDecimal
(
0.00
);
/* 数量*/
private
BigDecimal
weight
=
new
BigDecimal
(
0.00
);
/* 重量*/
private
String
remark
=
" "
;
/* 备注*/
...
...
@@ -138,15 +138,15 @@ public class HPKC003 extends DaoEPBase {
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_INVENT_TYPE
);
eiColumn
.
setDescName
(
"
物料
类型"
);
eiColumn
.
setDescName
(
"
存货
类型"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_INVENT_CODE
);
eiColumn
.
setDescName
(
"
物料
编码"
);
eiColumn
.
setDescName
(
"
存货
编码"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_INVENT_NAME
);
eiColumn
.
setDescName
(
"
物料
名称"
);
eiColumn
.
setDescName
(
"
存货
名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_AMOUNT
);
...
...
@@ -349,7 +349,7 @@ public class HPKC003 extends DaoEPBase {
this
.
whName
=
whName
;
}
/**
* get the inventType -
物料
类型.
* get the inventType -
存货
类型.
* @return the inventType
*/
public
Integer
getInventType
()
{
...
...
@@ -357,15 +357,15 @@ public class HPKC003 extends DaoEPBase {
}
/**
* set the inventType -
物料
类型.
* set the inventType -
存货
类型.
*
* @param inventType -
物料
类型
* @param inventType -
存货
类型
*/
public
void
setInventType
(
Integer
inventType
)
{
this
.
inventType
=
inventType
;
}
/**
* get the inventCode -
物料
编码.
* get the inventCode -
存货
编码.
* @return the inventCode
*/
public
String
getInventCode
()
{
...
...
@@ -373,15 +373,15 @@ public class HPKC003 extends DaoEPBase {
}
/**
* set the inventCode -
物料
编码.
* set the inventCode -
存货
编码.
*
* @param inventCode -
物料
编码
* @param inventCode -
存货
编码
*/
public
void
setInventCode
(
String
inventCode
)
{
this
.
inventCode
=
inventCode
;
}
/**
* get the inventName -
物料
名称.
* get the inventName -
存货
名称.
* @return the inventName
*/
public
String
getInventName
()
{
...
...
@@ -389,9 +389,9 @@ public class HPKC003 extends DaoEPBase {
}
/**
* set the inventName -
物料
名称.
* set the inventName -
存货
名称.
*
* @param inventName -
物料
名称
* @param inventName -
存货
名称
*/
public
void
setInventName
(
String
inventName
)
{
this
.
inventName
=
inventName
;
...
...
@@ -542,7 +542,7 @@ public class HPKC003 extends DaoEPBase {
}
/**
* get the deleteFlag -
物料
类型.
* get the deleteFlag -
存货
类型.
* @return the deleteFlag
*/
public
Integer
getDeleteFlag
()
{
...
...
@@ -550,9 +550,9 @@ public class HPKC003 extends DaoEPBase {
}
/**
* set the deleteFlag -
物料
类型.
* set the deleteFlag -
存货
类型.
*
* @param deleteFlag -
物料
类型
* @param deleteFlag -
存货
类型
*/
public
void
setDeleteFlag
(
Integer
deleteFlag
)
{
this
.
deleteFlag
=
deleteFlag
;
...
...
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC006.java
View file @
01962209
...
...
@@ -29,9 +29,9 @@ public class HPKC006 extends DaoEPBase {
public
static
final
String
FIELD_OTHER_ENTER_NO
=
"otherEnterNo"
;
/* 其他入库单号*/
public
static
final
String
FIELD_WH_CODE
=
"whCode"
;
/* 仓库编码*/
public
static
final
String
FIELD_WH_NAME
=
"whName"
;
/* 仓库名称*/
public
static
final
String
FIELD_INVENT_TYPE
=
"inventType"
;
/*
物料
类型*/
public
static
final
String
FIELD_INVENT_CODE
=
"inventCode"
;
/*
物料
编码*/
public
static
final
String
FIELD_INVENT_NAME
=
"inventName"
;
/*
物料
名称*/
public
static
final
String
FIELD_INVENT_TYPE
=
"inventType"
;
/*
存货
类型*/
public
static
final
String
FIELD_INVENT_CODE
=
"inventCode"
;
/*
存货
编码*/
public
static
final
String
FIELD_INVENT_NAME
=
"inventName"
;
/*
存货
名称*/
public
static
final
String
FIELD_INVENT_RECORD_ID
=
"inventRecordId"
;
/* 规格*/
public
static
final
String
FIELD_AMOUNT
=
"amount"
;
/* 数量*/
public
static
final
String
FIELD_WEIGHT
=
"weight"
;
/* 重量*/
...
...
@@ -51,9 +51,9 @@ public class HPKC006 extends DaoEPBase {
public
static
final
String
COL_OTHER_ENTER_NO
=
"OTHER_ENTER_NO"
;
/* 其他入库单号*/
public
static
final
String
COL_WH_CODE
=
"WH_CODE"
;
/* 仓库编码*/
public
static
final
String
COL_WH_NAME
=
"WH_NAME"
;
/* 仓库名称*/
public
static
final
String
COL_INVENT_TYPE
=
"INVENT_TYPE"
;
/*
物料
类型*/
public
static
final
String
COL_INVENT_CODE
=
"INVENT_CODE"
;
/*
物料
编码*/
public
static
final
String
COL_INVENT_NAME
=
"INVENT_NAME"
;
/*
物料
名称*/
public
static
final
String
COL_INVENT_TYPE
=
"INVENT_TYPE"
;
/*
存货
类型*/
public
static
final
String
COL_INVENT_CODE
=
"INVENT_CODE"
;
/*
存货
编码*/
public
static
final
String
COL_INVENT_NAME
=
"INVENT_NAME"
;
/*
存货
名称*/
public
static
final
String
COL_INVENT_RECORD_ID
=
"INVENT_RECORD_ID"
;
/* 规格*/
public
static
final
String
COL_AMOUNT
=
"AMOUNT"
;
/* 数量*/
public
static
final
String
COL_WEIGHT
=
"WEIGHT"
;
/* 重量*/
...
...
@@ -79,9 +79,9 @@ public class HPKC006 extends DaoEPBase {
private
String
otherEnterNo
=
" "
;
/* 其他入库单号*/
private
String
whCode
=
" "
;
/* 仓库编码*/
private
String
whName
=
" "
;
/* 仓库名称*/
private
String
inventType
=
" "
;
/*
物料
类型*/
private
String
inventCode
=
" "
;
/*
物料
编码*/
private
String
inventName
=
" "
;
/*
物料
名称*/
private
String
inventType
=
" "
;
/*
存货
类型*/
private
String
inventCode
=
" "
;
/*
存货
编码*/
private
String
inventName
=
" "
;
/*
存货
名称*/
private
Long
inventRecordId
=
null
;
/* 规格*/
private
BigDecimal
amount
=
new
BigDecimal
(
0.00
);
/* 数量*/
private
BigDecimal
weight
=
new
BigDecimal
(
0.00
);
/* 重量*/
...
...
@@ -130,15 +130,15 @@ public class HPKC006 extends DaoEPBase {
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_INVENT_TYPE
);
eiColumn
.
setDescName
(
"
物料
类型"
);
eiColumn
.
setDescName
(
"
存货
类型"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_INVENT_CODE
);
eiColumn
.
setDescName
(
"
物料
编码"
);
eiColumn
.
setDescName
(
"
存货
编码"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_INVENT_NAME
);
eiColumn
.
setDescName
(
"
物料
名称"
);
eiColumn
.
setDescName
(
"
存货
名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_INVENT_RECORD_ID
);
...
...
@@ -314,7 +314,7 @@ public class HPKC006 extends DaoEPBase {
this
.
whName
=
whName
;
}
/**
* get the inventType -
物料
类型.
* get the inventType -
存货
类型.
* @return the inventType
*/
public
String
getInventType
()
{
...
...
@@ -322,15 +322,15 @@ public class HPKC006 extends DaoEPBase {
}
/**
* set the inventType -
物料
类型.
* set the inventType -
存货
类型.
*
* @param inventType -
物料
类型
* @param inventType -
存货
类型
*/
public
void
setInventType
(
String
inventType
)
{
this
.
inventType
=
inventType
;
}
/**
* get the inventCode -
物料
编码.
* get the inventCode -
存货
编码.
* @return the inventCode
*/
public
String
getInventCode
()
{
...
...
@@ -338,15 +338,15 @@ public class HPKC006 extends DaoEPBase {
}
/**
* set the inventCode -
物料
编码.
* set the inventCode -
存货
编码.
*
* @param inventCode -
物料
编码
* @param inventCode -
存货
编码
*/
public
void
setInventCode
(
String
inventCode
)
{
this
.
inventCode
=
inventCode
;
}
/**
* get the inventName -
物料
名称.
* get the inventName -
存货
名称.
* @return the inventName
*/
public
String
getInventName
()
{
...
...
@@ -354,9 +354,9 @@ public class HPKC006 extends DaoEPBase {
}
/**
* set the inventName -
物料
名称.
* set the inventName -
存货
名称.
*
* @param inventName -
物料
名称
* @param inventName -
存货
名称
*/
public
void
setInventName
(
String
inventName
)
{
this
.
inventName
=
inventName
;
...
...
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC007.java
View file @
01962209
...
...
@@ -29,9 +29,9 @@ public class HPKC007 extends DaoEPBase {
public
static
final
String
FIELD_OTHER_OUTER_NO
=
"otherOuterNo"
;
/* 其他出库单号*/
public
static
final
String
FIELD_WH_CODE
=
"whCode"
;
/* 仓库编码*/
public
static
final
String
FIELD_WH_NAME
=
"whName"
;
/* 仓库名称*/
public
static
final
String
FIELD_INVENT_TYPE
=
"inventType"
;
/*
物料
类型*/
public
static
final
String
FIELD_INVENT_CODE
=
"inventCode"
;
/*
物料
编码*/
public
static
final
String
FIELD_INVENT_NAME
=
"inventName"
;
/*
物料
名称*/
public
static
final
String
FIELD_INVENT_TYPE
=
"inventType"
;
/*
存货
类型*/
public
static
final
String
FIELD_INVENT_CODE
=
"inventCode"
;
/*
存货
编码*/
public
static
final
String
FIELD_INVENT_NAME
=
"inventName"
;
/*
存货
名称*/
public
static
final
String
FIELD_INVENT_RECORD_ID
=
"inventRecordId"
;
/* 规格ID*/
public
static
final
String
FIELD_AMOUNT
=
"amount"
;
/* 数量*/
public
static
final
String
FIELD_WEIGHT
=
"weight"
;
/* 重量*/
...
...
@@ -54,9 +54,9 @@ public class HPKC007 extends DaoEPBase {
public
static
final
String
COL_OTHER_OUTER_NO
=
"OTHER_OUTER_NO"
;
/* 其他出库单号*/
public
static
final
String
COL_WH_CODE
=
"WH_CODE"
;
/* 仓库编码*/
public
static
final
String
COL_WH_NAME
=
"WH_NAME"
;
/* 仓库名称*/
public
static
final
String
COL_INVENT_TYPE
=
"INVENT_TYPE"
;
/*
物料
类型*/
public
static
final
String
COL_INVENT_CODE
=
"INVENT_CODE"
;
/*
物料
编码*/
public
static
final
String
COL_INVENT_NAME
=
"INVENT_NAME"
;
/*
物料
名称*/
public
static
final
String
COL_INVENT_TYPE
=
"INVENT_TYPE"
;
/*
存货
类型*/
public
static
final
String
COL_INVENT_CODE
=
"INVENT_CODE"
;
/*
存货
编码*/
public
static
final
String
COL_INVENT_NAME
=
"INVENT_NAME"
;
/*
存货
名称*/
public
static
final
String
COL_INVENT_RECORD_ID
=
"INVENT_RECORD_ID"
;
/* 规格ID*/
public
static
final
String
COL_AMOUNT
=
"AMOUNT"
;
/* 数量*/
public
static
final
String
COL_WEIGHT
=
"WEIGHT"
;
/* 重量*/
...
...
@@ -85,9 +85,9 @@ public class HPKC007 extends DaoEPBase {
private
String
otherOuterNo
=
" "
;
/* 其他出库单号*/
private
String
whCode
=
" "
;
/* 仓库编码*/
private
String
whName
=
" "
;
/* 仓库名称*/
private
String
inventType
=
" "
;
/*
物料
类型*/
private
String
inventCode
=
" "
;
/*
物料
编码*/
private
String
inventName
=
" "
;
/*
物料
名称*/
private
String
inventType
=
" "
;
/*
存货
类型*/
private
String
inventCode
=
" "
;
/*
存货
编码*/
private
String
inventName
=
" "
;
/*
存货
名称*/
private
Long
inventRecordId
=
null
;
/* 规格ID*/
private
BigDecimal
amount
=
new
BigDecimal
(
0.00
);
/* 数量*/
private
BigDecimal
weight
=
new
BigDecimal
(
0.00
);
/* 重量*/
...
...
@@ -139,15 +139,15 @@ public class HPKC007 extends DaoEPBase {
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_INVENT_TYPE
);
eiColumn
.
setDescName
(
"
物料
类型"
);
eiColumn
.
setDescName
(
"
存货
类型"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_INVENT_CODE
);
eiColumn
.
setDescName
(
"
物料
编码"
);
eiColumn
.
setDescName
(
"
存货
编码"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_INVENT_NAME
);
eiColumn
.
setDescName
(
"
物料
名称"
);
eiColumn
.
setDescName
(
"
存货
名称"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_INVENT_RECORD_ID
);
...
...
@@ -335,7 +335,7 @@ public class HPKC007 extends DaoEPBase {
this
.
whName
=
whName
;
}
/**
* get the inventType -
物料
类型.
* get the inventType -
存货
类型.
* @return the inventType
*/
public
String
getInventType
()
{
...
...
@@ -343,15 +343,15 @@ public class HPKC007 extends DaoEPBase {
}
/**
* set the inventType -
物料
类型.
* set the inventType -
存货
类型.
*
* @param inventType -
物料
类型
* @param inventType -
存货
类型
*/
public
void
setInventType
(
String
inventType
)
{
this
.
inventType
=
inventType
;
}
/**
* get the inventCode -
物料
编码.
* get the inventCode -
存货
编码.
* @return the inventCode
*/
public
String
getInventCode
()
{
...
...
@@ -359,15 +359,15 @@ public class HPKC007 extends DaoEPBase {
}
/**
* set the inventCode -
物料
编码.
* set the inventCode -
存货
编码.
*
* @param inventCode -
物料
编码
* @param inventCode -
存货
编码
*/
public
void
setInventCode
(
String
inventCode
)
{
this
.
inventCode
=
inventCode
;
}
/**
* get the inventName -
物料
名称.
* get the inventName -
存货
名称.
* @return the inventName
*/
public
String
getInventName
()
{
...
...
@@ -375,9 +375,9 @@ public class HPKC007 extends DaoEPBase {
}
/**
* set the inventName -
物料
名称.
* set the inventName -
存货
名称.
*
* @param inventName -
物料
名称
* @param inventName -
存货
名称
*/
public
void
setInventName
(
String
inventName
)
{
this
.
inventName
=
inventName
;
...
...
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC010.java
View file @
01962209
...
...
@@ -27,9 +27,9 @@ public class HPKC010 extends DaoEPBase {
public
static
final
String
FIELD_COMPANY_CODE
=
"companyCode"
;
/* 企业编码 预留*/
public
static
final
String
FIELD_WH_CODE
=
"whCode"
;
/* 仓库编码*/
public
static
final
String
FIELD_WH_NAME
=
"whName"
;
/* 仓库名称*/
public
static
final
String
FIELD_INVENT_TYPE
=
"inventType"
;
/*
物料
类型*/
public
static
final
String
FIELD_INVENT_CODE
=
"inventCode"
;
/*
物料
编码*/
public
static
final
String
FIELD_INVENT_NAME
=
"inventName"
;
/*
物料
名称*/
public
static
final
String
FIELD_INVENT_TYPE
=
"inventType"
;
/*
存货
类型*/
public
static
final
String
FIELD_INVENT_CODE
=
"inventCode"
;
/*
存货
编码*/
public
static
final
String
FIELD_INVENT_NAME
=
"inventName"
;
/*
存货
名称*/
public
static
final
String
FIELD_INVENT_RECORD_ID
=
"inventRecordId"
;
/* 存货档案ID*/
public
static
final
String
FIELD_AMOUNT
=
"amount"
;
/* 账面数量*/
public
static
final
String
FIELD_WEIGHT
=
"weight"
;
/* 账面重量*/
...
...
@@ -45,9 +45,9 @@ public class HPKC010 extends DaoEPBase {
public
static
final
String
COL_COMPANY_CODE
=
"COMPANY_CODE"
;
/* 企业编码 预留*/
public
static
final
String
COL_WH_CODE
=
"WH_CODE"
;
/* 仓库编码*/
public
static
final
String
COL_WH_NAME
=
"WH_NAME"
;
/* 仓库名称*/
public
static
final
String
COL_INVENT_TYPE
=
"INVENT_TYPE"
;
/*
物料
类型*/
public
static
final
String
COL_INVENT_CODE
=
"INVENT_CODE"
;
/*
物料
编码*/
public
static
final
String
COL_INVENT_NAME
=
"INVENT_NAME"
;
/*
物料
名称*/
public
static
final
String
COL_INVENT_TYPE
=
"INVENT_TYPE"
;
/*
存货
类型*/
public
static
final
String
COL_INVENT_CODE
=
"INVENT_CODE"
;
/*
存货
编码*/
public
static
final
String
COL_INVENT_NAME
=
"INVENT_NAME"
;
/*
存货
名称*/
public
static
final
String
COL_INVENT_RECORD_ID
=
"inventRecordId"
;
/* 存货档案ID*/
public
static
final
String
COL_AMOUNT
=
"amount"
;
/* 数量*/
public
static
final
String
COL_WEIGHT
=
"weight"
;
/* 重量*/
...
...
@@ -69,9 +69,9 @@ public class HPKC010 extends DaoEPBase {
private
String
companyCode
=
" "
;
/* 企业编码 预留*/
private
String
whCode
=
" "
;
/* 仓库编码*/
private
String
whName
=
" "
;
/* 仓库名称*/
private
String
inventType
=
" "
;
/*
物料
类型*/
private
String
inventCode
=
" "
;
/*
物料
编码*/
private
String
inventName
=
" "
;
/*
物料
名称*/
private
String
inventType
=
" "
;
/*
存货
类型*/
private
String
inventCode
=
" "
;
/*
存货
编码*/
private
String
inventName
=
" "
;
/*
存货
名称*/
private
Long
inventRecordId
=
new
Long
(
0
);
/* 存货档案ID*/
private
BigDecimal
amount
=
new
BigDecimal
(
0.00
);
/* 数量*/
private
BigDecimal
weight
=
new
BigDecimal
(
0.00
);
/* 重量*/
...
...
@@ -240,7 +240,7 @@ public class HPKC010 extends DaoEPBase {
this
.
whName
=
whName
;
}
/**
* get the matType -
物料
类型.
* get the matType -
存货
类型.
* @return the matType
*/
public
String
getInventType
()
{
...
...
@@ -248,15 +248,15 @@ public class HPKC010 extends DaoEPBase {
}
/**
* set the matType -
物料
类型.
* set the matType -
存货
类型.
*
* @param inventType -
物料
类型
* @param inventType -
存货
类型
*/
public
void
setInventType
(
String
inventType
)
{
this
.
inventType
=
inventType
;
}
/**
* get the matCode -
物料
编码.
* get the matCode -
存货
编码.
* @return the matCode
*/
public
String
getInventCode
()
{
...
...
@@ -264,15 +264,15 @@ public class HPKC010 extends DaoEPBase {
}
/**
* set the matCode -
物料
编码.
* set the matCode -
存货
编码.
*
* @param inventCode -
物料
编码
* @param inventCode -
存货
编码
*/
public
void
setInventCode
(
String
inventCode
)
{
this
.
inventCode
=
inventCode
;
}
/**
* get the matName -
物料
名称.
* get the matName -
存货
名称.
* @return the matName
*/
public
String
getInventName
()
{
...
...
@@ -280,9 +280,9 @@ public class HPKC010 extends DaoEPBase {
}
/**
* set the matName -
物料
名称.
* set the matName -
存货
名称.
*
* @param inventName -
物料
名称
* @param inventName -
存货
名称
*/
public
void
setInventName
(
String
inventName
)
{
this
.
inventName
=
inventName
;
...
...
src/main/java/com/baosight/hpjx/hp/kc/service/ServiceHPKC001.java
View file @
01962209
...
...
@@ -76,7 +76,7 @@ public class ServiceHPKC001 extends ServiceBase {
params
.
put
(
"whCode"
,
insertEntity
.
getWhCode
());
List
query
=
dao
.
query
(
"HPPZ007.queryByWhCode"
,
params
);
insertEntity
.
setWhName
(((
HPPZ007
)
query
.
get
(
0
)).
getWhName
());
//
物料
类型
//
存货
类型
insertEntity
.
setMaterialTypeName
(
InventTypeEnun
.
getNameByCode
(
insertEntity
.
getMaterialType
()));
// 生成单据号
insertEntity
.
setDocumentCode
(
SequenceGenerator
.
getNextSequence
(
HPConstant
.
SequenceId
.
HPKC001_NUMBER
));
...
...
@@ -108,7 +108,7 @@ public class ServiceHPKC001 extends ServiceBase {
for
(
int
i
=
0
;
i
<
resultRows
.
size
();
i
++)
{
HPKC001
entity
=
new
HPKC001
();
entity
.
fromMap
(
resultRows
.
get
(
i
));
AssertUtils
.
isEmpty
(
entity
.
getMaterialType
(),
"
物料
类型不能为空"
);
AssertUtils
.
isEmpty
(
entity
.
getMaterialType
(),
"
存货
类型不能为空"
);
AssertUtils
.
isEmpty
(
entity
.
getMaterialCode
(),
"物料不能为空"
);
AssertUtils
.
isEmpty
(
entity
.
getWhCode
(),
"仓库不能为空"
);
...
...
@@ -193,7 +193,7 @@ public class ServiceHPKC001 extends ServiceBase {
params
.
put
(
"whCode"
,
updateEntity
.
getWhCode
());
List
query
=
dao
.
query
(
"HPPZ007.queryByWhCode"
,
params
);
updateEntity
.
setWhName
(((
HPPZ007
)
query
.
get
(
0
)).
getWhName
());
//
物料
类型
//
存货
类型
updateEntity
.
setMaterialTypeName
(
InventTypeEnun
.
getNameByCode
(
updateEntity
.
getMaterialType
()));
dao
.
insert
(
"HPKC001.update"
,
updateEntity
);
}
...
...
src/main/java/com/baosight/hpjx/hp/kc/service/ServiceHPKC002.java
View file @
01962209
...
...
@@ -75,7 +75,7 @@ public class ServiceHPKC002 extends ServiceBase {
params
.
put
(
"whCode"
,
insertEntity
.
getWhCode
());
List
query
=
dao
.
query
(
"HPPZ007.queryByWhCode"
,
params
);
insertEntity
.
setWhName
(((
HPPZ007
)
query
.
get
(
0
)).
getWhName
());
//
物料
类型
//
存货
类型
insertEntity
.
setMaterialTypeName
(
InventTypeEnun
.
getNameByCode
(
insertEntity
.
getMaterialType
()));
// 生成单据号
insertEntity
.
setDocumentCode
(
SequenceGenerator
.
getNextSequence
(
HPConstant
.
SequenceId
.
HPKC002_NUMBER
));
...
...
@@ -107,7 +107,7 @@ public class ServiceHPKC002 extends ServiceBase {
for
(
int
i
=
0
;
i
<
resultRows
.
size
();
i
++)
{
HPKC002
entity
=
new
HPKC002
();
entity
.
fromMap
(
resultRows
.
get
(
i
));
AssertUtils
.
isEmpty
(
entity
.
getMaterialType
(),
"
物料
类型不能为空"
);
AssertUtils
.
isEmpty
(
entity
.
getMaterialType
(),
"
存货
类型不能为空"
);
AssertUtils
.
isEmpty
(
entity
.
getMaterialCode
(),
"物料不能为空"
);
AssertUtils
.
isEmpty
(
entity
.
getWhCode
(),
"仓库不能为空"
);
...
...
@@ -134,7 +134,7 @@ public class ServiceHPKC002 extends ServiceBase {
params
.
put
(
"whCode"
,
updateEntity
.
getWhCode
());
List
query
=
dao
.
query
(
"HPPZ007.queryByWhCode"
,
params
);
updateEntity
.
setWhName
(((
HPPZ007
)
query
.
get
(
0
)).
getWhName
());
//
物料
类型
//
存货
类型
updateEntity
.
setMaterialTypeName
(
InventTypeEnun
.
getNameByCode
(
updateEntity
.
getMaterialType
()));
dao
.
insert
(
"HPKC002.update"
,
updateEntity
);
}
...
...
src/main/java/com/baosight/hpjx/hp/kc/service/ServiceHPKC003.java
View file @
01962209
...
...
@@ -85,7 +85,7 @@ public class ServiceHPKC003 extends ServiceBase {
fKc003
.
setDocumentDate
(
StringUtil
.
removeHorizontalLine
(
fKc003
.
getDocumentDate
()));
// 仓库名称
fKc003
.
setWhName
(
HPPZTools
.
getPz007ByCode
(
fKc003
.
getWhCode
()).
getWhName
());
//
物料
名称
//
存货
名称
fKc003
.
setInventName
(
HPPZTools
.
getPz004ByCode
(
fKc003
.
getInventCode
()).
getInventName
());
// 生成入库单号
fKc003
.
setProdNo
(
SequenceGenerator
.
getNextSequence
(
HPConstant
.
SequenceId
.
HPKC003_PROD_NO
));
...
...
@@ -119,7 +119,7 @@ public class ServiceHPKC003 extends ServiceBase {
fKc003
.
setDocumentDate
(
StringUtil
.
removeHorizontalLine
(
fKc003
.
getDocumentDate
()));
// 仓库名称
fKc003
.
setWhName
(
HPPZTools
.
getPz007ByCode
(
fKc003
.
getWhCode
()).
getWhName
());
//
物料
名称
//
存货
名称
fKc003
.
setInventName
(
HPPZTools
.
getPz004ByCode
(
fKc003
.
getInventCode
()).
getInventName
());
DaoUtils
.
update
(
"HPKC003.update"
,
fKc003
);
}
...
...
src/main/java/com/baosight/hpjx/hp/kc/service/ServiceHPKC004.java
View file @
01962209
...
...
@@ -81,7 +81,7 @@ public class ServiceHPKC004 extends ServiceBase {
fKc004
.
setReceiptDate
(
StringUtil
.
removeHorizontalLine
(
fKc004
.
getReceiptDate
()));
// 仓库名称
fKc004
.
setWhName
(
HPPZTools
.
getPz007ByCode
(
fKc004
.
getWhCode
()).
getWhName
());
//
物料
名称
//
存货
名称
fKc004
.
setInventName
(
HPPZTools
.
getPz004ByCode
(
fKc004
.
getInventCode
()).
getInventName
());
// 生成销售单号
fKc004
.
setSaleNo
(
SequenceGenerator
.
getNextSequence
(
HPConstant
.
SequenceId
.
HPKC004_SALE_NO
));
...
...
@@ -112,7 +112,7 @@ public class ServiceHPKC004 extends ServiceBase {
fKc004
.
setReceiptDate
(
StringUtil
.
removeHorizontalLine
(
fKc004
.
getReceiptDate
()));
// 仓库名称
fKc004
.
setWhName
(
HPPZTools
.
getPz007ByCode
(
fKc004
.
getWhCode
()).
getWhName
());
//
物料
名称
//
存货
名称
fKc004
.
setInventName
(
HPPZTools
.
getPz004ByCode
(
fKc004
.
getInventCode
()).
getInventName
());
DaoUtils
.
update
(
"HPKC004.update"
,
fKc004
);
}
...
...
src/main/java/com/baosight/hpjx/hp/kc/service/ServiceHPKC005.java
View file @
01962209
...
...
@@ -196,7 +196,7 @@ public class ServiceHPKC005 extends ServiceBase {
fKc005
.
setReceiptDate
(
StringUtil
.
removeHorizontalLine
(
fKc005
.
getReceiptDate
()));
// 仓库名称
fKc005
.
setWhName
(
HPPZTools
.
getPz007ByCode
(
fKc005
.
getWhCode
()).
getWhName
());
//
物料
名称
//
存货
名称
fKc005
.
setInventName
(
HPPZTools
.
getPz004ByCode
(
fKc005
.
getInventCode
()).
getInventName
());
// 差异数量
fKc005
.
setDiffAmount
(
fKc005
.
getEntityAmount
().
subtract
(
fKc005
.
getBookAmount
()));
...
...
src/main/java/com/baosight/hpjx/hp/kc/service/ServiceHPKC006.java
View file @
01962209
...
...
@@ -172,7 +172,7 @@ public class ServiceHPKC006 extends ServiceBase {
fKc006
.
setReceiptDate
(
StringUtil
.
removeHorizontalLine
(
fKc006
.
getReceiptDate
()));
// 仓库名称
fKc006
.
setWhName
(
HPPZTools
.
getPz007ByCode
(
fKc006
.
getWhCode
()).
getWhName
());
//
物料
名称
//
存货
名称
fKc006
.
setInventName
(
HPPZTools
.
getPz004ByCode
(
fKc006
.
getInventCode
()).
getInventName
());
}
...
...
src/main/java/com/baosight/hpjx/hp/kc/service/ServiceHPKC007.java
View file @
01962209
...
...
@@ -180,7 +180,7 @@ public class ServiceHPKC007 extends ServiceBase {
fKc007
.
setReceiptDate
(
StringUtil
.
removeHorizontalLine
(
fKc007
.
getReceiptDate
()));
// 仓库名称
fKc007
.
setWhName
(
HPPZTools
.
getPz007ByCode
(
fKc007
.
getWhCode
()).
getWhName
());
//
物料
名称
//
存货
名称
fKc007
.
setInventName
(
HPPZTools
.
getPz004ByCode
(
fKc007
.
getInventCode
()).
getInventName
());
}
...
...
src/main/java/com/baosight/hpjx/hp/kc/service/ServiceHPKC008.java
View file @
01962209
...
...
@@ -71,7 +71,7 @@ public class ServiceHPKC008 extends ServiceBase {
fKc008
.
fromMap
(
resultRows
.
get
(
i
));
// 去除日期字符串中的-
fKc008
.
setDateMonth
(
StringUtil
.
removeHorizontalLine
(
fKc008
.
getDateMonth
()));
//
物料
名称
//
存货
名称
fKc008
.
setInventName
(
HPPZTools
.
getPz004ByCode
(
fKc008
.
getInventCode
()).
getInventName
());
// 计算总金额
fKc008
.
setTotalPrice
(
fKc008
.
getAmount
().
multiply
(
fKc008
.
getPrice
()));
...
...
@@ -101,7 +101,7 @@ public class ServiceHPKC008 extends ServiceBase {
fKc008
.
fromMap
(
resultRows
.
get
(
i
));
// 去除日期字符串中的-
fKc008
.
setDateMonth
(
StringUtil
.
removeHorizontalLine
(
fKc008
.
getDateMonth
()));
//
物料
名称
//
存货
名称
fKc008
.
setInventName
(
HPPZTools
.
getPz004ByCode
(
fKc008
.
getInventCode
()).
getInventName
());
// 计算总金额
fKc008
.
setTotalPrice
(
fKc008
.
getAmount
().
multiply
(
fKc008
.
getPrice
()));
...
...
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC001.xml
View file @
01962209
...
...
@@ -42,10 +42,10 @@
DOCUMENT_TIME as "documentTime",
<!-- 单据日期 -->
WH_CODE as "whCode",
<!-- 仓库编码 -->
WH_NAME as "whName",
<!-- 仓库名称 -->
MATERIAL_TYPE as "materialType",
<!--
物料
类型编码 -->
MATERIAL_TYPE_NAME as "materialTypeName",
<!--
物料
类型名称 -->
MATERIAL_CODE as "materialCode",
<!--
物料
编码 -->
MATERIAL_NAME as "materialName",
<!--
物料
名称 -->
MATERIAL_TYPE as "materialType",
<!--
存货
类型编码 -->
MATERIAL_TYPE_NAME as "materialTypeName",
<!--
存货
类型名称 -->
MATERIAL_CODE as "materialCode",
<!--
存货
编码 -->
MATERIAL_NAME as "materialName",
<!--
存货
名称 -->
SPEC as "spec",
<!-- 规格 -->
UNIT as "unit",
<!-- 单位 -->
QUANTITY as "quantity",
<!-- 数量 -->
...
...
@@ -86,10 +86,10 @@
DOCUMENT_TIME,
<!-- 单据日期 -->
WH_CODE,
<!-- 仓库编码 -->
WH_NAME,
<!-- 仓库名称 -->
MATERIAL_TYPE,
<!--
物料
类型编码 -->
MATERIAL_TYPE_NAME,
<!--
物料
类型名称 -->
MATERIAL_CODE,
<!--
物料
编码 -->
MATERIAL_NAME,
<!--
物料
名称 -->
MATERIAL_TYPE,
<!--
存货
类型编码 -->
MATERIAL_TYPE_NAME,
<!--
存货
类型名称 -->
MATERIAL_CODE,
<!--
存货
编码 -->
MATERIAL_NAME,
<!--
存货
名称 -->
SPEC,
<!-- 规格 -->
UNIT,
<!-- 单位 -->
QUANTITY,
<!-- 数量 -->
...
...
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC002.xml
View file @
01962209
...
...
@@ -42,10 +42,10 @@
DOCUMENT_TIME as "documentTime",
<!-- 单据日期 -->
WH_CODE as "whCode",
<!-- 仓库编码 -->
WH_NAME as "whName",
<!-- 仓库名称 -->
MATERIAL_TYPE as "materialType",
<!--
物料
类型编码 -->
MATERIAL_TYPE_NAME as "materialTypeName",
<!--
物料
类型名称 -->
MATERIAL_CODE as "materialCode",
<!--
物料
编码 -->
MATERIAL_NAME as "materialName",
<!--
物料
名称 -->
MATERIAL_TYPE as "materialType",
<!--
存货
类型编码 -->
MATERIAL_TYPE_NAME as "materialTypeName",
<!--
存货
类型名称 -->
MATERIAL_CODE as "materialCode",
<!--
存货
编码 -->
MATERIAL_NAME as "materialName",
<!--
存货
名称 -->
SPEC as "spec",
<!-- 规格 -->
UNIT as "unit",
<!-- 单位 -->
QUANTITY as "quantity",
<!-- 数量 -->
...
...
@@ -88,10 +88,10 @@
DOCUMENT_TIME,
<!-- 单据日期 -->
WH_CODE,
<!-- 仓库编码 -->
WH_NAME,
<!-- 仓库名称 -->
MATERIAL_TYPE,
<!--
物料
类型编码 -->
MATERIAL_TYPE_NAME,
<!--
物料
类型名称 -->
MATERIAL_CODE,
<!--
物料
编码 -->
MATERIAL_NAME,
<!--
物料
名称 -->
MATERIAL_TYPE,
<!--
存货
类型编码 -->
MATERIAL_TYPE_NAME,
<!--
存货
类型名称 -->
MATERIAL_CODE,
<!--
存货
编码 -->
MATERIAL_NAME,
<!--
存货
名称 -->
SPEC,
<!-- 规格 -->
UNIT,
<!-- 单位 -->
QUANTITY,
<!-- 数量 -->
...
...
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC003.xml
View file @
01962209
...
...
@@ -11,9 +11,9 @@
PRODUCTION_ORDER_NO as "productionOrderNo",
<!-- 生产订单号 -->
WH_CODE as "whCode",
<!-- 仓库编码 -->
WH_NAME as "whName",
<!-- 仓库名称 -->
INVENT_TYPE as "inventType",
<!--
物料
类型 -->
INVENT_CODE as "inventCode",
<!--
物料
编码 -->
INVENT_NAME as "inventName",
<!--
物料
名称 -->
INVENT_TYPE as "inventType",
<!--
存货
类型 -->
INVENT_CODE as "inventCode",
<!--
存货
编码 -->
INVENT_NAME as "inventName",
<!--
存货
名称 -->
AMOUNT as "amount",
<!-- 数量 -->
WEIGHT as "weight",
<!-- 重量 -->
REMARK as "remark",
<!-- 备注 -->
...
...
@@ -88,9 +88,9 @@
PRODUCTION_ORDER_NO,
<!-- 生产订单号 -->
WH_CODE,
<!-- 仓库编码 -->
WH_NAME,
<!-- 仓库名称 -->
INVENT_TYPE,
<!--
物料
类型 -->
INVENT_CODE,
<!--
物料
编码 -->
INVENT_NAME,
<!--
物料
名称 -->
INVENT_TYPE,
<!--
存货
类型 -->
INVENT_CODE,
<!--
存货
编码 -->
INVENT_NAME,
<!--
存货
名称 -->
AMOUNT,
<!-- 数量 -->
WEIGHT,
<!-- 重量 -->
REMARK,
<!-- 备注 -->
...
...
@@ -119,9 +119,9 @@
PROD_NO = #prodNo#,
<!-- 生产入库单号 -->
WH_CODE = #whCode#,
<!-- 仓库编码 -->
WH_NAME = #whName#,
<!-- 仓库名称 -->
INVENT_TYPE = #inventType#,
<!--
物料
类型 -->
INVENT_CODE = #inventCode#,
<!--
物料
编码 -->
INVENT_NAME = #inventName#,
<!--
物料
名称 -->
INVENT_TYPE = #inventType#,
<!--
存货
类型 -->
INVENT_CODE = #inventCode#,
<!--
存货
编码 -->
INVENT_NAME = #inventName#,
<!--
存货
名称 -->
AMOUNT = #amount#,
<!-- 数量 -->
WEIGHT = #weight#,
<!-- 重量 -->
REMARK = #remark#,
<!-- 备注 -->
...
...
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC006.xml
View file @
01962209
...
...
@@ -10,9 +10,9 @@
OTHER_ENTER_NO as "otherEnterNo",
<!-- 其他入库单号 -->
WH_CODE as "whCode",
<!-- 仓库编码 -->
WH_NAME as "whName",
<!-- 仓库名称 -->
INVENT_TYPE as "inventType",
<!--
物料
类型 -->
INVENT_CODE as "inventCode",
<!--
物料
编码 -->
INVENT_NAME as "inventName",
<!--
物料
名称 -->
INVENT_TYPE as "inventType",
<!--
存货
类型 -->
INVENT_CODE as "inventCode",
<!--
存货
编码 -->
INVENT_NAME as "inventName",
<!--
存货
名称 -->
INVENT_RECORD_ID as "inventRecordId",
<!-- 规格 -->
AMOUNT as "amount",
<!-- 数量 -->
WEIGHT as "weight",
<!-- 重量 -->
...
...
@@ -122,9 +122,9 @@
OTHER_ENTER_NO,
<!-- 其他入库单号 -->
WH_CODE,
<!-- 仓库编码 -->
WH_NAME,
<!-- 仓库名称 -->
INVENT_TYPE,
<!--
物料
类型 -->
INVENT_CODE,
<!--
物料
编码 -->
INVENT_NAME,
<!--
物料
名称 -->
INVENT_TYPE,
<!--
存货
类型 -->
INVENT_CODE,
<!--
存货
编码 -->
INVENT_NAME,
<!--
存货
名称 -->
INVENT_RECORD_ID,
<!-- 规格 -->
AMOUNT,
<!-- 数量 -->
WEIGHT,
<!-- 重量 -->
...
...
@@ -149,9 +149,9 @@
RECEIPT_DATE = #receiptDate#,
<!-- 单据日期 -->
WH_CODE = #whCode#,
<!-- 仓库编码 -->
WH_NAME = #whName#,
<!-- 仓库名称 -->
INVENT_TYPE = #inventType#,
<!--
物料
类型 -->
INVENT_CODE = #inventCode#,
<!--
物料
编码 -->
INVENT_NAME = #inventName#,
<!--
物料
名称 -->
INVENT_TYPE = #inventType#,
<!--
存货
类型 -->
INVENT_CODE = #inventCode#,
<!--
存货
编码 -->
INVENT_NAME = #inventName#,
<!--
存货
名称 -->
INVENT_RECORD_ID = #inventRecordId#,
<!-- 规格 -->
AMOUNT = #amount#,
<!-- 数量 -->
WEIGHT = #weight#,
<!-- 重量 -->
...
...
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC007.xml
View file @
01962209
...
...
@@ -10,9 +10,9 @@
OTHER_OUTER_NO as "otherOuterNo",
<!-- 其他出库单号 -->
WH_CODE as "whCode",
<!-- 仓库编码 -->
WH_NAME as "whName",
<!-- 仓库名称 -->
INVENT_TYPE as "inventType",
<!--
物料
类型 -->
INVENT_CODE as "inventCode",
<!--
物料
编码 -->
INVENT_NAME as "inventName",
<!--
物料
名称 -->
INVENT_TYPE as "inventType",
<!--
存货
类型 -->
INVENT_CODE as "inventCode",
<!--
存货
编码 -->
INVENT_NAME as "inventName",
<!--
存货
名称 -->
INVENT_RECORD_ID as "inventRecordId",
<!-- 规格 -->
AMOUNT as "amount",
<!-- 数量 -->
WEIGHT as "weight",
<!-- 重量 -->
...
...
@@ -126,9 +126,9 @@
OTHER_OUTER_NO,
<!-- 其他出库单号 -->
WH_CODE,
<!-- 仓库编码 -->
WH_NAME,
<!-- 仓库名称 -->
INVENT_TYPE,
<!--
物料
类型 -->
INVENT_CODE,
<!--
物料
编码 -->
INVENT_NAME,
<!--
物料
名称 -->
INVENT_TYPE,
<!--
存货
类型 -->
INVENT_CODE,
<!--
存货
编码 -->
INVENT_NAME,
<!--
存货
名称 -->
INVENT_RECORD_ID,
<!-- 规格 -->
AMOUNT,
<!-- 数量 -->
WEIGHT,
<!-- 重量 -->
...
...
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC010.xml
View file @
01962209
...
...
@@ -7,9 +7,9 @@
COMPANY_CODE as "companyCode",
<!-- 企业编码 预留 -->
WH_CODE as "whCode",
<!-- 仓库编码 -->
WH_NAME as "whName",
<!-- 仓库名称 -->
INVENT_TYPE as "inventType",
<!--
物料
类型 -->
INVENT_CODE as "inventCode",
<!--
物料
编码 -->
INVENT_NAME as "inventName",
<!--
物料
名称 -->
INVENT_TYPE as "inventType",
<!--
存货
类型 -->
INVENT_CODE as "inventCode",
<!--
存货
编码 -->
INVENT_NAME as "inventName",
<!--
存货
名称 -->
INVENT_RECORD_ID as "inventRecordId",
<!-- 存货档案ID -->
AMOUNT as "amount",
<!-- 数量 -->
WEIGHT as "weight",
<!-- 重量 -->
...
...
@@ -113,9 +113,9 @@
COMPANY_CODE,
<!-- 企业编码 预留 -->
WH_CODE,
<!-- 仓库编码 -->
WH_NAME,
<!-- 仓库名称 -->
INVENT_TYPE,
<!--
物料
类型 -->
INVENT_CODE,
<!--
物料
编码 -->
INVENT_NAME,
<!--
物料
名称 -->
INVENT_TYPE,
<!--
存货
类型 -->
INVENT_CODE,
<!--
存货
编码 -->
INVENT_NAME,
<!--
存货
名称 -->
INVENT_RECORD_ID,
<!-- 存货档案ID -->
AMOUNT,
<!-- 数量 -->
WEIGHT,
<!-- 重量 -->
...
...
src/main/java/com/baosight/hpjx/hp/pz/domain/HPPZ006.java
View file @
01962209
...
...
@@ -31,7 +31,7 @@ public class HPPZ006 extends DaoEPBase {
public
static
final
String
FIELD_STATUS
=
"status"
;
/* 状态 0未启用 1启用*/
public
static
final
String
FIELD_SPEC
=
"spec"
;
/* 规格*/
public
static
final
String
FIELD_LENGTH
=
"length"
;
/* 长*/
public
static
final
String
FIELD_WID
E
=
"wide
"
;
/* 宽*/
public
static
final
String
FIELD_WID
TH
=
"width
"
;
/* 宽*/
public
static
final
String
FIELD_THICK
=
"thick"
;
/* 厚*/
public
static
final
String
FIELD_MATERIAL
=
"material"
;
/* 材质*/
public
static
final
String
FIELD_COEFFICIENT
=
"coefficient"
;
/* 系数*/
...
...
@@ -52,7 +52,7 @@ public class HPPZ006 extends DaoEPBase {
public
static
final
String
COL_STATUS
=
"STATUS"
;
/* 状态 0未启用 1启用*/
public
static
final
String
COL_SPEC
=
"SPEC"
;
/* 规格*/
public
static
final
String
COL_LENGTH
=
"LENGTH"
;
/* 长*/
public
static
final
String
COL_WID
E
=
"WIDE
"
;
/* 宽*/
public
static
final
String
COL_WID
TH
=
"WIDTH
"
;
/* 宽*/
public
static
final
String
COL_THICK
=
"THICK"
;
/* 厚*/
public
static
final
String
COL_MATERIAL
=
"MATERIAL"
;
/* 材质*/
public
static
final
String
COL_COEFFICIENT
=
"COEFFICIENT"
;
/* 系数*/
...
...
@@ -79,7 +79,7 @@ public class HPPZ006 extends DaoEPBase {
private
Integer
status
=
1
;
/* 状态 0未启用 1启用*/
private
String
spec
=
" "
;
/* 规格*/
private
BigDecimal
length
=
new
BigDecimal
(
0.00
);
/* 长*/
private
BigDecimal
wid
e
=
new
BigDecimal
(
0.00
);
/* 宽*/
private
BigDecimal
wid
th
=
new
BigDecimal
(
0.00
);
/* 宽*/
private
BigDecimal
thick
=
new
BigDecimal
(
0.00
);
/* 厚*/
private
String
material
=
" "
;
/* 材质*/
private
BigDecimal
coefficient
=
new
BigDecimal
(
0.00
);
/* 系数*/
...
...
@@ -137,7 +137,7 @@ public class HPPZ006 extends DaoEPBase {
eiColumn
.
setDescName
(
"长"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_WID
E
);
eiColumn
=
new
EiColumn
(
FIELD_WID
TH
);
eiColumn
.
setType
(
"N"
);
eiColumn
.
setScaleLength
(
2
);
eiColumn
.
setFieldLength
(
10
);
...
...
@@ -345,20 +345,20 @@ public class HPPZ006 extends DaoEPBase {
this
.
length
=
length
;
}
/**
* get the wid
e
- 宽.
* @return the wid
e
* get the wid
th
- 宽.
* @return the wid
th
*/
public
BigDecimal
getWid
e
()
{
return
this
.
wid
e
;
public
BigDecimal
getWid
th
()
{
return
this
.
wid
th
;
}
/**
* set the wid
e
- 宽.
* set the wid
th
- 宽.
*
* @param wid
e
- 宽
* @param wid
th
- 宽
*/
public
void
setWid
e
(
BigDecimal
wide
)
{
this
.
wid
e
=
wide
;
public
void
setWid
th
(
BigDecimal
width
)
{
this
.
wid
th
=
width
;
}
/**
* get the thick - 厚.
...
...
@@ -537,7 +537,7 @@ public class HPPZ006 extends DaoEPBase {
setStatus
(
NumberUtils
.
toInteger
(
StringUtils
.
toString
(
map
.
get
(
FIELD_STATUS
)),
status
));
setSpec
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_SPEC
)),
spec
));
setLength
(
NumberUtils
.
toBigDecimal
(
StringUtils
.
toString
(
map
.
get
(
FIELD_LENGTH
)),
length
));
setWid
e
(
NumberUtils
.
toBigDecimal
(
StringUtils
.
toString
(
map
.
get
(
FIELD_WIDE
)),
wide
));
setWid
th
(
NumberUtils
.
toBigDecimal
(
StringUtils
.
toString
(
map
.
get
(
FIELD_WIDTH
)),
width
));
setThick
(
NumberUtils
.
toBigDecimal
(
StringUtils
.
toString
(
map
.
get
(
FIELD_THICK
)),
thick
));
setMaterial
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_MATERIAL
)),
material
));
setCoefficient
(
NumberUtils
.
toBigDecimal
(
StringUtils
.
toString
(
map
.
get
(
FIELD_COEFFICIENT
)),
coefficient
));
...
...
@@ -566,7 +566,7 @@ public class HPPZ006 extends DaoEPBase {
map
.
put
(
FIELD_STATUS
,
StringUtils
.
toString
(
status
,
eiMetadata
.
getMeta
(
FIELD_STATUS
)));
map
.
put
(
FIELD_SPEC
,
StringUtils
.
toString
(
spec
,
eiMetadata
.
getMeta
(
FIELD_SPEC
)));
map
.
put
(
FIELD_LENGTH
,
StringUtils
.
toString
(
length
,
eiMetadata
.
getMeta
(
FIELD_LENGTH
)));
map
.
put
(
FIELD_WID
E
,
StringUtils
.
toString
(
wide
,
eiMetadata
.
getMeta
(
FIELD_WIDE
)));
map
.
put
(
FIELD_WID
TH
,
StringUtils
.
toString
(
width
,
eiMetadata
.
getMeta
(
FIELD_WIDTH
)));
map
.
put
(
FIELD_THICK
,
StringUtils
.
toString
(
thick
,
eiMetadata
.
getMeta
(
FIELD_THICK
)));
map
.
put
(
FIELD_MATERIAL
,
StringUtils
.
toString
(
material
,
eiMetadata
.
getMeta
(
FIELD_MATERIAL
)));
map
.
put
(
FIELD_COEFFICIENT
,
StringUtils
.
toString
(
coefficient
,
eiMetadata
.
getMeta
(
FIELD_COEFFICIENT
)));
...
...
src/main/java/com/baosight/hpjx/hp/pz/sql/HPPZ006.xml
View file @
01962209
...
...
@@ -12,7 +12,7 @@
STATUS as "status",
<!-- 状态 0未启用 1启用 -->
SPEC as "spec",
<!-- 规格 -->
LENGTH as "length",
<!-- 长 -->
WID
E as "wide
",
<!-- 宽 -->
WID
TH as "width
",
<!-- 宽 -->
THICK as "thick",
<!-- 厚 -->
MATERIAL as "material",
<!-- 材质 -->
COEFFICIENT as "coefficient",
<!-- 系数 -->
...
...
@@ -87,7 +87,7 @@
STATUS,
<!-- 状态 0未启用 1启用 -->
SPEC,
<!-- 规格 -->
LENGTH,
<!-- 长 -->
WID
E
,
<!-- 宽 -->
WID
TH
,
<!-- 宽 -->
THICK,
<!-- 厚 -->
MATERIAL,
<!-- 材质 -->
COEFFICIENT,
<!-- 系数 -->
...
...
@@ -97,7 +97,7 @@
CREATED_TIME
<!-- 创建时间 -->
) VALUES (
#companyCode#, #depCode#, #inventType#, #inventCode#, #inventName#,
#status#, #spec#, #length#, #wid
e
#, #thick#, #material#, #coefficient#,
#status#, #spec#, #length#, #wid
th
#, #thick#, #material#, #coefficient#,
#unit#, #createdBy#, #createdName#, #createdTime#
)
</insert>
...
...
@@ -113,7 +113,7 @@
STATUS = #status#,
<!-- 状态 0未启用 1启用 -->
SPEC = #spec#,
<!-- 规格 -->
LENGTH = #length#,
<!-- 长 -->
WID
E = #wide
#,
<!-- 宽 -->
WID
TH = #width
#,
<!-- 宽 -->
THICK = #thick#,
<!-- 厚 -->
MATERIAL = #material#,
<!-- 材质 -->
COEFFICIENT = #coefficient#,
<!-- 系数 -->
...
...
src/main/webapp/HP/KC/HPKC001.jsp
View file @
01962209
...
...
@@ -11,7 +11,7 @@
<div
class=
"row"
>
<EF:EFDatePicker
ename=
"inqu_status-0-documentTime"
cname=
"单据日期"
format=
"yyyy-MM-dd"
required=
"true"
/>
<EF:EFInput
ename=
"inqu_status-0-documentCode"
cname=
"采购入库单号"
colWidth=
"4"
readonly=
"false"
/>
<EF:EFSelect
cname=
"
物料
类型"
blockId=
"inqu_status"
ename=
"materialType"
row=
"0"
colWidth=
"3"
>
<EF:EFSelect
cname=
"
存货
类型"
blockId=
"inqu_status"
ename=
"materialType"
row=
"0"
colWidth=
"3"
>
<EF:EFOption
label=
"全部"
value=
""
/>
<EF:EFCodeOption
codeName=
"hpjx.hpkc.inventType"
/>
</EF:EFSelect>
...
...
@@ -22,7 +22,7 @@
<EF:EFOption
label=
"请选择"
value=
""
></EF:EFOption>
<EF:EFOptions
blockId=
"wh_record_block_id"
textField=
"textField"
valueField=
"valueField"
/>
</EF:EFSelect>
<EF:EFSelect
ename=
"inqu_status-0-materialCode"
cname=
"
物料
名称"
<EF:EFSelect
ename=
"inqu_status-0-materialCode"
cname=
"
存货
名称"
valueTemplate=
"#=textField#"
filter=
"contains"
required=
"false"
defultValue=
"ALL"
template=
"#=textField#"
>
...
...
@@ -37,13 +37,13 @@
<EF:EFColumn
ename=
"id"
cname=
"主键id"
hidden=
"true"
/>
<EF:EFColumn
ename=
"documentTime"
cname=
"单据日期"
editType=
"date"
dateFormat=
"yyyy-MM-dd"
parseFormats=
"['yyyy-MM-dd']"
width=
"100"
required=
"true"
/>
<EF:EFColumn
ename=
"documentCode"
cname=
"采购入库单号"
width=
"100"
readonly=
"false"
align=
"center"
required=
"false"
enable=
"false"
/>
<EF:EFComboColumn
ename=
"materialType"
cname=
"
物料
类型"
width=
"90"
align=
"center"
>
<EF:EFComboColumn
ename=
"materialType"
cname=
"
存货
类型"
width=
"90"
align=
"center"
>
<EF:EFCodeOption
codeName=
"hpjx.hpkc.inventType"
/>
</EF:EFComboColumn>
<EF:EFColumn
ename=
"whCode"
cname=
"仓库名称"
width=
"100"
readonly=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"whName"
cname=
"仓库名称"
width=
"100"
readonly=
"false"
hidden=
"true"
/>
<EF:EFColumn
ename=
"materialCode"
cname=
"
物料
名称"
width=
"100"
readonly=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"materialName"
cname=
"
物料
名称"
width=
"100"
readonly=
"false"
hidden=
"true"
/>
<EF:EFColumn
ename=
"materialCode"
cname=
"
存货
名称"
width=
"100"
readonly=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"materialName"
cname=
"
存货
名称"
width=
"100"
readonly=
"false"
hidden=
"true"
/>
<EF:EFColumn
ename=
"spec"
cname=
"规格"
width=
"120"
readonly=
"false"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"unit"
cname=
"单位"
width=
"80"
readonly=
"false"
align=
"center"
enable=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"quantity"
cname=
"数量"
width=
"80"
defaultValue=
"0"
data-regex=
"/^[0-9]\\\d*$/"
data-errorprompt=
"请输入正整数"
readonly=
"false"
align=
"right"
required=
"true"
/>
...
...
src/main/webapp/HP/KC/HPKC002.jsp
View file @
01962209
...
...
@@ -11,7 +11,7 @@
<div
class=
"row"
>
<EF:EFDatePicker
ename=
"inqu_status-0-documentTime"
cname=
"单据日期"
format=
"yyyy-MM-dd"
required=
"true"
/>
<EF:EFInput
ename=
"inqu_status-0-documentCode"
cname=
"生产领料单号"
colWidth=
"4"
readonly=
"false"
/>
<EF:EFSelect
cname=
"
物料
类型"
blockId=
"inqu_status"
ename=
"materialType"
row=
"0"
colWidth=
"3"
>
<EF:EFSelect
cname=
"
存货
类型"
blockId=
"inqu_status"
ename=
"materialType"
row=
"0"
colWidth=
"3"
>
<EF:EFOption
label=
"全部"
value=
""
/>
<EF:EFCodeOption
codeName=
"hpjx.hpkc.inventType"
/>
</EF:EFSelect>
...
...
@@ -22,7 +22,7 @@
<EF:EFOption
label=
"请选择"
value=
""
></EF:EFOption>
<EF:EFOptions
blockId=
"wh_record_block_id"
textField=
"textField"
valueField=
"valueField"
/>
</EF:EFSelect>
<EF:EFSelect
ename=
"inqu_status-0-materialCode"
cname=
"
物料
名称"
<EF:EFSelect
ename=
"inqu_status-0-materialCode"
cname=
"
存货
名称"
valueTemplate=
"#=textField#"
filter=
"contains"
required=
"false"
defultValue=
"ALL"
template=
"#=textField#"
>
...
...
@@ -37,13 +37,13 @@
<EF:EFColumn
ename=
"id"
cname=
"主键id"
hidden=
"true"
/>
<EF:EFColumn
ename=
"documentTime"
cname=
"单据日期"
editType=
"date"
dateFormat=
"yyyy-MM-dd"
parseFormats=
"['yyyy-MM-dd']"
width=
"100"
required=
"true"
/>
<EF:EFColumn
ename=
"documentCode"
cname=
"生产领料单号"
width=
"100"
readonly=
"false"
align=
"center"
required=
"false"
enable=
"false"
/>
<EF:EFComboColumn
ename=
"materialType"
cname=
"
物料
类型"
width=
"90"
align=
"center"
>
<EF:EFComboColumn
ename=
"materialType"
cname=
"
存货
类型"
width=
"90"
align=
"center"
>
<EF:EFCodeOption
codeName=
"hpjx.hpkc.inventType"
/>
</EF:EFComboColumn>
<EF:EFColumn
ename=
"whCode"
cname=
"仓库名称"
width=
"100"
readonly=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"whName"
cname=
"仓库名称"
width=
"100"
readonly=
"false"
hidden=
"true"
/>
<EF:EFColumn
ename=
"materialCode"
cname=
"
物料
名称"
width=
"100"
readonly=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"materialName"
cname=
"
物料
名称"
width=
"100"
readonly=
"false"
hidden=
"true"
/>
<EF:EFColumn
ename=
"materialCode"
cname=
"
存货
名称"
width=
"100"
readonly=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"materialName"
cname=
"
存货
名称"
width=
"100"
readonly=
"false"
hidden=
"true"
/>
<EF:EFColumn
ename=
"spec"
cname=
"规格"
width=
"120"
readonly=
"false"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"unit"
cname=
"单位"
width=
"80"
readonly=
"false"
align=
"center"
enable=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"quantity"
cname=
"数量"
width=
"80"
defaultValue=
"0"
data-regex=
"/^[0-9]\\\d*$/"
data-errorprompt=
"请输入正整数"
readonly=
"false"
align=
"right"
required=
"true"
/>
...
...
src/main/webapp/HP/PZ/HPPZ006.js
View file @
01962209
...
...
@@ -15,7 +15,7 @@ $(function() {
return
options
.
length
==
0
?
"-"
:
options
.
length
;
}
},
{
field
:
"wid
e
"
,
field
:
"wid
th
"
,
template
:
function
(
options
)
{
return
options
.
length
==
0
?
"-"
:
options
.
length
;
}
...
...
src/main/webapp/HP/PZ/HPPZ006.jsp
View file @
01962209
...
...
@@ -35,7 +35,7 @@
<EF:EFColumn
ename=
"inventCode"
cname=
"存货名称"
width=
"120"
align=
"center"
requird=
"true"
/>
<EF:EFColumn
ename=
"spec"
cname=
"规格"
width=
"120"
align=
"center"
maxLength=
"50"
/>
<EF:EFColumn
ename=
"length"
cname=
"长"
width=
"100"
align=
"right"
format=
"{0:N2}"
maxLength=
"10"
/>
<EF:EFColumn
ename=
"wid
e
"
cname=
"宽"
width=
"100"
align=
"right"
format=
"{0:N2}"
maxLength=
"10"
/>
<EF:EFColumn
ename=
"wid
th
"
cname=
"宽"
width=
"100"
align=
"right"
format=
"{0:N2}"
maxLength=
"10"
/>
<EF:EFColumn
ename=
"thick"
cname=
"厚"
width=
"100"
align=
"right"
format=
"{0:N2}"
maxLength=
"10"
/>
<EF:EFColumn
ename=
"material"
cname=
"材质"
width=
"100"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"coefficient"
cname=
"系数"
width=
"100"
align=
"right"
format=
"{0:N2}"
maxLength=
"10"
/>
...
...
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