Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
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
鲁鑫
topsun-bpm
Commits
d471cbf0
Commit
d471cbf0
authored
Dec 29, 2023
by
wanghang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bean注入问题
parent
3d2296a8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
47 deletions
+10
-47
nonProdApplyList.js
...in/webapp/biz/topsun/sap/nonProdApply/nonProdApplyList.js
+8
-5
nonProdApplyList.jsp
...n/webapp/biz/topsun/sap/nonProdApply/nonProdApplyList.jsp
+2
-2
NonProdApplyBaseInfo.java
.../topsun/sap/nonProdApply/domain/NonProdApplyBaseInfo.java
+0
-21
NonProdApplyBaseInfoQueryRequest.java
...dApply/domain/query/NonProdApplyBaseInfoQueryRequest.java
+0
-19
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/nonProdApplyList.js
View file @
d471cbf0
...
...
@@ -2,9 +2,12 @@ var gridManager = null;
$
(
document
).
ready
(
function
()
{
debugger
initializateUI
()
loadNonProdApplyListGrid
();
})
function
initializateUI
()
{
UICtrl
.
layout
(
"#layout"
,
{
leftWidth
:
3
});
}
function
loadNonProdApplyListGrid
()
{
var
toolbarOptions
=
UICtrl
.
getDefaultToolbarOptions
({
...
...
@@ -15,10 +18,10 @@ function loadNonProdApplyListGrid() {
});
gridManager
=
UICtrl
.
grid
(
"#nonProdApplyListGrid"
,
{
columns
:
[
{
display
:
"申请单编号"
,
name
:
"
applicationNo
"
,
width
:
60
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"申请人"
,
name
:
"
applicant
"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"申请部门"
,
name
:
"dep
artment
"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"申请日期"
,
name
:
"
applicatio
nDate"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"申请单编号"
,
name
:
"
billCode
"
,
width
:
60
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"申请人"
,
name
:
"
personMemberName
"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"申请部门"
,
name
:
"dep
tName
"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"申请日期"
,
name
:
"
filli
nDate"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"维护类型"
,
name
:
"maintenanceType"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"批准人"
,
name
:
"approver"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"批准日期"
,
name
:
"approvalDate"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/nonProdApplyList.jsp
View file @
d471cbf0
...
...
@@ -4,7 +4,7 @@
<html>
<head>
<x:base
include=
"layout,dialog,grid,tree,combox,commonTree"
/>
<%-- <x:script src='/biz/topsun/sap/nonProdApply/nonProdApplyList.js'/>--%
>
<x:script
src=
'/biz/topsun/sap/nonProdApply/nonProdApplyList.js'
/
>
</head>
<body>
<div
class=
"container-fluid"
>
...
...
@@ -13,7 +13,7 @@
<x:select
name=
"yesorno"
dictionary=
"yesorno"
/>
</div>
<div
id=
"layout"
>
<div
position=
"center"
title=
"非
产品/非
本成品类物料主数据维护申请表查询"
>
<div
position=
"center"
title=
"非本成品类物料主数据维护申请表查询"
>
<x:title
title=
"common.button.search"
hideTable=
"queryMainForm"
isHide=
"true"
/>
<form
class=
"hg-form ui-hide"
method=
"post"
action=
""
id=
"queryMainForm"
>
<x:inputC
name=
"proofingApplyNo"
required=
"false"
label=
"申请单号"
labelCol=
"1"
/>
...
...
topsun/src/main/java/com/huigou/topsun/sap/nonProdApply/domain/NonProdApplyBaseInfo.java
View file @
d471cbf0
...
...
@@ -17,27 +17,6 @@ import java.util.Date;
@Data
@Entity
public
class
NonProdApplyBaseInfo
extends
FlowBillAbstractEntity
{
/**
* 申请单编号
*/
@Column
(
name
=
"application_no"
)
private
Integer
applicationNo
;
/**
* 申请人
*/
private
String
applicant
;
/**
* 申请部门
*/
private
String
department
;
/**
* 申请日期
*/
@Column
(
name
=
"application_date"
)
private
Date
applicationDate
;
/**
* 维护类型
...
...
topsun/src/main/java/com/huigou/topsun/sap/nonProdApply/domain/query/NonProdApplyBaseInfoQueryRequest.java
View file @
d471cbf0
...
...
@@ -7,25 +7,6 @@ import java.util.Date;
@Data
public
class
NonProdApplyBaseInfoQueryRequest
extends
FlowBillSuperQueryRequest
{
/**
* 申请单编号
*/
private
Integer
applicationNo
;
/**
* 申请人
*/
private
String
applicant
;
/**
* 申请部门
*/
private
String
department
;
/**
* 申请日期
*/
private
Date
applicationDate
;
/**
* 维护类型
...
...
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