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
1e7f4f57
Commit
1e7f4f57
authored
Dec 05, 2023
by
覃振观
👶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检查
parent
e72017b4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
productDetail.js
...un-xt/src/main/webapp/biz/topsun/product/productDetail.js
+10
-7
No files found.
topsun-xt/src/main/webapp/biz/topsun/product/productDetail.js
View file @
1e7f4f57
...
...
@@ -49,20 +49,23 @@ function faceGrid(elId, data) {
updateHandler
();
}
});
gridManager
=
UICtrl
.
grid
(
"#frontFaceDiv"
,
{
gridManager
=
UICtrl
.
grid
(
elId
,
{
columns
:
[
{
display
:
"颜色名称"
,
name
:
"productFaceColorId"
,
width
:
140
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
},
{
display
:
"油墨覆盖率(%)"
,
name
:
"coverageRate"
,
width
:
120
,
minWidth
:
60
,
type
:
"string"
,
align
:
"left"
}
],
toolbar
:
toolbarOptions
,
dataAction
:
"local"
,
dataType
:
"local"
,
data
:
data
,
usePager
:
false
,
// 可能无数据时,此参数应设为 false
toolbar
:
toolbarOptions
,
width
:
"100%"
,
height
:
"100%"
,
heightDiff
:
-
8
,
data
:
data
,
// data 数据结构 data: ("Rows": [ {}, {} ])
checkbox
:
true
,
usePager
:
true
,
pageSize
:
20
,
width
:
"100%"
,
height
:
420
,
enabledSort
:
false
,
autoAddRowByKeydown
:
false
,
heightDiff
:
-
10
,
fixedCellHeight
:
true
,
selectRowButtonOnly
:
true
,
onDblClickRow
:
function
(
data
,
rowindex
,
rowobj
)
{
...
...
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