Commit 93bce632 authored by zhoumaotao's avatar zhoumaotao

页面调整

parent f62d0591
......@@ -15,16 +15,16 @@
var $dialog=$div.parent(),params=$dialog.dialog("options").queryParams, queryUrl = 'kmes/gpfkcx/query/detail';
var columns = [
{title: "条码", field: "wlsnid", fieldType: "ftString",width:180},
{title: "物料编码", field: "wlxxCode", width: 120},
{title: "物料编码", field: "wlxxCode", width: 140},
{title: "物料名称", field: "wlxxName", width: 140},
{title: "装配数量", field: "zpsl", fieldType: "int"},
{title: "拆卸数量", field: "cxsl", fieldType: "int"},
/* {title: "拆卸数量", field: "cxsl", fieldType: "int"},*/
{title: "反馈人", field: "fkr", fieldType: "ftString"},
{title: "反馈时间", field: "fksj", fieldType: "ftDateTime"}
];
$fieldView.datagrid({
/* fitColumns:true,*/
fitColumns:true,
columns:[new $.common.formatterCol(columns)],
pagination:false
});
......
......@@ -171,7 +171,7 @@ $(function () {
var href='kmes/gpfkcx/gpfkmxcx';
gas.Dialog({
width: 960,
height:360,
height:400,
title:'查看反馈明细',
modal:true,
href:href,
......
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