extjs点击属性名如何让store不加载

xiaoxiao2021-02-27  180

sortable:false

columns: [ {header : 'ID',dataIndex : 'id',hidden:true,sortable:false}, {header : '货号',dataIndex : 'procode',flex:1,sortable:false}, {header : '商品名称',dataIndex : 'proname',flex:1,sortable:false}, {header : '规格代码',dataIndex : 'skucode',flex:1,sortable:false}, {header : '规格名称',dataIndex : 'skuname',flex:1,sortable:false}, {header : '条码',dataIndex : 'skuoid',flex:1,sortable:false}, {header : '数量',dataIndex : 'skucount',flex:1,sortable:false, editor:{   xtype: 'numberfield',                 minValue:0,                 allowBlank: false,                 decimalPrecision:1            } }, {header : '发货数量',dataIndex : 'sendcount',flex:1,hidden:true,sortable:false}, {header : '零售价',dataIndex : 'saleprice',flex:1,sortable:false}, {header : '实际价',dataIndex : 'actualprice',flex:1,sortable:false, editor:{   xtype: 'numberfield',                 minValue:0,                 allowBlank: false,                 decimalPrecision:1            } }, // {header : '销售总价',dataIndex : 'price',flex:1}, // {header : '结算价',dataIndex : 'settleprice',flex:1}, // {header : '折扣金额',dataIndex : 'discountprice',flex:1}, {header : '主表id',dataIndex : 'headerid',hidden:true,flex:1} ]

转载请注明原文地址: https://www.6miu.com/read-10974.html

最新回复(0)