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
141a572a
Commit
141a572a
authored
Mar 08, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
ssh://10.70.33.7:32359/smart/hp-smart
into dev
parents
6865672c
46955641
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
1 deletions
+43
-1
HPSC003C.java
src/main/java/com/baosight/hpjx/hp/sc/domain/HPSC003C.java
+34
-0
HPSC003.js
src/main/webapp/HP/SC/HPSC003.js
+1
-1
HPSC003B.js
src/main/webapp/HP/SC/HPSC003B.js
+3
-0
HPSC003B.jsp
src/main/webapp/HP/SC/HPSC003B.jsp
+5
-0
No files found.
src/main/java/com/baosight/hpjx/hp/sc/domain/HPSC003C.java
0 → 100644
View file @
141a572a
package
com
.
baosight
.
hpjx
.
hp
.
sc
.
domain
;
import
com.baosight.iplat4j.core.data.DaoEPBase
;
import
com.baosight.iplat4j.core.ei.EiColumn
;
import
com.baosight.iplat4j.core.util.NumberUtils
;
import
com.baosight.iplat4j.core.util.StringUtils
;
import
java.io.Serializable
;
import
java.math.BigDecimal
;
import
java.util.HashMap
;
import
java.util.Map
;
public
class
HPSC003C
implements
Serializable
{
private
String
orgId
;
private
BigDecimal
untotalWt
;
public
String
getOrgId
()
{
return
orgId
;
}
public
void
setOrgId
(
String
orgId
)
{
this
.
orgId
=
orgId
;
}
public
BigDecimal
getUntotalWt
()
{
return
untotalWt
;
}
public
void
setUntotalWt
(
BigDecimal
untotalWt
)
{
this
.
untotalWt
=
untotalWt
;
}
}
src/main/webapp/HP/SC/HPSC003.js
View file @
141a572a
...
...
@@ -228,7 +228,7 @@ let autoProductionschedul = function (planInfoNo) {
href
:
"HPSC003A?methodName=initLoad&inqu_status-0-planInfoNo="
+
planInfoNo
,
title
:
"<div style='text-align: center;'>自动排产</div>"
,
width
:
"30%"
,
height
:
"
4
0%"
,
height
:
"
8
0%"
,
callbackName
:
autoProductionschedulCallback
});
}
...
...
src/main/webapp/HP/SC/HPSC003B.js
View file @
141a572a
...
...
@@ -2,6 +2,9 @@ $(function () {
IPLATUI
.
EFGrid
=
{
"result"
:
{
toolbarConfig
:
{
hidden
:
true
,
// true时,不显示功能按钮,但保留setting导出按钮
},
pageable
:
{
pageSize
:
15
,
pageSizes
:
[
15
,
50
,
70
,
100
],
...
...
src/main/webapp/HP/SC/HPSC003B.jsp
View file @
141a572a
...
...
@@ -28,4 +28,9 @@
<EF:EFColumn
ename=
"operator"
cname=
"操作"
locked=
"true"
enable=
"false"
width=
"80"
align=
"center"
/>
</EF:EFGrid>
</EF:EFRegion>
<span
style=
'color: red;font-size: 13px;'
>
注:只会对未分派的订单进行自动排产!
</span>
<div
class=
"row"
>
<EF:EFButton
ename=
"cancel"
cname=
"取消"
type=
"button"
class=
"btn-align-right"
/>
<EF:EFButton
ename=
"confirm"
cname=
"确认"
type=
"button"
class=
"btn-align-right"
/>
</div>
</EF:EFPage>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment