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
bfc4a6b4
Commit
bfc4a6b4
authored
Mar 29, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-03-29 HPSC006 导入
parent
58958985
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
ServiceHPSC006.java
.../java/com/baosight/hpjx/hp/sc/service/ServiceHPSC006.java
+2
-0
HPSC006.js
src/main/webapp/HP/SC/HPSC006.js
+2
-1
No files found.
src/main/java/com/baosight/hpjx/hp/sc/service/ServiceHPSC006.java
View file @
bfc4a6b4
...
...
@@ -397,6 +397,7 @@ public class ServiceHPSC006 extends ServiceBase {
String
productionOrderNo
=
(
String
)
params
.
get
(
"productionOrderNo"
);
String
projCode
=
(
String
)
params
.
get
(
"projCode"
);
String
projName
=
(
String
)
params
.
get
(
"projName"
);
String
deliveryDate
=
(
String
)
params
.
get
(
"deliveryDate"
);
// 写入数据
for
(
HPSC006
hpsc006:
dataList
)
{
hpsc006
.
setInventType
(
7
);
...
...
@@ -408,6 +409,7 @@ public class ServiceHPSC006 extends ServiceBase {
hpsc006
.
setProjCode
(
projCode
);
hpsc006
.
setProjName
(
projName
);
hpsc006
.
setProductionOrderNo
(
productionOrderNo
);
hpsc006
.
setDeliveryDate
(
deliveryDate
);
hpsc006
.
setTotalWt
(
totalWt
);
hpsc006
.
setInventCode
(
HPPZTools
.
checkAndSavePZ04
(
hpsc006
.
getInventType
(),
hpsc006
.
getInventName
()));
// 去除日期字符串中的-
...
...
src/main/webapp/HP/SC/HPSC006.js
View file @
bfc4a6b4
...
...
@@ -274,8 +274,9 @@ $(function () {
var
productionOrderNo
=
rows
[
0
].
get
(
'prodOrderNo'
);
var
projCode
=
rows
[
0
].
get
(
'projCode'
);
var
projName
=
rows
[
0
].
get
(
'projName'
);
var
deliveryDate
=
rows
[
0
].
get
(
'deliveryDate'
);
JSColorbox
.
open
({
href
:
"HPSC097?methodName=initLoad&inqu_status-0-id=route_002&inqu_status-0-productionOrderNo="
+
productionOrderNo
+
"&inqu_status-0-projCode="
+
projCode
+
"&inqu_status-0-projName="
+
projName
,
href
:
"HPSC097?methodName=initLoad&inqu_status-0-id=route_002&inqu_status-0-productionOrderNo="
+
productionOrderNo
+
"&inqu_status-0-projCode="
+
projCode
+
"&inqu_status-0-projName="
+
projName
+
"&inqu_status-0-deliveryDate="
+
deliveryDate
,
title
:
"<div style='text-align: center;'>导入</div>"
,
width
:
"70%"
,
height
:
"70%"
,
...
...
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