@ -227,6 +227,7 @@
editable : {
type : 'text',
title : '用量',
mode:'inline',
validate : function(value) {
if (!value) {
return '用量不能为空';
@ -244,6 +245,7 @@
title : '损耗率(%)',
return '损耗率不能为空';
@ -269,7 +271,16 @@
field: 'remark',
align: 'center',
title: '备注',
editable: true
title : '损耗率',
}
]
};