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
b705a5c1
Commit
b705a5c1
authored
Jun 29, 2024
by
刘学辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物料主数据变更和扩展
parent
4b53e064
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
HomePage.jsp
topsun-xt/src/main/webapp/HomePage.jsp
+1
-1
nonProdApplyNext.jsp
...n/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.jsp
+2
-1
NonProdApplyNextController.java
...p/nonProdApply/controller/NonProdApplyNextController.java
+2
-0
SapNonProdApplyDept.java
...u/topsun/sap/nonProdApply/domain/SapNonProdApplyDept.java
+3
-0
No files found.
topsun-xt/src/main/webapp/HomePage.jsp
View file @
b705a5c1
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
<div
class=
"col-sm-6 col-xs-12"
>
<div
class=
"col-sm-6 col-xs-12"
>
<div
class=
"box box-success"
>
<div
class=
"box box-success"
>
<div
class=
"box-header with-border"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
非产品/非半成品类物料
任务
</h3>
<h3
class=
"box-title"
>
物料主数据
任务
</h3>
<div
class=
"box-tools pull-right"
>
<div
class=
"box-tools pull-right"
>
<button
type=
"button"
class=
"btn btn-box-tool"
title=
"刷新"
onclick=
"reloadSpecialTaskGrid()"
><i
class=
"fa fa-repeat"
></i></button>
<button
type=
"button"
class=
"btn btn-box-tool"
title=
"刷新"
onclick=
"reloadSpecialTaskGrid()"
><i
class=
"fa fa-repeat"
></i></button>
<button
type=
"button"
class=
"btn btn-box-tool"
title=
"更多"
onclick=
"showSpecialTask(1)"
><i
class=
"fa fa-bars"
></i></button>
<button
type=
"button"
class=
"btn btn-box-tool"
title=
"更多"
onclick=
"showSpecialTask(1)"
><i
class=
"fa fa-bars"
></i></button>
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/nonProdApply/nonProdApplyNext.jsp
View file @
b705a5c1
...
@@ -82,7 +82,8 @@
...
@@ -82,7 +82,8 @@
<div
class=
"hg-form-row"
>
<div
class=
"hg-form-row"
>
<x:inputC
name=
"genericName"
label=
"通用品名"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"genericName"
label=
"通用品名"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"applicableStandard"
label=
"适用标准(国际)"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"applicableStandard"
label=
"适用标准(国际)"
labelCol=
"1"
fieldCol=
"2"
/>
<x:selectC
name=
"baseUnit"
label=
"基本计量单位"
labelCol=
"1"
fieldCol=
"2"
dictionary=
"measuringUnit"
/>
<x:hidden
name=
"baseUnit"
/>
<x:inputC
name=
"baseUnitName"
label=
"基本计量单位"
labelCol=
"1"
fieldCol=
"2"
readonly=
"true"
/>
<x:inputC
name=
"specifications"
label=
"规格"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"specifications"
label=
"规格"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"material"
label=
"材质"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"material"
label=
"材质"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"design"
label=
"版式"
labelCol=
"1"
fieldCol=
"2"
/>
<x:inputC
name=
"design"
label=
"版式"
labelCol=
"1"
fieldCol=
"2"
/>
...
...
topsun/src/main/java/com/huigou/topsun/sap/nonProdApply/controller/NonProdApplyNextController.java
View file @
b705a5c1
...
@@ -397,6 +397,8 @@ public void getBaseInfoAttrs(NonProdApplyBaseInfo baseInfo,SapNonProdApplyDept n
...
@@ -397,6 +397,8 @@ public void getBaseInfoAttrs(NonProdApplyBaseInfo baseInfo,SapNonProdApplyDept n
nonProdApplyDept
.
setMaktxRemEn
(
baseInfo
.
getMaktxRemEn
());
nonProdApplyDept
.
setMaktxRemEn
(
baseInfo
.
getMaktxRemEn
());
nonProdApplyDept
.
setMaktxRemZh
(
baseInfo
.
getMaktxRemZh
());
nonProdApplyDept
.
setMaktxRemZh
(
baseInfo
.
getMaktxRemZh
());
nonProdApplyDept
.
setTextDescription
(
baseInfo
.
getTextDescription
());
nonProdApplyDept
.
setTextDescription
(
baseInfo
.
getTextDescription
());
nonProdApplyDept
.
setBaseUnitName
(
baseInfo
.
getBaseUnitName
());
}
}
// @EasySearch(queryName = "userNameSelect")
// @EasySearch(queryName = "userNameSelect")
...
...
topsun/src/main/java/com/huigou/topsun/sap/nonProdApply/domain/SapNonProdApplyDept.java
View file @
b705a5c1
...
@@ -958,6 +958,9 @@ public class SapNonProdApplyDept implements Serializable {
...
@@ -958,6 +958,9 @@ public class SapNonProdApplyDept implements Serializable {
private
String
maktxRemEn
;
private
String
maktxRemEn
;
@Transient
@Transient
private
String
textDescription
;
private
String
textDescription
;
@Transient
private
String
baseUnitName
;
@Transient
@Transient
private
Date
createdDate
;
private
Date
createdDate
;
...
...
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