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
6bc3b7b9
Commit
6bc3b7b9
authored
Nov 28, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、生产入库单,销售出库单,质量巡检单,整改通知单添加排序和导出功能
parent
8b630133
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
204 additions
and
54 deletions
+204
-54
HPKC004.java
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC004.java
+1
-1
ServiceHPKC003.java
.../java/com/baosight/hpjx/hp/kc/service/ServiceHPKC003.java
+29
-7
ServiceHPKC004.java
.../java/com/baosight/hpjx/hp/kc/service/ServiceHPKC004.java
+31
-14
HPKC004.xml
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC004.xml
+1
-1
ServiceHPWD099.java
.../java/com/baosight/hpjx/hp/wd/service/ServiceHPWD099.java
+5
-2
HPZL004.java
src/main/java/com/baosight/hpjx/hp/zl/domain/HPZL004.java
+1
-1
ServiceHPZL001.java
.../java/com/baosight/hpjx/hp/zl/service/ServiceHPZL001.java
+39
-8
ServiceHPZL004.java
.../java/com/baosight/hpjx/hp/zl/service/ServiceHPZL004.java
+33
-8
HPKC003.js
src/main/webapp/HP/KC/HPKC003.js
+13
-0
HPKC003.jsp
src/main/webapp/HP/KC/HPKC003.jsp
+1
-1
HPKC004.js
src/main/webapp/HP/KC/HPKC004.js
+13
-0
HPKC004.jsp
src/main/webapp/HP/KC/HPKC004.jsp
+2
-2
HPWD001.js
src/main/webapp/HP/WD/HPWD001.js
+1
-1
HPZL001.js
src/main/webapp/HP/ZL/HPZL001.js
+13
-0
HPZL001.jsp
src/main/webapp/HP/ZL/HPZL001.jsp
+4
-4
HPZL004.js
src/main/webapp/HP/ZL/HPZL004.js
+13
-0
HPZL004.jsp
src/main/webapp/HP/ZL/HPZL004.jsp
+4
-4
No files found.
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC004.java
View file @
6bc3b7b9
...
...
@@ -314,7 +314,7 @@ public class HPKC004 extends DaoEPBase {
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_FACTORY_CODE
);
eiColumn
.
setDescName
(
"厂区
编码
"
);
eiColumn
.
setDescName
(
"厂区
名称
"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_FACTORY_NAME
);
...
...
src/main/java/com/baosight/hpjx/hp/kc/service/ServiceHPKC003.java
View file @
6bc3b7b9
...
...
@@ -4,22 +4,21 @@ import com.baosight.hpjx.aspect.annotation.OperationLogAnnotation;
import
com.baosight.hpjx.common.DdynamicEnum
;
import
com.baosight.hpjx.core.constant.CommonConstant
;
import
com.baosight.hpjx.core.dao.DaoUtils
;
import
com.baosight.hpjx.core.tools.Iplat4jTools
;
import
com.baosight.hpjx.hp.constant.HPConstant
;
import
com.baosight.hpjx.hp.constant.HPSqlConstant
;
import
com.baosight.hpjx.hp.kc.domain.HPKC001
;
import
com.baosight.hpjx.hp.kc.domain.HPKC003
;
import
com.baosight.hpjx.hp.kc.tools.HPKCTools
;
import
com.baosight.hpjx.hp.pz.tools.HPPZTools
;
import
com.baosight.hpjx.hp.sc.domain.HPSC004
;
import
com.baosight.hpjx.hp.sc.tools.HPSCTools
;
import
com.baosight.hpjx.hp.xs.tools.HPXSTools
;
import
com.baosight.hpjx.hp.yx.domain.HPYX001
;
import
com.baosight.hpjx.hp.zl.domain.HPZL001
;
import
com.baosight.hpjx.hp.zl.tools.HPZLTools
;
import
com.baosight.hpjx.util.AssertUtils
;
import
com.baosight.hpjx.util.BeanUtils
;
import
com.baosight.hpjx.util.CommonMethod
;
import
com.baosight.hpjx.util.EiInfoUtils
;
import
com.baosight.hpjx.util.LogUtils
;
import
com.baosight.hpjx.util.ObjectUtils
;
import
com.baosight.hpjx.util.StringUtil
;
import
com.baosight.hpjx.util.*
;
import
com.baosight.hpjx.util.contants.ACConstants
;
import
com.baosight.iplat4j.core.ei.EiBlock
;
import
com.baosight.iplat4j.core.ei.EiConstant
;
import
com.baosight.iplat4j.core.ei.EiInfo
;
...
...
@@ -32,6 +31,7 @@ import org.apache.commons.collections.MapUtils;
import
java.math.BigDecimal
;
import
java.text.SimpleDateFormat
;
import
java.util.*
;
import
java.util.stream.Collectors
;
/**
* @author:songx
...
...
@@ -129,4 +129,26 @@ public class ServiceHPKC003 extends ServiceBase {
return
eiInfo
;
}
@OperationLogAnnotation
(
operModul
=
"生产入库单"
,
operType
=
"导出"
,
operDesc
=
"导出操作"
)
public
EiInfo
export
(
EiInfo
inEiInfo
)
{
CommonMethod
.
initBlock
(
inEiInfo
,
Arrays
.
asList
(
DdynamicEnum
.
FACTORY_RECORD_BLOCK_ID
),
null
);
List
<
Map
>
listMap
=
inEiInfo
.
getBlock
(
DdynamicEnum
.
FACTORY_RECORD_BLOCK_ID
.
getBlockId
()).
getRows
();
Map
params
=
HPXSTools
.
setAuthParam
(
"HPKC003."
+
ACConstants
.
SQL_QUERY
,
EiInfoUtils
.
getFirstRow
(
inEiInfo
));
params
.
put
(
HPYX001
.
FIELD_DELETE_FLAG
,
CommonConstant
.
YesNo
.
NO_0
);
final
List
<
String
>
list
=
new
ArrayList
<>(
Arrays
.
asList
(
"prodNo"
,
"documentDate"
,
"factoryCode"
,
"projCode"
,
"projName"
,
"whCode"
,
"whName"
,
"prdtCode"
,
"prdtName"
,
"partCode"
,
"partName"
,
"partSpec"
,
"amount"
,
"weight"
,
"remark"
));
inEiInfo
=
ExcelUtils
.
exportToExcel
(
ACConstants
.
SQL_COUNT
,
ACConstants
.
SQL_QUERY
,
params
,
list
,
new
HPKC003
());
List
<
Map
>
rows
=
inEiInfo
.
getBlock
(
EiConstant
.
resultBlock
).
getRows
();
List
<
Map
>
mapList
=
new
ArrayList
<>();
rows
.
forEach
(
row
->{
List
<
Map
>
factoryList
=
listMap
.
stream
().
filter
(
map
->
row
.
get
(
"factoryCode"
).
equals
(
map
.
get
(
"valueField"
))).
collect
(
Collectors
.
toList
());
if
(
factoryList
.
size
()
>
0
){
row
.
put
(
"factoryCode"
,
factoryList
.
get
(
0
).
get
(
"textField"
));
}
mapList
.
add
(
row
);
});
inEiInfo
.
getBlock
(
EiConstant
.
resultBlock
).
setRows
(
mapList
);
return
inEiInfo
;
}
}
src/main/java/com/baosight/hpjx/hp/kc/service/ServiceHPKC004.java
View file @
6bc3b7b9
...
...
@@ -7,27 +7,21 @@ import com.baosight.hpjx.common.ReturnStatusEnum;
import
com.baosight.hpjx.core.constant.CommonConstant
;
import
com.baosight.hpjx.core.dao.DaoUtils
;
import
com.baosight.hpjx.hp.constant.HPConstant
;
import
com.baosight.hpjx.hp.kc.domain.HPKC004
;
import
com.baosight.hpjx.hp.kc.domain.HPKC010
;
import
com.baosight.hpjx.hp.kc.domain.HPKC011
;
import
com.baosight.hpjx.hp.kc.domain.HPKC013
;
import
com.baosight.hpjx.hp.kc.domain.*
;
import
com.baosight.hpjx.hp.kc.tools.HPKCTools
;
import
com.baosight.hpjx.util.BeanUtils
;
import
com.baosight.hpjx.util.CommonMethod
;
import
com.baosight.hpjx.util.EiInfoUtils
;
import
com.baosight.hpjx.util.LogUtils
;
import
com.baosight.hpjx.util.ObjectUtils
;
import
com.baosight.hpjx.util.StringUtil
;
import
com.baosight.hpjx.hp.pz.tools.HPPZTools
;
import
com.baosight.hpjx.hp.xs.tools.HPXSTools
;
import
com.baosight.hpjx.hp.yx.domain.HPYX001
;
import
com.baosight.hpjx.util.*
;
import
com.baosight.hpjx.util.contants.ACConstants
;
import
com.baosight.iplat4j.core.ei.EiConstant
;
import
com.baosight.iplat4j.core.ei.EiInfo
;
import
com.baosight.iplat4j.core.service.impl.ServiceBase
;
import
com.baosight.iplat4j.ed.util.SequenceGenerator
;
import
org.apache.commons.collections.MapUtils
;
import
java.util.Arrays
;
import
java.util.HashMap
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.*
;
import
java.util.stream.Collectors
;
/**
* @author:songx
...
...
@@ -175,4 +169,27 @@ public class ServiceHPKC004 extends ServiceBase {
}
return
inInfo
;
}
@OperationLogAnnotation
(
operModul
=
"销售出库单"
,
operType
=
"导出"
,
operDesc
=
"导出操作"
)
public
EiInfo
export
(
EiInfo
inEiInfo
)
{
CommonMethod
.
initBlock
(
inEiInfo
,
Arrays
.
asList
(
DdynamicEnum
.
FACTORY_RECORD_BLOCK_ID
),
null
);
List
<
Map
>
listMap
=
inEiInfo
.
getBlock
(
DdynamicEnum
.
FACTORY_RECORD_BLOCK_ID
.
getBlockId
()).
getRows
();
Map
params
=
HPXSTools
.
setAuthParam
(
"HPKC004."
+
ACConstants
.
SQL_QUERY
,
EiInfoUtils
.
getFirstRow
(
inEiInfo
));
params
.
put
(
HPYX001
.
FIELD_DELETE_FLAG
,
CommonConstant
.
YesNo
.
NO_0
);
final
List
<
String
>
list
=
new
ArrayList
<>(
Arrays
.
asList
(
"saleNo"
,
"receiptDate"
,
"factoryCode"
,
"factoryName"
,
"projCode"
,
"projName"
,
"whCode"
,
"whName"
,
"inventCode"
,
"inventName"
,
"subInventCode"
,
"subInventName"
,
"length"
,
"width"
,
"thick"
,
"amount"
,
"unitWeight"
,
"weight"
,
"remark"
,
"createdName"
,
"createdTime"
));
inEiInfo
=
ExcelUtils
.
exportToExcel
(
ACConstants
.
SQL_COUNT
,
ACConstants
.
SQL_QUERY
,
params
,
list
,
new
HPKC004
());
List
<
Map
>
rows
=
inEiInfo
.
getBlock
(
EiConstant
.
resultBlock
).
getRows
();
List
<
Map
>
mapList
=
new
ArrayList
<>();
rows
.
forEach
(
row
->{
List
<
Map
>
factoryList
=
listMap
.
stream
().
filter
(
map
->
row
.
get
(
"factoryCode"
).
equals
(
map
.
get
(
"valueField"
))).
collect
(
Collectors
.
toList
());
if
(
factoryList
.
size
()
>
0
){
row
.
put
(
"factoryName"
,
factoryList
.
get
(
0
).
get
(
"textField"
));
}
mapList
.
add
(
row
);
});
inEiInfo
.
getBlock
(
EiConstant
.
resultBlock
).
setRows
(
mapList
);
return
inEiInfo
;
}
}
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC004.xml
View file @
6bc3b7b9
...
...
@@ -67,7 +67,7 @@
WH_CODE = #whCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"whName"
>
WH_NAME
= #whName#
WH_NAME
LIKE CONCAT('%', #whName#, '%')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"prodNo"
>
PROD_NO = #prodNo#
...
...
src/main/java/com/baosight/hpjx/hp/wd/service/ServiceHPWD099.java
View file @
6bc3b7b9
...
...
@@ -11,6 +11,7 @@ import com.baosight.hpjx.hp.wd.domain.HPWD099;
import
com.baosight.hpjx.hp.wd.tools.HPWDTools
;
import
com.baosight.hpjx.util.EiInfoUtils
;
import
com.baosight.hpjx.util.LogUtils
;
import
com.baosight.hpjx.util.MapUtils
;
import
com.baosight.hpjx.util.StringUtils
;
import
com.baosight.hpjx.util.contants.ACConstants
;
import
com.baosight.iplat4j.core.ei.EiConstant
;
...
...
@@ -56,9 +57,11 @@ public class ServiceHPWD099 extends ServiceEPBase {
public
EiInfo
query
(
EiInfo
inInfo
)
{
try
{
Map
queryRow
=
EiInfoUtils
.
getFirstRow
(
inInfo
);
if
(
StringUtils
.
isNotEmpty
(
queryRow
.
get
(
HPWD001
.
FIELD_PARENT_ID
).
toString
())){
inInfo
=
super
.
query
(
inInfo
,
HPWD099
.
QUERY
,
new
HPWD099
());
String
parentId
=
MapUtils
.
getString
(
queryRow
,
HPWD001
.
FIELD_PARENT_ID
);
if
(
StringUtils
.
isBlank
(
parentId
)){
return
inInfo
;
}
inInfo
=
super
.
query
(
inInfo
,
HPWD099
.
QUERY
,
new
HPWD099
());
}
catch
(
Throwable
e
)
{
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"查询失败"
);
}
...
...
src/main/java/com/baosight/hpjx/hp/zl/domain/HPZL004.java
View file @
6bc3b7b9
...
...
@@ -143,7 +143,7 @@ public class HPZL004 extends DaoEPBase {
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_CREATED_TIME
);
eiColumn
.
setDescName
(
"
创建时间
"
);
eiColumn
.
setDescName
(
"
单据日期
"
);
eiMetadata
.
addMeta
(
eiColumn
);
eiColumn
=
new
EiColumn
(
FIELD_UPDATED_BY
);
...
...
src/main/java/com/baosight/hpjx/hp/zl/service/ServiceHPZL001.java
View file @
6bc3b7b9
...
...
@@ -4,23 +4,23 @@ import com.baosight.hpjx.aspect.annotation.OperationLogAnnotation;
import
com.baosight.hpjx.common.DdynamicEnum
;
import
com.baosight.hpjx.core.constant.CommonConstant
;
import
com.baosight.hpjx.core.dao.DaoUtils
;
import
com.baosight.hpjx.core.tools.Iplat4jTools
;
import
com.baosight.hpjx.hp.constant.HPConstant
;
import
com.baosight.hpjx.hp.constant.HPSqlConstant
;
import
com.baosight.hpjx.hp.kc.domain.HPKC001
;
import
com.baosight.hpjx.hp.xs.tools.HPXSTools
;
import
com.baosight.hpjx.hp.yx.domain.HPYX001
;
import
com.baosight.hpjx.hp.zl.domain.HPZL001
;
import
com.baosight.hpjx.util.AssertUtils
;
import
com.baosight.hpjx.util.CommonMethod
;
import
com.baosight.hpjx.util.EiInfoUtils
;
import
com.baosight.hpjx.util.LogUtils
;
import
com.baosight.hpjx.util.StringUtil
;
import
com.baosight.hpjx.util.*
;
import
com.baosight.hpjx.util.contants.ACConstants
;
import
com.baosight.iplat4j.core.ei.EiConstant
;
import
com.baosight.iplat4j.core.ei.EiInfo
;
import
com.baosight.iplat4j.core.service.impl.ServiceBase
;
import
com.baosight.iplat4j.ed.util.SequenceGenerator
;
import
org.apache.commons.collections.MapUtils
;
import
java.util.Arrays
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.*
;
import
java.util.stream.Collectors
;
/**
* @author ZJH
...
...
@@ -205,4 +205,35 @@ public class ServiceHPZL001 extends ServiceBase {
return
inInfo
;
}
@OperationLogAnnotation
(
operModul
=
"质量巡检单"
,
operType
=
"导出"
,
operDesc
=
"导出操作"
)
public
EiInfo
export
(
EiInfo
inEiInfo
)
{
CommonMethod
.
initBlock
(
inEiInfo
,
Arrays
.
asList
(
DdynamicEnum
.
FACTORY_RECORD_BLOCK_ID
),
null
);
List
<
Map
>
listMap
=
inEiInfo
.
getBlock
(
DdynamicEnum
.
FACTORY_RECORD_BLOCK_ID
.
getBlockId
()).
getRows
();
Map
params
=
HPXSTools
.
setAuthParam
(
"HPZL001."
+
ACConstants
.
SQL_QUERY
,
EiInfoUtils
.
getFirstRow
(
inEiInfo
));
params
.
put
(
HPYX001
.
FIELD_DELETE_FLAG
,
CommonConstant
.
YesNo
.
NO_0
);
final
List
<
String
>
list
=
new
ArrayList
<>(
Arrays
.
asList
(
"checkNo"
,
"status"
,
"receiptDate"
,
"factoryCode"
,
"factoryName"
,
"projCode"
,
"projName"
,
"inventCode"
,
"inventName"
,
"subInventCode"
,
"subInventName"
,
"orgCode"
,
"orgName"
,
"poorType"
,
"problemDesc"
,
"prodOrderNo"
,
"prodTaskNo"
,
"createdName"
,
"createdTime"
));
inEiInfo
=
ExcelUtils
.
exportToExcel
(
ACConstants
.
SQL_COUNT
,
ACConstants
.
SQL_QUERY
,
params
,
list
,
new
HPZL001
());
List
<
Map
>
rows
=
inEiInfo
.
getBlock
(
EiConstant
.
resultBlock
).
getRows
();
rows
.
forEach
(
row
->{
if
(
row
.
containsKey
(
"status"
)){
if
(
"1"
.
equals
(
MapUtils
.
getString
(
row
,
"status"
))){
row
.
put
(
"status"
,
"已处理"
);
}
else
{
row
.
put
(
"status"
,
"未处理"
);
}
}
List
<
Map
>
factoryList
=
listMap
.
stream
().
filter
(
map
->
row
.
get
(
"factoryCode"
).
equals
(
map
.
get
(
"valueField"
))).
collect
(
Collectors
.
toList
());
if
(
factoryList
.
size
()
>
0
){
row
.
put
(
"factoryName"
,
factoryList
.
get
(
0
).
get
(
"textField"
));
}
});
Map
<
String
,
Object
>
hashMap
=
new
HashMap
<
String
,
Object
>(){{
put
(
"poorType"
,
"hpjx.hpjx.poorType"
);
}};
String
codeSetCode
=
"CODESET_CODE in ('hpjx.hpjx.poorType')"
;
inEiInfo
.
getBlock
(
EiConstant
.
resultBlock
).
setRows
(
Iplat4jTools
.
EdCm01
.
initResultRows
(
rows
,
hashMap
,
codeSetCode
));
return
inEiInfo
;
}
}
src/main/java/com/baosight/hpjx/hp/zl/service/ServiceHPZL004.java
View file @
6bc3b7b9
package
com
.
baosight
.
hpjx
.
hp
.
zl
.
service
;
import
com.baosight.hpjx.aspect.annotation.OperationLogAnnotation
;
import
com.baosight.hpjx.common.DdynamicEnum
;
import
com.baosight.hpjx.core.constant.CommonConstant
;
import
com.baosight.hpjx.core.dao.DaoUtils
;
import
com.baosight.hpjx.core.enums.HandleStatusEnum
;
import
com.baosight.hpjx.core.security.UserSessionUtils
;
import
com.baosight.hpjx.core.tools.Iplat4jTools
;
import
com.baosight.hpjx.hp.constant.HPSqlConstant
;
import
com.baosight.hpjx.hp.dm.constant.HpDmConstant
;
import
com.baosight.hpjx.hp.xs.domain.User
;
import
com.baosight.hpjx.hp.xs.tools.HPXSTools
;
import
com.baosight.hpjx.hp.yx.domain.HPYX001
;
import
com.baosight.hpjx.hp.zl.domain.HPZL001
;
import
com.baosight.hpjx.hp.zl.domain.HPZL004
;
import
com.baosight.hpjx.hp.zl.domain.HPZL004C
;
import
com.baosight.hpjx.hp.zl.tools.HPZLTools
;
import
com.baosight.hpjx.hp.zl.utils.HpZlUtils
;
import
com.baosight.hpjx.util.AssertUtils
;
import
com.baosight.hpjx.util.DateUtils
;
import
com.baosight.hpjx.util.EiInfoUtils
;
import
com.baosight.hpjx.util.LogUtils
;
import
com.baosight.hpjx.util.MapUtils
;
import
com.baosight.hpjx.util.*
;
import
com.baosight.hpjx.util.contants.ACConstants
;
import
com.baosight.iplat4j.core.ei.EiConstant
;
import
com.baosight.iplat4j.core.ei.EiInfo
;
import
com.baosight.iplat4j.core.service.impl.ServiceBase
;
import
java.util.
List
;
import
java.util.
Map
;
import
java.util.
*
;
import
java.util.
stream.Collectors
;
/**
* @author wwl
...
...
@@ -128,5 +131,27 @@ public class ServiceHPZL004 extends ServiceBase {
DaoUtils
.
update
(
HPSqlConstant
.
HpZl004
.
CONFIRM
,
fZl004
);
}
}
@OperationLogAnnotation
(
operModul
=
"整改通知单"
,
operType
=
"导出"
,
operDesc
=
"导出操作"
)
public
EiInfo
export
(
EiInfo
inEiInfo
)
{
CommonMethod
.
initBlock
(
inEiInfo
,
Arrays
.
asList
(
DdynamicEnum
.
FACTORY_RECORD_BLOCK_ID
),
null
);
Map
params
=
HPXSTools
.
setAuthParam
(
"HPZL004."
+
ACConstants
.
SQL_QUERY
,
EiInfoUtils
.
getFirstRow
(
inEiInfo
));
params
.
put
(
HPYX001
.
FIELD_DELETE_FLAG
,
CommonConstant
.
YesNo
.
NO_0
);
final
List
<
String
>
list
=
new
ArrayList
<>(
Arrays
.
asList
(
"rectifyId"
,
"createdTime"
,
"status"
,
"receiptDate"
,
"projCode"
,
"projName"
,
"inventCode"
,
"prdtCode"
,
"prdtName"
,
"qualityProblem"
,
"processSugges"
,
"rectifySugges"
,
"responDepName"
,
"responUserName"
,
"checkName"
,
"checkTime"
));
inEiInfo
=
ExcelUtils
.
exportToExcel
(
ACConstants
.
SQL_COUNT
,
ACConstants
.
SQL_QUERY
,
params
,
list
,
new
HPZL004
());
List
<
Map
>
rows
=
inEiInfo
.
getBlock
(
EiConstant
.
resultBlock
).
getRows
();
for
(
Map
row:
rows
)
{
if
(
row
.
containsKey
(
"createdTime"
)){
row
.
put
(
"createdTime"
,
MapUtils
.
getString
(
row
,
"createdTime"
).
substring
(
0
,
8
));
}
}
Map
<
String
,
Object
>
hashMap
=
new
HashMap
<
String
,
Object
>(){{
put
(
"status"
,
"hpjx.hpzl.handleStatus"
);
}};
String
codeSetCode
=
"CODESET_CODE in ('hpjx.hpzl.handleStatus')"
;
inEiInfo
.
getBlock
(
EiConstant
.
resultBlock
).
setRows
(
Iplat4jTools
.
EdCm01
.
initResultRows
(
rows
,
hashMap
,
codeSetCode
));
return
inEiInfo
;
}
}
src/main/webapp/HP/KC/HPKC003.js
View file @
6bc3b7b9
...
...
@@ -12,6 +12,19 @@ $(function () {
pageSizes
:
[
10
,
20
,
30
,
50
,
100
,
200
],
},
columns
:
[],
exportGrid
:
{
beforeExport
:
function
(
gridInstance
)
{
return
true
;
},
exportFileName
:
function
(
gridInstance
)
{
// 导出的文件名包含时间戳 yyyy-MM-dd HH:mm:ss
return
"生产入库单_"
+
kendo
.
toString
(
new
Date
(),
IPLAT
.
FORMAT
.
DATE_14_PR
);
},
exportServiceName
:
"HPKC003"
,
exportMethodName
:
"export"
,
exportFileType
:
"xls"
,
// 默认值是xls,可选值为pdf[规划中]
exportBlockId
:
"result"
,
// 默认值和blockId相同,导出的EiInfo中的指定数据块被导出
},
loadComplete
:
function
(
grid
)
{
},
onSuccess
:
function
(
e
)
{
...
...
src/main/webapp/HP/KC/HPKC003.jsp
View file @
6bc3b7b9
...
...
@@ -40,7 +40,7 @@
</EF:EFRegion>
<EF:EFRegion
id=
"result"
title=
"明细信息"
>
<EF:EFGrid
blockId=
"result"
autoDraw=
"override"
isFloat=
"true"
checkMode=
"row"
>
<EF:EFGrid
blockId=
"result"
autoDraw=
"override"
isFloat=
"true"
checkMode=
"row"
sort=
"all"
>
<EF:EFColumn
ename=
"id"
cname=
"内码"
hidden=
"true"
/>
<EF:EFColumn
ename=
"prodNo"
cname=
"生产单号"
enable=
"false"
width=
"140"
align=
"center"
/>
<EF:EFColumn
ename=
"documentDate"
cname=
"单据日期"
width=
"100"
align=
"center"
editType=
"date"
readonly=
"true"
...
...
src/main/webapp/HP/KC/HPKC004.js
View file @
6bc3b7b9
...
...
@@ -8,6 +8,19 @@ $(function () {
return
showUserName
(
options
.
createdBy
,
options
.
createdName
);
}
}],
exportGrid
:
{
beforeExport
:
function
(
gridInstance
)
{
return
true
;
},
exportFileName
:
function
(
gridInstance
)
{
// 导出的文件名包含时间戳 yyyy-MM-dd HH:mm:ss
return
"销售出库单_"
+
kendo
.
toString
(
new
Date
(),
IPLAT
.
FORMAT
.
DATE_14_PR
);
},
exportServiceName
:
"HPKC004"
,
exportMethodName
:
"export"
,
exportFileType
:
"xls"
,
// 默认值是xls,可选值为pdf[规划中]
exportBlockId
:
"result"
,
// 默认值和blockId相同,导出的EiInfo中的指定数据块被导出
},
loadComplete
:
function
(
grid
)
{
}
},
...
...
src/main/webapp/HP/KC/HPKC004.jsp
View file @
6bc3b7b9
...
...
@@ -11,8 +11,8 @@
<EF:EFDatePicker
cname=
"单据日期"
ename=
"receiptDate"
blockId=
"inqu_status"
row=
"0"
colWidth=
"3"
format=
"yyyy-MM-dd"
readonly=
"true"
/>
<EF:EFInput
cname=
"销售单号"
ename=
"saleNo"
blockId=
"inqu_status"
row=
"0"
colWidth=
"3"
/>
<EF:EFInput
cname=
"项目号"
ename=
"projCode"
blockId=
"inqu_status"
row=
"0"
colWidth=
"3"
/>
<EF:EFInput
cname=
"项目名称"
ename=
"projName"
blockId=
"inqu_status"
row=
"0"
colWidth=
"3"
/>
<EF:EFInput
cname=
"仓库名称"
ename=
"whName"
blockId=
"inqu_status"
row=
"0"
colWidth=
"3"
/>
</div>
<div
class=
"row"
>
<EF:EFInput
cname=
"部件名称"
ename=
"inventName"
blockId=
"inqu_status"
row=
"0"
colWidth=
"3"
/>
...
...
@@ -35,7 +35,7 @@
</EF:EFRegion>
<EF:EFRegion
id=
"result"
title=
"明细信息"
>
<EF:EFGrid
blockId=
"result"
autoDraw=
"override"
isFloat=
"true"
checkMode=
"row"
>
<EF:EFGrid
blockId=
"result"
autoDraw=
"override"
isFloat=
"true"
checkMode=
"row"
sort=
"all"
>
<EF:EFColumn
ename=
"id"
cname=
"内码"
hidden=
"true"
/>
<EF:EFColumn
ename=
"saleNo"
cname=
"销售单号"
enable=
"false"
width=
"140"
align=
"center"
/>
<EF:EFColumn
ename=
"receiptDate"
cname=
"单据日期"
enable=
"false"
width=
"90"
align=
"center"
...
...
src/main/webapp/HP/WD/HPWD001.js
View file @
6bc3b7b9
...
...
@@ -873,7 +873,6 @@ let showAuthButton = function () {
// 隐藏变更记录按钮
if
(
!
isBlank
(
leafLevel
)
&&
leafLevel
===
0
)
{
CommonUtils
.
showButton
(
"CHANGE_RECORD"
);
CommonUtils
.
showButton
(
"COPY_PROT_FILE"
);
}
else
{
CommonUtils
.
hideButton
(
"CHANGE_RECORD"
);
}
...
...
@@ -884,6 +883,7 @@ let showAuthButton = function () {
CommonUtils
.
hideButton
(
"COPY_FILE"
);
CommonUtils
.
hideButton
(
"PREVIEW"
);
CommonUtils
.
hideButton
(
"BATCH_DOWNLOAD"
);
CommonUtils
.
hideButton
(
"COPY_PROT_FILE"
);
return
}
// 0:不授权
...
...
src/main/webapp/HP/ZL/HPZL001.js
View file @
6bc3b7b9
...
...
@@ -136,6 +136,19 @@ $(function () {
return
showUserName
(
options
.
createdBy
,
options
.
createdName
);
}
}],
exportGrid
:
{
beforeExport
:
function
(
gridInstance
)
{
return
true
;
},
exportFileName
:
function
(
gridInstance
)
{
// 导出的文件名包含时间戳 yyyy-MM-dd HH:mm:ss
return
"质量巡检单_"
+
kendo
.
toString
(
new
Date
(),
IPLAT
.
FORMAT
.
DATE_14_PR
);
},
exportServiceName
:
"HPZL001"
,
exportMethodName
:
"export"
,
exportFileType
:
"xls"
,
// 默认值是xls,可选值为pdf[规划中]
exportBlockId
:
"result"
,
// 默认值和blockId相同,导出的EiInfo中的指定数据块被导出
},
onDelete
:
function
(
e
)
{
// 阻止默认请求,使用自定义删除
e
.
preventDefault
();
...
...
src/main/webapp/HP/ZL/HPZL001.jsp
View file @
6bc3b7b9
...
...
@@ -34,12 +34,12 @@
</EF:EFRegion>
<EF:EFRegion
id=
"result"
title=
"明细信息"
>
<EF:EFGrid
blockId=
"result"
autoDraw=
"override"
isFloat=
"true"
checkMode=
"row"
>
<EF:EFGrid
blockId=
"result"
autoDraw=
"override"
isFloat=
"true"
checkMode=
"row"
sort=
"all"
>
<EF:EFColumn
ename=
"id"
cname=
"内码"
hidden=
"true"
/>
<EF:EFColumn
ename=
"operator"
cname=
"操作"
locked=
"true"
enable=
"false"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"problemPhoto"
cname=
"问题照片"
locked=
"true"
enable=
"false"
width=
"100"
align=
"center"
<EF:EFColumn
ename=
"operator"
cname=
"操作"
locked=
"true"
enable=
"false"
width=
"100"
align=
"center"
sort=
"false"
/>
<EF:EFColumn
ename=
"problemPhoto"
cname=
"问题照片"
locked=
"true"
enable=
"false"
width=
"100"
align=
"center"
sort=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"processPhoto"
cname=
"处理照片"
locked=
"true"
enable=
"false"
width=
"100"
align=
"center"
<EF:EFColumn
ename=
"processPhoto"
cname=
"处理照片"
locked=
"true"
enable=
"false"
width=
"100"
align=
"center"
sort=
"false"
required=
"true"
/>
<EF:EFColumn
ename=
"checkNo"
cname=
"检查单号"
enable=
"false"
width=
"130"
align=
"center"
/>
<EF:EFComboColumn
ename=
"status"
cname=
"状态"
enable=
"false"
width=
"100"
align=
"center"
>
...
...
src/main/webapp/HP/ZL/HPZL004.js
View file @
6bc3b7b9
...
...
@@ -38,6 +38,19 @@ $(function () {
return
template
;
}
}],
exportGrid
:
{
beforeExport
:
function
(
gridInstance
)
{
return
true
;
},
exportFileName
:
function
(
gridInstance
)
{
// 导出的文件名包含时间戳 yyyy-MM-dd HH:mm:ss
return
"整改通知单_"
+
kendo
.
toString
(
new
Date
(),
IPLAT
.
FORMAT
.
DATE_14_PR
);
},
exportServiceName
:
"HPZL004"
,
exportMethodName
:
"export"
,
exportFileType
:
"xls"
,
// 默认值是xls,可选值为pdf[规划中]
exportBlockId
:
"result"
,
// 默认值和blockId相同,导出的EiInfo中的指定数据块被导出
},
onSuccess
:
function
(
e
)
{
if
(
e
.
eiInfo
.
extAttr
.
methodName
==
'save'
||
e
.
eiInfo
.
extAttr
.
methodName
==
'complete'
)
{
query
();
...
...
src/main/webapp/HP/ZL/HPZL004.jsp
View file @
6bc3b7b9
...
...
@@ -22,12 +22,12 @@
</EF:EFRegion>
<EF:EFRegion
id=
"result"
title=
"明细信息"
>
<EF:EFGrid
blockId=
"result"
autoDraw=
"override"
isFloat=
"true"
checkMode=
"row"
>
<EF:EFGrid
blockId=
"result"
autoDraw=
"override"
isFloat=
"true"
checkMode=
"row"
sort=
"all"
>
<EF:EFColumn
ename=
"id"
cname=
"内码"
hidden=
"true"
/>
<EF:EFColumn
ename=
"checkBy"
cname=
"质检员"
hidden=
"true"
/>
<EF:EFColumn
ename=
"operator"
cname=
"操作"
locked=
"true"
enable=
"false"
width=
"140"
align=
"center"
/>
<EF:EFColumn
ename=
"problemPic"
cname=
"问题照片"
width=
"90"
enable=
"false"
align=
"center"
/>
<EF:EFColumn
ename=
"processPic"
cname=
"处理照片"
width=
"90"
enable=
"false"
align=
"center"
/>
<EF:EFColumn
ename=
"operator"
cname=
"操作"
locked=
"true"
enable=
"false"
width=
"140"
align=
"center"
sort=
"false"
/>
<EF:EFColumn
ename=
"problemPic"
cname=
"问题照片"
width=
"90"
enable=
"false"
align=
"center"
sort=
"false"
/>
<EF:EFColumn
ename=
"processPic"
cname=
"处理照片"
width=
"90"
enable=
"false"
align=
"center"
sort=
"false"
/>
<EF:EFColumn
ename=
"rectifyId"
cname=
"单据ID"
enable=
"false"
width=
"130"
align=
"center"
/>
<EF:EFColumn
ename=
"createdTime"
cname=
"单据日期"
editType=
"date"
dateFormat=
"yyyy-MM-dd"
parseFormats=
"['yyyyMMdd']"
enable=
"false"
width=
"120"
align=
"center"
readOnly=
"true"
/>
...
...
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