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
89fe80cd
Commit
89fe80cd
authored
Apr 24, 2024
by
yukang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUGFIX
parent
64609263
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
HPKC013.java
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC013.java
+5
-5
HPKC013.js
src/main/webapp/HP/KC/HPKC013.js
+2
-2
HPKC013.jsp
src/main/webapp/HP/KC/HPKC013.jsp
+1
-1
No files found.
src/main/java/com/baosight/hpjx/hp/kc/domain/HPKC013.java
View file @
89fe80cd
...
@@ -96,11 +96,11 @@ public class HPKC013 extends DaoEPBase {
...
@@ -96,11 +96,11 @@ public class HPKC013 extends DaoEPBase {
public
static
final
String
COL_FACTORY_CODE
=
"FACTORY_CODE"
;
/* 厂区编码*/
public
static
final
String
COL_FACTORY_CODE
=
"FACTORY_CODE"
;
/* 厂区编码*/
public
static
final
String
COL_FACTORY_NAME
=
"FACTORY_NAME"
;
/* 工厂*/
public
static
final
String
COL_FACTORY_NAME
=
"FACTORY_NAME"
;
/* 工厂*/
public
static
final
String
QUERY
=
"HPKC0
0
13.query"
;
public
static
final
String
QUERY
=
"HPKC013.query"
;
public
static
final
String
COUNT
=
"HPKC0
0
13.count"
;
public
static
final
String
COUNT
=
"HPKC013.count"
;
public
static
final
String
INSERT
=
"HPKC0
0
13.insert"
;
public
static
final
String
INSERT
=
"HPKC013.insert"
;
public
static
final
String
UPDATE
=
"HPKC0
0
13.update"
;
public
static
final
String
UPDATE
=
"HPKC013.update"
;
public
static
final
String
DELETE
=
"HPKC0
0
13.delete"
;
public
static
final
String
DELETE
=
"HPKC013.delete"
;
private
Long
id
;
/* ID*/
private
Long
id
;
/* ID*/
private
String
companyCode
=
" "
;
/* 企业编码 预留*/
private
String
companyCode
=
" "
;
/* 企业编码 预留*/
...
...
src/main/webapp/HP/KC/HPKC013.js
View file @
89fe80cd
...
@@ -10,7 +10,7 @@ $(function () {
...
@@ -10,7 +10,7 @@ $(function () {
if
(
returnStatus
)
{
if
(
returnStatus
)
{
if
(
returnStatus
==
0
)
{
if
(
returnStatus
==
0
)
{
template
+=
'<a style="cursor: pointer;display: inline-flex;justify-content: center;" '
+
template
+=
'<a style="cursor: pointer;display: inline-flex;justify-content: center;" '
+
'onclick="check(
'
+
item
.
returnNo
+
',1)" >确认收货</a>'
;
'onclick="check(
\'
'
+
item
.
returnNo
+
'
\
'
,1)" >确认收货</a>'
;
}
}
}
}
...
@@ -55,7 +55,7 @@ let query = function () {
...
@@ -55,7 +55,7 @@ let query = function () {
function
check
(
returnNo
,
auditStatus
)
{
function
check
(
returnNo
,
auditStatus
)
{
const
inEiInfo
=
new
EiInfo
();
const
inEiInfo
=
new
EiInfo
();
inEiInfo
.
set
(
"result-0-returnNo"
,
returnNo
);
inEiInfo
.
set
(
"result-0-returnNo"
,
returnNo
);
inEiInfo
.
set
(
"result-0-returnStatus"
,
return
Status
);
inEiInfo
.
set
(
"result-0-returnStatus"
,
audit
Status
);
EiCommunicator
.
send
(
'HPKC013'
,
'comfirmReturn'
,
inEiInfo
,
{
EiCommunicator
.
send
(
'HPKC013'
,
'comfirmReturn'
,
inEiInfo
,
{
onSuccess
(
response
)
{
onSuccess
(
response
)
{
message
(
"提交成功,已生确认收货"
);
message
(
"提交成功,已生确认收货"
);
...
...
src/main/webapp/HP/KC/HPKC013.jsp
View file @
89fe80cd
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
<EF:EFColumn
ename=
"weight"
cname=
"总重(T)"
enable=
"false"
width=
"100"
align=
"right"
format=
"{0:N3}"
/>
<EF:EFColumn
ename=
"weight"
cname=
"总重(T)"
enable=
"false"
width=
"100"
align=
"right"
format=
"{0:N3}"
/>
<EF:EFComboColumn
ename=
"returnStatus"
cname=
"状态"
width=
"80"
align=
"center"
>
<EF:EFComboColumn
ename=
"returnStatus"
cname=
"状态"
width=
"80"
align=
"center"
>
<EF:EFCodeOption
codeName=
"hpjx.hpjx.returnStatus"
/>
<EF:EFCodeOption
codeName=
"hpjx.hpjx.returnStatus"
/>
</EF:EFComboColumn
</EF:EFComboColumn
>
<EF:EFColumn
ename=
"remark"
cname=
"备注"
enable=
"false"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"remark"
cname=
"备注"
enable=
"false"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"projCode"
cname=
"项目号"
enable=
"false"
width=
"140"
align=
"center"
hidden=
"true"
/>
<EF:EFColumn
ename=
"projCode"
cname=
"项目号"
enable=
"false"
width=
"140"
align=
"center"
hidden=
"true"
/>
<EF:EFColumn
ename=
"prodNo"
cname=
"生产订单号"
enable=
"false"
width=
"140"
align=
"center"
hidden=
"true"
/>
<EF:EFColumn
ename=
"prodNo"
cname=
"生产订单号"
enable=
"false"
width=
"140"
align=
"center"
hidden=
"true"
/>
...
...
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