|
@@ -546,7 +546,7 @@ export default function Djcs3({name, bh, rgde, jxde, clde, beizhu, beizhuFK, cli
|
|
|
|
|
|
|
|
columns: [ //Define Table Columns
|
|
columns: [ //Define Table Columns
|
|
|
{title:"ID", field:"ID", width:80, headerSort:false, },
|
|
{title:"ID", field:"ID", width:80, headerSort:false, },
|
|
|
- {title:"人材机编码", field:"人材机编码", width:80, headerSort:false, formatter: sparklineFormatter2}, //never hide this column
|
|
|
|
|
|
|
+ {title:"人材机编码", field:"人材机编码", width:120, headerSort:false, formatter: sparklineFormatter2}, //never hide this column
|
|
|
{title:"名称", field:"名称", width:120,headerSort:false, formatter:"textarea", editor: "input", editable: editCheckRcj },
|
|
{title:"名称", field:"名称", width:120,headerSort:false, formatter:"textarea", editor: "input", editable: editCheckRcj },
|
|
|
{title:"规格型号", field:"规格型号", width:80, headerSort:false, editor: "input", editable: editCheckRcj },
|
|
{title:"规格型号", field:"规格型号", width:80, headerSort:false, editor: "input", editable: editCheckRcj },
|
|
|
{title:"单位", field:"单位", width:80, headerSort:false, formatter:"textarea"}, //hide this column first
|
|
{title:"单位", field:"单位", width:80, headerSort:false, formatter:"textarea"}, //hide this column first
|