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
b69e255d
Commit
b69e255d
authored
Jul 17, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-07-17 修复存货档案工艺详情bug
parent
8e56d455
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
HGPZ005A.xml
src/main/java/com/baosight/hggp/hg/pz/sql/HGPZ005A.xml
+1
-1
HGPZ005A.js
src/main/webapp/HG/PZ/HGPZ005A.js
+4
-4
No files found.
src/main/java/com/baosight/hggp/hg/pz/sql/HGPZ005A.xml
View file @
b69e255d
...
...
@@ -240,7 +240,7 @@
PROCESS_CLASS = #processClass#,
<!-- 工序类别 -->
PARENT_ID = #parentId#,
<!-- 上级ID -->
PROCESS_ORDER = #processOrder#,
CO
MPUTE_TYPE = #computeType
#
CO
ST_WEIGHT = #costWeight
#
WHERE
ID = #id#
</update>
...
...
src/main/webapp/HG/PZ/HGPZ005A.js
View file @
b69e255d
...
...
@@ -117,16 +117,16 @@ let save = function (btnNode) {
flag
=
false
;
return
false
;
}
if
(
isBlank
(
unitCoeff
)){
/*
if(isBlank(unitCoeff)){
message("选中的第"+(index+1)+"行\"单价系数\",不能为空!");
flag = false;
return false;
}
if
(
isBlank
(
processClass
)){
}
*/
/*
if(isBlank(processClass)){
message("选中的第"+(index+1)+"行\"工序类别\",不能为空!");
flag = false;
return false;
}
}
*/
});
if
(
flag
)
{
JSUtils
.
confirm
(
"确定对勾选中的["
+
rows
.
length
+
"]条数据做
\"
保存
\"
操作? "
,
{
...
...
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