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
073808df
Commit
073808df
authored
May 24, 2024
by
wuwenlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
派工bugfix
parent
4efefac3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
HGSCTools.java
src/main/java/com/baosight/hggp/hg/sc/tools/HGSCTools.java
+1
-1
HGSC006B.js
src/main/webapp/HG/SC/HGSC006B.js
+8
-0
No files found.
src/main/java/com/baosight/hggp/hg/sc/tools/HGSCTools.java
View file @
073808df
...
@@ -682,7 +682,7 @@ public class HGSCTools {
...
@@ -682,7 +682,7 @@ public class HGSCTools {
public
static
class
THGSC007
{
public
static
class
THGSC007
{
public
static
HGSC007
getById
(
Long
taskId
){
public
static
HGSC007
getById
(
Long
taskId
){
AssertUtils
.
isTrue
(
Objects
.
isNull
(
taskId
)||
taskId
<=
0
,
"生产任务ID不能为空!"
);
AssertUtils
.
isTrue
(
Objects
.
isNull
(
taskId
)||
taskId
<=
0
,
"生产任务ID不能为空!"
);
HGSC007
results
=
(
HGSC007
)
DaoBase
.
getInstance
().
get
(
HGSC00
6A
.
QUERY
,
HGSC007
.
FIELD_id
,
taskId
);
HGSC007
results
=
(
HGSC007
)
DaoBase
.
getInstance
().
get
(
HGSC00
7
.
QUERY
,
HGSC007
.
FIELD_id
,
taskId
);
return
results
;
return
results
;
}
}
/**
/**
...
...
src/main/webapp/HG/SC/HGSC006B.js
View file @
073808df
...
@@ -121,6 +121,14 @@ function query() {
...
@@ -121,6 +121,14 @@ function query() {
}
}
/**
/**
* 页面加载时执行
*/
$
(
window
).
load
(
function
()
{
// 查询
query
();
})
/**
* 保存
* 保存
*/
*/
let
save
=
function
()
{
let
save
=
function
()
{
...
...
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