Commit 16d36de3 authored by 李苏's avatar 李苏 💬

排产界面改变

parent 678cd4ab
......@@ -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({
......
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment