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
da08a48d
Commit
da08a48d
authored
Feb 28, 2025
by
1650842865
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购信息记录增加备注字段
parent
2936fccc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
43 additions
and
36 deletions
+43
-36
addPurchaseInfoRecordDetail.jsp
...un/sap/purchaseInfoRecord/addPurchaseInfoRecordDetail.jsp
+3
-0
purchaseInfoRecordDetail.js
...topsun/sap/purchaseInfoRecord/purchaseInfoRecordDetail.js
+4
-4
purchaseInfoRecordList.js
...z/topsun/sap/purchaseInfoRecord/purchaseInfoRecordList.js
+1
-1
suppliersExtendDataDetail.js
...app/biz/topsun/sap/suppliers/suppliersExtendDataDetail.js
+29
-31
SapPurchaseInfoRecordItem.java
.../purchaseInfoRecord/domain/SapPurchaseInfoRecordItem.java
+6
-0
No files found.
topsun-xt/src/main/webapp/biz/topsun/sap/purchaseInfoRecord/addPurchaseInfoRecordDetail.jsp
View file @
da08a48d
...
@@ -99,6 +99,9 @@
...
@@ -99,6 +99,9 @@
<x:inputC
name=
"kbetr4"
label=
"等级金额4"
labelCol=
"1"
fieldCol=
"1"
required=
"false"
mask=
"9999999.99"
/>
<x:inputC
name=
"kbetr4"
label=
"等级金额4"
labelCol=
"1"
fieldCol=
"1"
required=
"false"
mask=
"9999999.99"
/>
<x:inputC
name=
"kbetr5"
label=
"等级金额5"
labelCol=
"1"
fieldCol=
"1"
required=
"false"
mask=
"9999999.99"
/>
<x:inputC
name=
"kbetr5"
label=
"等级金额5"
labelCol=
"1"
fieldCol=
"1"
required=
"false"
mask=
"9999999.99"
/>
</div>
</div>
<div
class=
"hg-form-row"
>
<x:textareaC
name=
"remark"
rows=
"3"
label=
"备注"
labelCol=
"1"
fieldCol=
"9"
/>
</div>
</div>
</div>
</form>
</form>
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/purchaseInfoRecord/purchaseInfoRecordDetail.js
View file @
da08a48d
...
@@ -481,10 +481,9 @@ function getGridColumns() {
...
@@ -481,10 +481,9 @@ function getGridColumns() {
},
},
{
display
:
"等级金额5"
,
name
:
"kbetr5"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
{
display
:
"等级金额5"
,
name
:
"kbetr5"
,
width
:
"100"
,
align
:
"left"
,
type
:
"string"
},
},
// {
{
// display: "传输日期", name: "sendTime", width: "100", align: "left", type: "string",
display
:
"备注"
,
name
:
"remark"
,
width
:
"300"
,
align
:
"left"
,
type
:
"string"
,
// editor: {type: 'date'}
}
// }
]
]
return
columns
;
return
columns
;
}
}
...
@@ -662,6 +661,7 @@ function doSaveDefine() {
...
@@ -662,6 +661,7 @@ function doSaveDefine() {
kbetr2
:
$
(
"#kbetr2"
).
val
(),
kbetr2
:
$
(
"#kbetr2"
).
val
(),
kstbm3
:
$
(
"#kstbm3"
).
val
(),
kstbm3
:
$
(
"#kstbm3"
).
val
(),
kbetr3
:
$
(
"#kbetr3"
).
val
(),
kbetr3
:
$
(
"#kbetr3"
).
val
(),
remark
:
$
(
"#remark"
).
val
(),
});
});
this
.
close
();
this
.
close
();
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/purchaseInfoRecord/purchaseInfoRecordList.js
View file @
da08a48d
...
@@ -108,7 +108,7 @@ function initPurchaseListGrid() {
...
@@ -108,7 +108,7 @@ function initPurchaseListGrid() {
toolbar
:
toolbarOptions
,
toolbar
:
toolbarOptions
,
width
:
'99.8%'
,
width
:
'99.8%'
,
height
:
'100%'
,
height
:
'100%'
,
pageSize
:
10
0
,
pageSize
:
2
0
,
heightDiff
:
-
4
,
heightDiff
:
-
4
,
sortName
:
'fillinDate'
,
sortName
:
'fillinDate'
,
sortOrder
:
'desc'
,
sortOrder
:
'desc'
,
...
...
topsun-xt/src/main/webapp/biz/topsun/sap/suppliers/suppliersExtendDataDetail.js
View file @
da08a48d
...
@@ -213,38 +213,36 @@ function getBuyColumns(){
...
@@ -213,38 +213,36 @@ function getBuyColumns(){
//加载供应商子范围
//加载供应商子范围
function
loadSuppliersItemPeriodListGrid
()
{
function
loadSuppliersItemPeriodListGrid
()
{
var
toolbarOptions
=
null
;
var
toolbarOptions
=
null
;
if
(
applyType
==
0
){
toolbarOptions
=
UICtrl
.
getDefaultToolbarOptions
({
toolbarOptions
=
UICtrl
.
getDefaultToolbarOptions
({
// 添加一行表格
// 添加一行表格
addHandler
:
function
()
{
addHandler
:
function
()
{
UICtrl
.
addGridRow
(
sapSuppliersItemPeriodGridManager
,
UICtrl
.
addGridRow
(
sapSuppliersItemPeriodGridManager
,
{
{
// 行号加一
// 行号加一
sequence
:
(
sapSuppliersItemPeriodGridManager
.
getData
().
length
+
1
)
*
10
,
sequence
:
(
sapSuppliersItemPeriodGridManager
.
getData
().
length
+
1
)
*
10
,
webre
:
"X"
,
webre
:
"X"
,
waers
:
"CNY"
,
waers
:
"CNY"
,
waersTextView
:
"CNY-人民币"
,
waersTextView
:
"CNY-人民币"
,
kalsk
:
"Z1"
,
kalsk
:
"Z1"
,
telf1
:
$
(
"#buGroup"
).
val
()
==
"Z005"
?
$
(
"#mobNumber"
).
val
():
""
telf1
:
$
(
"#buGroup"
).
val
()
==
"Z005"
?
$
(
"#mobNumber"
).
val
():
""
}
}
);
);
},
},
// 删除
// 删除
deleteHandler
:
function
()
{
deleteHandler
:
function
()
{
var
_grid
=
UICtrl
.
getGridManager
(
'#sapSuppliersItemPeriodGrid'
);
var
_grid
=
UICtrl
.
getGridManager
(
'#sapSuppliersItemPeriodGrid'
);
DataUtil
.
delSelectedRows
({
DataUtil
.
delSelectedRows
({
action
:
'sapSuppliersData/deleteSuppliersItemPeriods.ajax'
,
action
:
'sapSuppliersData/deleteSuppliersItemPeriods.ajax'
,
param
:
{},
param
:
{},
gridManager
:
_grid
,
gridManager
:
_grid
,
idFieldName
:
'id'
,
idFieldName
:
'id'
,
onSuccess
:
function
()
{
onSuccess
:
function
()
{
sapSuppliersItemPeriodGridManager
.
loadData
();
sapSuppliersItemPeriodGridManager
.
loadData
();
}
}
});
});
}
}
});
});
}
// 表格
// 表格
sapSuppliersItemPeriodGridManager
=
UICtrl
.
grid
(
"#sapSuppliersItemPeriodGrid"
,
{
sapSuppliersItemPeriodGridManager
=
UICtrl
.
grid
(
"#sapSuppliersItemPeriodGrid"
,
{
gridManager
:
null
,
gridManager
:
null
,
...
...
topsun/src/main/java/com/huigou/topsun/sap/purchaseInfoRecord/domain/SapPurchaseInfoRecordItem.java
View file @
da08a48d
...
@@ -371,6 +371,12 @@ public class SapPurchaseInfoRecordItem extends AbstractEntity {
...
@@ -371,6 +371,12 @@ public class SapPurchaseInfoRecordItem extends AbstractEntity {
@Column
(
name
=
"MESSAGE"
)
@Column
(
name
=
"MESSAGE"
)
private
String
MESSAGE
;
private
String
MESSAGE
;
/**
* 备注
*/
@Column
(
name
=
"remark"
)
private
String
remark
;
@Transient
@Transient
private
String
rowId
;
private
String
rowId
;
...
...
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