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
cc1f7198
Commit
cc1f7198
authored
Mar 15, 2024
by
wancheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报屏显示优化
parent
02dab59d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
HPSC098.xml
src/main/java/com/baosight/hpjx/hp/sc/sql/HPSC098.xml
+1
-1
HPSC006.js
src/main/webapp/HP/SC/HPSC006.js
+11
-0
No files found.
src/main/java/com/baosight/hpjx/hp/sc/sql/HPSC098.xml
View file @
cc1f7198
...
...
@@ -10,7 +10,7 @@
FACTORY_CODE AS "factoryCode",
FACTORY_NAME AS "factoryName"
FROM iplat.TXSOG01
WHERE 1 = 1
WHERE 1 = 1
AND IS_DELETED = 0
AND FACTORY_CODE IN (
SELECT ORG_ENAME FROM iplat.TXSOG01
WHERE COMPANY_CODE = #companyCode# AND ORG_TYPE = 'factory'
...
...
src/main/webapp/HP/SC/HPSC006.js
View file @
cc1f7198
...
...
@@ -17,6 +17,17 @@ $(function () {
}
let
flag
=
true
;
$
.
each
(
rows
,
function
(
index
,
item
)
{
let
id
=
item
.
get
(
"id"
);
if
(
isBlank
(
id
))
{
IPLAT
.
alert
({
message
:
"选中的第"
+
(
index
+
1
)
+
"行数据未保存,不能批量派工!"
,
okFn
:
function
(
e
)
{
},
title
:
'错误'
});
flag
=
false
;
return
false
;
}
let
status
=
item
.
get
(
"status"
);
if
(
status
===
"1"
)
{
IPLAT
.
alert
({
...
...
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