Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-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
hg-smart
Commits
d0586e59
Commit
d0586e59
authored
May 21, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-05-21
1、更改存货档案存货类型停用而导致的显示问题 2、更改库存预警配置仓库类型停用何存货类型导致的显示显示问题
parent
5ec86f2a
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
253 additions
and
22 deletions
+253
-22
DdynamicEnum.java
src/main/java/com/baosight/hggp/common/DdynamicEnum.java
+45
-0
ServiceHGPZ005.java
.../java/com/baosight/hggp/hg/pz/service/ServiceHGPZ005.java
+37
-1
ServiceHGPZ007.java
.../java/com/baosight/hggp/hg/pz/service/ServiceHGPZ007.java
+18
-0
ServiceHGPZ010.java
.../java/com/baosight/hggp/hg/pz/service/ServiceHGPZ010.java
+2
-2
HGPZ004.xml
src/main/java/com/baosight/hggp/hg/pz/sql/HGPZ004.xml
+20
-0
HGPZ005.xml
src/main/java/com/baosight/hggp/hg/pz/sql/HGPZ005.xml
+37
-0
HGPZ007.xml
src/main/java/com/baosight/hggp/hg/pz/sql/HGPZ007.xml
+20
-0
HGPZ005.js
src/main/webapp/HG/PZ/HGPZ005.js
+12
-0
HGPZ005.jsp
src/main/webapp/HG/PZ/HGPZ005.jsp
+2
-2
HGPZ010.js
src/main/webapp/HG/PZ/HGPZ010.js
+56
-13
HGPZ010.jsp
src/main/webapp/HG/PZ/HGPZ010.jsp
+2
-2
HGSB002.js
src/main/webapp/HG/SB/HGSB002.js
+2
-2
No files found.
src/main/java/com/baosight/hggp/common/DdynamicEnum.java
View file @
d0586e59
...
@@ -60,6 +60,13 @@ public enum DdynamicEnum {
...
@@ -60,6 +60,13 @@ public enum DdynamicEnum {
/**
/**
* 模块:存货类型
* 模块:存货类型
* 用途:存货类型下拉框 (不默认状态)
* 编写:
*/
INVENT_TYPE_BOX_BLOCK_ID
(
"invent_type_box_block_id"
,
"inventType"
,
"inventTypeName"
,
"status"
,
"HGPZ004.queryInventTypeBox"
),
/**
* 模块:存货类型
* 用途:父级存货类型下拉框
* 用途:父级存货类型下拉框
* 编写:
* 编写:
*/
*/
...
@@ -74,6 +81,13 @@ public enum DdynamicEnum {
...
@@ -74,6 +81,13 @@ public enum DdynamicEnum {
/**
/**
* 模块:存货档案
* 模块:存货档案
* 用途:存货档案下拉框 (不默认状态)
* 编写:
*/
INVENT_RECORD_BOX_BLOCK_ID
(
"invent_record_box_block_id"
,
"inventCode"
,
"inventName"
,
"status"
,
"HGPZ005.queryInventCodeBox"
),
/**
* 模块:存货档案
* 用途:存货档案下拉框,带id名称等信息
* 用途:存货档案下拉框,带id名称等信息
* 编写:
* 编写:
*/
*/
...
@@ -85,6 +99,15 @@ public enum DdynamicEnum {
...
@@ -85,6 +99,15 @@ public enum DdynamicEnum {
*/
*/
INVENT_ALL_BLOCK_ID
(
"invent_all_block_id"
,
"id"
,
"spec"
,
"material"
,
"unit"
,
"length"
,
"width"
,
"thick"
,
INVENT_ALL_BLOCK_ID
(
"invent_all_block_id"
,
"id"
,
"spec"
,
"material"
,
"unit"
,
"length"
,
"width"
,
"thick"
,
"coefficient"
,
"HGPZ005.queryComboBoxAll"
),
"coefficient"
,
"HGPZ005.queryComboBoxAll"
),
/**
* 模块:存货档案(ALL 不默认状态)
* 用途:存货档案下拉框
* 编写:
*/
INVENT_ALL_BOX_BLOCK_ID
(
"invent_all_box_block_id"
,
"id"
,
"spec"
,
"material"
,
"unit"
,
"length"
,
"width"
,
"thick"
,
"coefficient"
,
"status"
,
"HGPZ005.queryInventBoxAll"
),
/**
/**
* 模块:规格
* 模块:规格
* 用途:存货档案下拉框
* 用途:存货档案下拉框
...
@@ -115,6 +138,13 @@ public enum DdynamicEnum {
...
@@ -115,6 +138,13 @@ public enum DdynamicEnum {
WH_RECORD_BLOCK_ID
(
"wh_record_block_id"
,
"whCode"
,
"whName"
,
"HGPZ007.queryComboBox"
),
WH_RECORD_BLOCK_ID
(
"wh_record_block_id"
,
"whCode"
,
"whName"
,
"HGPZ007.queryComboBox"
),
/**
/**
* 模块:仓库档案
* 用途:仓库档案下拉框 不默认状态
* 编写:
*/
WH_CODE_BLOCK_ID
(
"wh_code_block_id"
,
"whCode"
,
"whName"
,
"status"
,
"HGPZ007.queryWhCodeBox"
),
/**
* 模块:厂区管理
* 模块:厂区管理
* 用途:厂区管理下拉框
* 用途:厂区管理下拉框
* 编写:songx
* 编写:songx
...
@@ -374,6 +404,21 @@ public enum DdynamicEnum {
...
@@ -374,6 +404,21 @@ public enum DdynamicEnum {
}
}
DdynamicEnum
(
String
blockId
,
String
value
,
String
text
,
String
param1
,
String
param2
,
String
param3
,
String
param4
,
DdynamicEnum
(
String
blockId
,
String
value
,
String
text
,
String
param1
,
String
param2
,
String
param3
,
String
param4
,
String
param5
,
String
param6
,
String
param7
,
String
dbSource
)
{
this
.
blockId
=
blockId
;
this
.
value
=
value
;
this
.
text
=
text
;
this
.
param1
=
param1
;
this
.
param2
=
param2
;
this
.
param3
=
param3
;
this
.
param4
=
param4
;
this
.
param5
=
param5
;
this
.
param6
=
param6
;
this
.
param7
=
param7
;
this
.
dbSource
=
dbSource
;
}
DdynamicEnum
(
String
blockId
,
String
value
,
String
text
,
String
param1
,
String
param2
,
String
param3
,
String
param4
,
String
param5
,
String
param6
,
String
param7
,
String
param8
,
String
param9
,
String
dbSource
)
{
String
param5
,
String
param6
,
String
param7
,
String
param8
,
String
param9
,
String
dbSource
)
{
this
.
blockId
=
blockId
;
this
.
blockId
=
blockId
;
this
.
value
=
value
;
this
.
value
=
value
;
...
...
src/main/java/com/baosight/hggp/hg/pz/service/ServiceHGPZ005.java
View file @
d0586e59
...
@@ -48,7 +48,7 @@ public class ServiceHGPZ005 extends ServiceBase {
...
@@ -48,7 +48,7 @@ public class ServiceHGPZ005 extends ServiceBase {
@OperationLogAnnotation
(
operModul
=
"存货档案"
,
operType
=
"查询"
,
operDesc
=
"初始化"
)
@OperationLogAnnotation
(
operModul
=
"存货档案"
,
operType
=
"查询"
,
operDesc
=
"初始化"
)
public
EiInfo
initLoad
(
EiInfo
inInfo
)
{
public
EiInfo
initLoad
(
EiInfo
inInfo
)
{
try
{
try
{
CommonMethod
.
initBlock
(
inInfo
,
Arrays
.
asList
(
DdynamicEnum
.
INVENT_TYPE_BLOCK_ID
),
null
,
false
);
CommonMethod
.
initBlock
(
inInfo
,
Arrays
.
asList
(
DdynamicEnum
.
INVENT_TYPE_B
OX_B
LOCK_ID
),
null
,
false
);
inInfo
.
addBlock
(
EiConstant
.
resultBlock
).
addBlockMeta
(
new
HGPZ005
().
eiMetadata
);
inInfo
.
addBlock
(
EiConstant
.
resultBlock
).
addBlockMeta
(
new
HGPZ005
().
eiMetadata
);
}
catch
(
PlatException
e
)
{
}
catch
(
PlatException
e
)
{
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"初始化失败"
);
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"初始化失败"
);
...
@@ -248,6 +248,24 @@ public class ServiceHGPZ005 extends ServiceBase {
...
@@ -248,6 +248,24 @@ public class ServiceHGPZ005 extends ServiceBase {
}
}
/**
/**
* 下拉框 (不默认状态)
*
* @param inInfo
* @return
*/
@OperationLogAnnotation
(
operModul
=
"存货档案"
,
operType
=
"查询"
,
operDesc
=
"下拉框(不默认状态)"
)
public
EiInfo
queryInventCodeBox
(
EiInfo
inInfo
)
{
try
{
List
<
DdynamicEnum
>
list
=
new
ArrayList
<>();
list
.
add
(
DdynamicEnum
.
INVENT_RECORD_BOX_BLOCK_ID
);
CommonMethod
.
initBlock
(
inInfo
,
list
,
EiInfoUtils
.
getFirstRow
(
inInfo
),
false
);
}
catch
(
Exception
e
)
{
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"查询规格失败"
);
}
return
inInfo
;
}
/**
* 下拉框
* 下拉框
*
*
* @param inInfo
* @param inInfo
...
@@ -265,6 +283,24 @@ public class ServiceHGPZ005 extends ServiceBase {
...
@@ -265,6 +283,24 @@ public class ServiceHGPZ005 extends ServiceBase {
return
inInfo
;
return
inInfo
;
}
}
/**
* 下拉框
*
* @param inInfo
* @return
*/
@OperationLogAnnotation
(
operModul
=
"存货档案"
,
operType
=
"查询"
,
operDesc
=
"下拉框(不默认状态)"
)
public
EiInfo
queryInventBoxAll
(
EiInfo
inInfo
)
{
try
{
List
<
DdynamicEnum
>
list
=
new
ArrayList
<>();
list
.
add
(
DdynamicEnum
.
INVENT_ALL_BOX_BLOCK_ID
);
CommonMethod
.
initBlock
(
inInfo
,
list
,
EiInfoUtils
.
getFirstRow
(
inInfo
),
false
);
}
catch
(
Exception
e
)
{
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"查询规格失败"
);
}
return
inInfo
;
}
@OperationLogAnnotation
(
operModul
=
"存货档案"
,
operType
=
"导入"
,
operDesc
=
"导入操作"
)
@OperationLogAnnotation
(
operModul
=
"存货档案"
,
operType
=
"导入"
,
operDesc
=
"导入操作"
)
public
EiInfo
importDate
(
EiInfo
inInfo
)
{
public
EiInfo
importDate
(
EiInfo
inInfo
)
{
try
{
try
{
...
...
src/main/java/com/baosight/hggp/hg/pz/service/ServiceHGPZ007.java
View file @
d0586e59
...
@@ -230,4 +230,22 @@ public class ServiceHGPZ007 extends ServiceBase {
...
@@ -230,4 +230,22 @@ public class ServiceHGPZ007 extends ServiceBase {
return
inInfo
;
return
inInfo
;
}
}
/**
* 下拉框
*
* @param inInfo
* @return
*/
@OperationLogAnnotation
(
operModul
=
"仓库档案"
,
operType
=
"查询"
,
operDesc
=
"下拉框不默认状态"
)
public
EiInfo
queryWhCodeBox
(
EiInfo
inInfo
)
{
try
{
List
<
DdynamicEnum
>
list
=
new
ArrayList
<>();
list
.
add
(
DdynamicEnum
.
WH_CODE_BLOCK_ID
);
CommonMethod
.
initBlock
(
inInfo
,
list
,
EiInfoUtils
.
getFirstRow
(
inInfo
),
false
);
}
catch
(
Exception
e
)
{
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"查询规格失败"
);
}
return
inInfo
;
}
}
}
src/main/java/com/baosight/hggp/hg/pz/service/ServiceHGPZ010.java
View file @
d0586e59
...
@@ -45,8 +45,8 @@ public class ServiceHGPZ010 extends ServiceBase {
...
@@ -45,8 +45,8 @@ public class ServiceHGPZ010 extends ServiceBase {
public
EiInfo
initLoad
(
EiInfo
inInfo
)
{
public
EiInfo
initLoad
(
EiInfo
inInfo
)
{
try
{
try
{
CommonMethod
.
initBlock
(
inInfo
,
Arrays
.
asList
(
DdynamicEnum
.
WH_TYPE_BLOCK_ID
),
null
,
false
);
CommonMethod
.
initBlock
(
inInfo
,
Arrays
.
asList
(
DdynamicEnum
.
WH_TYPE_BLOCK_ID
),
null
,
false
);
CommonMethod
.
initBlock
(
inInfo
,
Arrays
.
asList
(
DdynamicEnum
.
WH_
RECORD
_BLOCK_ID
),
null
,
false
);
CommonMethod
.
initBlock
(
inInfo
,
Arrays
.
asList
(
DdynamicEnum
.
WH_
CODE
_BLOCK_ID
),
null
,
false
);
CommonMethod
.
initBlock
(
inInfo
,
Arrays
.
asList
(
DdynamicEnum
.
INVENT_TYPE_BLOCK_ID
),
null
,
false
);
CommonMethod
.
initBlock
(
inInfo
,
Arrays
.
asList
(
DdynamicEnum
.
INVENT_TYPE_B
OX_B
LOCK_ID
),
null
,
false
);
inInfo
.
addBlock
(
EiConstant
.
resultBlock
).
addBlockMeta
(
new
HGPZ010
().
eiMetadata
);
inInfo
.
addBlock
(
EiConstant
.
resultBlock
).
addBlockMeta
(
new
HGPZ010
().
eiMetadata
);
}
catch
(
PlatException
e
)
{
}
catch
(
PlatException
e
)
{
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"初始化失败"
);
LogUtils
.
setDetailMsg
(
inInfo
,
e
,
"初始化失败"
);
...
...
src/main/java/com/baosight/hggp/hg/pz/sql/HGPZ004.xml
View file @
d0586e59
...
@@ -221,6 +221,26 @@
...
@@ -221,6 +221,26 @@
ID = #id#
ID = #id#
</update>
</update>
<select
id=
"queryInventTypeBox"
parameterClass=
"java.util.HashMap"
resultClass=
"java.util.HashMap"
>
SELECT DISTINCT
INVENT_TYPE as "inventType",
INVENT_TYPE_NAME as "inventTypeName",
STATUS AS "status"
FROM ${hggpSchema}.HGPZ004
WHERE DELETE_FLAG = 0
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
ACCOUNT_CODE = #accountCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"inventType"
>
INVENT_TYPE = #inventType#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"status"
>
STATUS = #status#
</isNotEmpty>
ORDER BY INVENT_TYPE
</select>
<select
id=
"queryComboBox"
parameterClass=
"java.util.HashMap"
<select
id=
"queryComboBox"
parameterClass=
"java.util.HashMap"
resultClass=
"java.util.HashMap"
>
resultClass=
"java.util.HashMap"
>
SELECT DISTINCT
SELECT DISTINCT
...
...
src/main/java/com/baosight/hggp/hg/pz/sql/HGPZ005.xml
View file @
d0586e59
...
@@ -318,6 +318,26 @@
...
@@ -318,6 +318,26 @@
ORDER BY INVENT_CODE
ORDER BY INVENT_CODE
</select>
</select>
<select
id=
"queryInventCodeBox"
parameterClass=
"java.util.HashMap"
resultClass=
"java.util.HashMap"
>
SELECT DISTINCT
INVENT_CODE as "inventCode",
INVENT_NAME as "inventName",
STATUS as "status"
FROM ${hggpSchema}.HGPZ005
WHERE DELETE_FLAG = 0
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
ACCOUNT_CODE = #accountCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"inventType"
>
INVENT_TYPE = #inventType#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"status"
>
STATUS = #status#
</isNotEmpty>
ORDER BY INVENT_CODE
</select>
<select
id=
"queryProductComboBox"
parameterClass=
"java.util.HashMap"
<select
id=
"queryProductComboBox"
parameterClass=
"java.util.HashMap"
resultClass=
"java.util.HashMap"
>
resultClass=
"java.util.HashMap"
>
SELECT DISTINCT
SELECT DISTINCT
...
@@ -359,6 +379,23 @@
...
@@ -359,6 +379,23 @@
<include
refid=
"condition"
/>
<include
refid=
"condition"
/>
ORDER BY ID
ORDER BY ID
</select>
</select>
<!---->
<select
id=
"queryInventBoxAll"
parameterClass=
"java.util.HashMap"
resultClass=
"java.util.HashMap"
>
SELECT DISTINCT
ID AS "id",
(CASE WHEN SPEC = '' THEN '无规格' ELSE SPEC END) AS "spec",
LENGTH AS "length" ,
<!-- 长 -->
WIDTH AS "width" ,
<!-- 宽 -->
THICK AS "thick" ,
<!-- 厚 -->
COEFFICIENT AS "coefficient" ,
<!-- 系数 -->
MATERIAL AS "material" ,
<!-- 材质 -->
UNIT AS "unit",
<!-- 单位 -->
STATUS AS "status"
FROM ${hggpSchema}.HGPZ005
WHERE DELETE_FLAG = 0
<include
refid=
"condition"
/>
ORDER BY ID
</select>
<!-- 规格下拉框(无ID) -->
<!-- 规格下拉框(无ID) -->
<select
id=
"queryComboBoxSpecName"
parameterClass=
"java.util.HashMap"
resultClass=
"java.util.HashMap"
>
<select
id=
"queryComboBoxSpecName"
parameterClass=
"java.util.HashMap"
resultClass=
"java.util.HashMap"
>
...
...
src/main/java/com/baosight/hggp/hg/pz/sql/HGPZ007.xml
View file @
d0586e59
...
@@ -238,4 +238,24 @@
...
@@ -238,4 +238,24 @@
ORDER BY WH_CODE
ORDER BY WH_CODE
</select>
</select>
<select
id=
"queryWhCodeBox"
parameterClass=
"java.util.HashMap"
resultClass=
"java.util.HashMap"
>
SELECT DISTINCT
WH_CODE as "whCode",
WH_NAME as "whName",
STATUS as "status"
FROM ${hggpSchema}.HGPZ007
WHERE DELETE_FLAG = 0
<isNotEmpty
prepend=
" AND "
property=
"status"
>
STATUS = #status#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
ACCOUNT_CODE = #accountCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"whType"
>
WH_TYPE = #whType#
</isNotEmpty>
ORDER BY WH_CODE
</select>
</sqlMap>
</sqlMap>
src/main/webapp/HG/PZ/HGPZ005.js
View file @
d0586e59
$
(
function
()
{
$
(
function
()
{
var
inventTypeBox
=
__eiInfo
.
getBlock
(
"invent_type_box_block_id"
).
getMappedRows
();
// 查询
// 查询
$
(
"#QUERY"
).
on
(
"click"
,
query
);
$
(
"#QUERY"
).
on
(
"click"
,
query
);
...
@@ -25,6 +27,16 @@ $(function() {
...
@@ -25,6 +27,16 @@ $(function() {
return
template
;
return
template
;
}
}
},
{
},
{
field
:
"inventType"
,
filter
:
function
(
options
)
{
return
_
.
filter
(
inventTypeBox
,
function
(
item
)
{
return
item
[
"param1Field"
]
==
"true"
;
})
},
editor
:
function
(
container
,
options
)
{
this
.
filter
(
options
);
}
},
{
field
:
"spec"
,
field
:
"spec"
,
template
:
function
(
options
)
{
template
:
function
(
options
)
{
return
$
.
trim
(
options
.
spec
)
==
""
?
"无规格"
:
options
.
spec
;
return
$
.
trim
(
options
.
spec
)
==
""
?
"无规格"
:
options
.
spec
;
...
...
src/main/webapp/HG/PZ/HGPZ005.jsp
View file @
d0586e59
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<EF:EFSelect
cname=
"存货类型"
ename=
"inqu_status-0-inventType"
colWidth=
"3"
filter=
"contains"
>
<EF:EFSelect
cname=
"存货类型"
ename=
"inqu_status-0-inventType"
colWidth=
"3"
filter=
"contains"
>
<EF:EFOption
label=
"全部"
value=
""
/>
<EF:EFOption
label=
"全部"
value=
""
/>
<EF:EFOptions
blockId=
"invent_type_block_id"
textField=
"textField"
valueField=
"valueField"
/>
<EF:EFOptions
blockId=
"invent_type_b
ox_b
lock_id"
textField=
"textField"
valueField=
"valueField"
/>
</EF:EFSelect>
</EF:EFSelect>
<EF:EFInput
cname=
"存货名称"
ename=
"inventName"
blockId=
"inqu_status"
row=
"0"
colWidth=
"3"
/>
<EF:EFInput
cname=
"存货名称"
ename=
"inventName"
blockId=
"inqu_status"
row=
"0"
colWidth=
"3"
/>
<EF:EFSelect
blockId=
"inqu_status"
row=
"0"
ename=
"status"
cname=
"状态"
colWidth=
"3"
filter=
"contains"
>
<EF:EFSelect
blockId=
"inqu_status"
row=
"0"
ename=
"status"
cname=
"状态"
colWidth=
"3"
filter=
"contains"
>
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<EF:EFColumn
ename=
"operator"
cname=
"操作"
locked=
"true"
enable=
"false"
width=
"160"
align=
"center"
/>
<EF:EFColumn
ename=
"operator"
cname=
"操作"
locked=
"true"
enable=
"false"
width=
"160"
align=
"center"
/>
<EF:EFColumn
cname=
"存货编码"
ename=
"inventCode"
width=
"140"
align=
"center"
enable=
"false"
/>
<EF:EFColumn
cname=
"存货编码"
ename=
"inventCode"
width=
"140"
align=
"center"
enable=
"false"
/>
<EF:EFComboColumn
ename=
"inventType"
cname=
"存货类型"
width=
"120"
align=
"center"
required=
"true"
<EF:EFComboColumn
ename=
"inventType"
cname=
"存货类型"
width=
"120"
align=
"center"
required=
"true"
blockName=
"invent_type_block_id"
textField=
"textField"
valueField=
"valueField"
blockName=
"invent_type_b
ox_b
lock_id"
textField=
"textField"
valueField=
"valueField"
columnTemplate=
"#=textField#"
itemTemplate=
"#=textField#"
readonly=
"false"
columnTemplate=
"#=textField#"
itemTemplate=
"#=textField#"
readonly=
"false"
filter=
"contains"
>
filter=
"contains"
>
</EF:EFComboColumn>
</EF:EFComboColumn>
...
...
src/main/webapp/HG/PZ/HGPZ010.js
View file @
d0586e59
...
@@ -3,6 +3,9 @@ let WhNameGlobalData = [];
...
@@ -3,6 +3,9 @@ let WhNameGlobalData = [];
let
inventAllGlobalData
=
[];
let
inventAllGlobalData
=
[];
$
(
function
()
{
$
(
function
()
{
var
whTypeBox
=
__eiInfo
.
getBlock
(
"wh_type_block_id"
).
getMappedRows
();
var
inventTypeBox
=
__eiInfo
.
getBlock
(
"invent_type_box_block_id"
).
getMappedRows
();
// 查询
// 查询
$
(
"#QUERY"
).
on
(
"click"
,
query
);
$
(
"#QUERY"
).
on
(
"click"
,
query
);
...
@@ -11,8 +14,24 @@ $(function() {
...
@@ -11,8 +14,24 @@ $(function() {
pageSize
:
20
,
pageSize
:
20
,
pageSizes
:
[
10
,
20
,
30
,
50
,
100
,
200
]
pageSizes
:
[
10
,
20
,
30
,
50
,
100
,
200
]
},
},
columns
:
[{
columns
:
[
{
field
:
"whType"
,
filter
:
function
(
options
)
{
return
_
.
filter
(
whTypeBox
,
function
(
item
)
{
return
item
[
"param1Field"
]
==
"true"
;
})
},
editor
:
function
(
container
,
options
)
{
this
.
filter
(
options
);
}
},
{
field
:
"whCode"
,
field
:
"whCode"
,
filter
:
function
(
options
)
{
return
_
.
filter
(
WhNameGlobalData
,
function
(
item
)
{
return
item
[
"param1Field"
]
==
"true"
;
})
},
template
:
function
(
dataItem
)
{
template
:
function
(
dataItem
)
{
for
(
let
i
=
0
;
i
<
WhNameGlobalData
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
WhNameGlobalData
.
length
;
i
++
)
{
if
(
WhNameGlobalData
[
i
][
'valueField'
]
===
dataItem
[
'whCode'
])
{
if
(
WhNameGlobalData
[
i
][
'valueField'
]
===
dataItem
[
'whCode'
])
{
...
@@ -26,13 +45,28 @@ $(function() {
...
@@ -26,13 +45,28 @@ $(function() {
inInfo
.
set
(
"inqu_status-0-whType"
,
options
.
model
[
"whType"
]);
inInfo
.
set
(
"inqu_status-0-whType"
,
options
.
model
[
"whType"
]);
inInfo
.
set
(
"inqu_status-0-isSplicingSymbol"
,
false
);
inInfo
.
set
(
"inqu_status-0-isSplicingSymbol"
,
false
);
inInfo
.
set
(
"serviceName"
,
"HGPZ007"
);
inInfo
.
set
(
"serviceName"
,
"HGPZ007"
);
inInfo
.
set
(
"methodName"
,
"queryCombo
Box"
);
inInfo
.
set
(
"methodName"
,
"queryWhCode
Box"
);
inInfo
.
set
(
"blockId"
,
"wh_record
_block_id"
);
inInfo
.
set
(
"blockId"
,
"wh_code
_block_id"
);
inInfo
.
set
(
"field"
,
options
.
field
);
inInfo
.
set
(
"field"
,
options
.
field
);
refreshSelect
(
container
,
inInfo
);
refreshSelect
(
container
,
inInfo
);
}
}
},{
},{
field
:
"inventType"
,
filter
:
function
(
options
)
{
return
_
.
filter
(
inventTypeBox
,
function
(
item
)
{
return
item
[
"param1Field"
]
==
"true"
;
})
},
editor
:
function
(
container
,
options
)
{
this
.
filter
(
options
);
}
},{
field
:
"inventCode"
,
field
:
"inventCode"
,
filter
:
function
(
options
)
{
return
_
.
filter
(
InventNameGlobalData
,
function
(
item
)
{
return
item
[
"param1Field"
]
==
"true"
;
})
},
template
:
function
(
dataItem
)
{
template
:
function
(
dataItem
)
{
for
(
let
i
=
0
;
i
<
InventNameGlobalData
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
InventNameGlobalData
.
length
;
i
++
)
{
if
(
InventNameGlobalData
[
i
][
'valueField'
]
===
dataItem
[
'inventCode'
])
{
if
(
InventNameGlobalData
[
i
][
'valueField'
]
===
dataItem
[
'inventCode'
])
{
...
@@ -53,6 +87,11 @@ $(function() {
...
@@ -53,6 +87,11 @@ $(function() {
}
}
},{
},{
field
:
"inventRecordId"
,
field
:
"inventRecordId"
,
filter
:
function
(
options
)
{
return
_
.
filter
(
inventAllGlobalData
,
function
(
item
)
{
return
item
[
"param7Field"
]
==
"true"
;
})
},
template
:
function
(
dataItem
)
{
template
:
function
(
dataItem
)
{
for
(
let
i
=
0
;
i
<
inventAllGlobalData
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
inventAllGlobalData
.
length
;
i
++
)
{
if
(
inventAllGlobalData
[
i
][
'valueField'
]
===
dataItem
[
'inventRecordId'
])
{
if
(
inventAllGlobalData
[
i
][
'valueField'
]
===
dataItem
[
'inventRecordId'
])
{
...
@@ -65,8 +104,8 @@ $(function() {
...
@@ -65,8 +104,8 @@ $(function() {
let
inInfo
=
new
EiInfo
();
let
inInfo
=
new
EiInfo
();
inInfo
.
set
(
"inqu_status-0-inventCode"
,
options
.
model
[
"inventCode"
]);
inInfo
.
set
(
"inqu_status-0-inventCode"
,
options
.
model
[
"inventCode"
]);
inInfo
.
set
(
"serviceName"
,
"HGPZ005"
);
inInfo
.
set
(
"serviceName"
,
"HGPZ005"
);
inInfo
.
set
(
"methodName"
,
"queryCombo
BoxAll"
);
inInfo
.
set
(
"methodName"
,
"queryInvent
BoxAll"
);
inInfo
.
set
(
"blockId"
,
"invent_all
_block_id"
);
inInfo
.
set
(
"blockId"
,
"invent_all_box
_block_id"
);
inInfo
.
set
(
"field"
,
options
.
field
);
inInfo
.
set
(
"field"
,
options
.
field
);
refreshSelect
(
container
,
inInfo
);
refreshSelect
(
container
,
inInfo
);
}
}
...
@@ -100,11 +139,15 @@ $(function() {
...
@@ -100,11 +139,15 @@ $(function() {
template
:
function
(
options
)
{
template
:
function
(
options
)
{
return
showUserName
(
options
.
updatedBy
,
options
.
updatedName
);
return
showUserName
(
options
.
updatedBy
,
options
.
updatedName
);
}
}
}],
}
],
loadComplete
:
function
(
grid
)
{
loadComplete
:
function
(
grid
)
{
// 此grid对象
// 此grid对象
grid
.
dataSource
.
bind
(
"change"
,
function
(
e
)
{
grid
.
dataSource
.
bind
(
"change"
,
function
(
e
)
{
if
(
e
.
field
==
"inventRecordId"
)
{
if
(
e
.
field
===
"inventCode"
){
loadChange
(
grid
,
e
,
"inventRecordId"
);
}
else
if
(
e
.
field
==
"inventRecordId"
)
{
var
tr
,
index
;
var
tr
,
index
;
// 获取此model元素信息
// 获取此model元素信息
var
item
=
e
.
items
[
0
];
var
item
=
e
.
items
[
0
];
...
@@ -160,9 +203,9 @@ let query = function () {
...
@@ -160,9 +203,9 @@ let query = function () {
*/
*/
let
initWh
=
function
()
{
let
initWh
=
function
()
{
let
inInfo
=
new
EiInfo
();
let
inInfo
=
new
EiInfo
();
EiCommunicator
.
send
(
"HGPZ007"
,
"query
Combo
Box"
,
inInfo
,
{
EiCommunicator
.
send
(
"HGPZ007"
,
"query
WhCode
Box"
,
inInfo
,
{
onSuccess
:
function
(
ei
)
{
onSuccess
:
function
(
ei
)
{
WhNameGlobalData
=
ei
.
getBlock
(
"wh_
record
_block_id"
).
getMappedRows
();
WhNameGlobalData
=
ei
.
getBlock
(
"wh_
code
_block_id"
).
getMappedRows
();
},
},
onFail
:
function
(
ei
)
{
onFail
:
function
(
ei
)
{
}
}
...
@@ -174,9 +217,9 @@ let initWh = function () {
...
@@ -174,9 +217,9 @@ let initWh = function () {
*/
*/
let
initInvent
=
function
()
{
let
initInvent
=
function
()
{
let
inInfo
=
new
EiInfo
();
let
inInfo
=
new
EiInfo
();
EiCommunicator
.
send
(
"HGPZ005"
,
"query
Combo
Box"
,
inInfo
,
{
EiCommunicator
.
send
(
"HGPZ005"
,
"query
InventCode
Box"
,
inInfo
,
{
onSuccess
:
function
(
ei
)
{
onSuccess
:
function
(
ei
)
{
InventNameGlobalData
=
ei
.
getBlock
(
"invent_record_block_id"
).
getMappedRows
();
InventNameGlobalData
=
ei
.
getBlock
(
"invent_record_b
ox_b
lock_id"
).
getMappedRows
();
},
},
onFail
:
function
(
ei
)
{
onFail
:
function
(
ei
)
{
}
}
...
@@ -190,9 +233,9 @@ let initSpec = function () {
...
@@ -190,9 +233,9 @@ let initSpec = function () {
let
inInfo
=
new
EiInfo
();
let
inInfo
=
new
EiInfo
();
inInfo
.
set
(
"inqu_status-0-inventTypes"
,
[
1
,
2
]);
inInfo
.
set
(
"inqu_status-0-inventTypes"
,
[
1
,
2
]);
inInfo
.
set
(
"inqu_status-0-isSplicingSymbol"
,
false
);
inInfo
.
set
(
"inqu_status-0-isSplicingSymbol"
,
false
);
EiCommunicator
.
send
(
"HGPZ005"
,
"query
Combo
BoxAll"
,
inInfo
,
{
EiCommunicator
.
send
(
"HGPZ005"
,
"query
Invent
BoxAll"
,
inInfo
,
{
onSuccess
:
function
(
ei
)
{
onSuccess
:
function
(
ei
)
{
inventAllGlobalData
=
ei
.
getBlock
(
"invent_all_block_id"
).
getMappedRows
();
inventAllGlobalData
=
ei
.
getBlock
(
"invent_all_b
ox_b
lock_id"
).
getMappedRows
();
},
},
onFail
:
function
(
ei
)
{
onFail
:
function
(
ei
)
{
}
}
...
...
src/main/webapp/HG/PZ/HGPZ010.jsp
View file @
d0586e59
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<EF:EFSelect
cname=
"仓库名称"
blockId=
"inqu_status"
ename=
"whCode"
row=
"0"
colWidth=
"3"
filter=
"contains"
<EF:EFSelect
cname=
"仓库名称"
blockId=
"inqu_status"
ename=
"whCode"
row=
"0"
colWidth=
"3"
filter=
"contains"
defultValue=
""
>
defultValue=
""
>
<EF:EFOption
label=
"全部"
value=
""
/>
<EF:EFOption
label=
"全部"
value=
""
/>
<EF:EFOptions
blockId=
"wh_
record
_block_id"
textField=
"textField"
valueField=
"valueField"
/>
<EF:EFOptions
blockId=
"wh_
code
_block_id"
textField=
"textField"
valueField=
"valueField"
/>
</EF:EFSelect>
</EF:EFSelect>
<EF:EFSelect
cname=
"仓库类型"
blockId=
"inqu_status"
ename=
"whType"
row=
"0"
colWidth=
"3"
filter=
"contains"
<EF:EFSelect
cname=
"仓库类型"
blockId=
"inqu_status"
ename=
"whType"
row=
"0"
colWidth=
"3"
filter=
"contains"
defultValue=
""
>
defultValue=
""
>
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
</EF:EFComboColumn>
</EF:EFComboColumn>
<EF:EFColumn
ename=
"whCode"
cname=
"仓库名称"
width=
"120"
align=
"center"
required=
"true"
readonly=
"true"
/>
<EF:EFColumn
ename=
"whCode"
cname=
"仓库名称"
width=
"120"
align=
"center"
required=
"true"
readonly=
"true"
/>
<EF:EFComboColumn
ename=
"inventType"
cname=
"存货类型"
width=
"120"
align=
"center"
required=
"true"
<EF:EFComboColumn
ename=
"inventType"
cname=
"存货类型"
width=
"120"
align=
"center"
required=
"true"
blockName=
"invent_type_block_id"
textField=
"textField"
valueField=
"valueField"
blockName=
"invent_type_b
ox_b
lock_id"
textField=
"textField"
valueField=
"valueField"
columnTemplate=
"#=textField#"
itemTemplate=
"#=textField#"
readonly=
"false"
columnTemplate=
"#=textField#"
itemTemplate=
"#=textField#"
readonly=
"false"
filter=
"contains"
>
filter=
"contains"
>
</EF:EFComboColumn>
</EF:EFComboColumn>
...
...
src/main/webapp/HG/SB/HGSB002.js
View file @
d0586e59
...
@@ -46,8 +46,8 @@ $(function () {
...
@@ -46,8 +46,8 @@ $(function () {
if
(
auditStatus
==
0
)
{
if
(
auditStatus
==
0
)
{
template
+=
'<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" '
+
template
+=
'<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" '
+
'onclick="updateStatus('
+
item
.
id
+
',1)" >审批完成</a>'
;
'onclick="updateStatus('
+
item
.
id
+
',1)" >审批完成</a>'
;
template
+=
'<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" '
+
/*
template += '<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" ' +
'onclick="updateStatus('
+
item
.
id
+
',-1)" >审批未通过</a>'
;
'onclick="updateStatus(' + item.id + ',-1)" >审批未通过</a>';
*/
}
else
if
(
auditStatus
==
-
1
)
{
}
else
if
(
auditStatus
==
-
1
)
{
template
+=
'<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" '
+
template
+=
'<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" '
+
'onclick="updateStatus('
+
item
.
id
+
',1)" >审批完成</a>'
;
'onclick="updateStatus('
+
item
.
id
+
',1)" >审批完成</a>'
;
...
...
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