Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
Project
Project
Details
Activity
Releases
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
gavelinfo
kwell-mes
Commits
16d36de3
Commit
16d36de3
authored
Mar 28, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
排产界面改变
parent
678cd4ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
edit.html
gavel/src/main/resources/templates/views/wo/pcjhk/edit.html
+3
-3
index.html
gavel/src/main/resources/templates/views/wo/pcjhk/index.html
+1
-0
No files found.
gavel/src/main/resources/templates/views/wo/pcjhk/edit.html
View file @
16d36de3
...
...
@@ -130,9 +130,9 @@
{
title
:
"物料编码"
,
field
:
"wlxxCode"
,
width
:
120
},
{
title
:
"物料名称"
,
field
:
"wlxxName"
,
width
:
140
},
{
title
:
"计划数量"
,
field
:
"jhsl"
,
fieldType
:
"float"
,
allowEdit
:
true
},
{
title
:
"完工数量"
,
field
:
"wgsl"
,
fieldType
:
"float"
},
{
title
:
"合格数量"
,
field
:
"hgsl"
,
fieldType
:
"float"
},
{
title
:
"不合格数量"
,
field
:
"bhgsl"
,
fieldType
:
"float"
},
{
title
:
"完工数量"
,
field
:
"wgsl"
,
fieldType
:
"float"
,
hidden
:
true
},
{
title
:
"合格数量"
,
field
:
"hgsl"
,
fieldType
:
"float"
,
hidden
:
true
},
{
title
:
"不合格数量"
,
field
:
"bhgsl"
,
fieldType
:
"float"
,
hidden
:
true
},
// {title: "备注", field: "bz", fieldType: "ftString",width:240}
];
$datagrid
.
DataTableEditing
({
...
...
gavel/src/main/resources/templates/views/wo/pcjhk/index.html
View file @
16d36de3
...
...
@@ -75,6 +75,7 @@ $(function () {
columns
:
[[
{
title
:
"计划编号"
,
field
:
"djid"
,
fieldType
:
"ftString"
,
width
:
120
},
{
title
:
"计划日期"
,
field
:
"jhrq"
,
fieldType
:
"ftDate"
},
{
title
:
"结束日期"
,
field
:
"jsrq"
,
fieldType
:
"ftDate"
},
{
title
:
"计划部门"
,
field
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
120
},
{
title
:
"计划人"
,
field
:
"jhr"
,
fieldType
:
"ftString"
,
width
:
120
},
{
title
:
"生成方式"
,
field
:
"djly"
,
width
:
120
,
formatter
:
function
(
value
,
index
,
row
)
{
...
...
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