{ "searchShow": true, "searchMenuSpan": 6, "border": true, "viewBtn": false, "editBtn": false, "addBtn": false, "align": "center", "menuWidth": 130, "refreshBtn": false, "delBtn":false, "showSummary": true, "index": true, "indexSlot":true, "addBtnText": "新增明细", "column": [ { "label": "产品类别", "prop": "priceCategory", "index": 2, "width": 100, "overHidden": true }, { "label": "产品编号", "prop": "code", "index": 3, "width": 100, "overHidden": true }, { "label": "产品名称", "prop": "cname", "index": 4, "width": 100, "overHidden": true }, { "label": "产品属性", "prop": "itemProp", "index": 4, "width": 100, "overHidden": true, "cell": true, "type": "select", "dicData":[], "props": { "label": "dictValue", "value": "dictKey" } }, { "label": "产品照片", "prop": "itemUrl", "index": 6, "width": 100, "overHidden": true, "hide": true }, { "label": "产品描述", "prop": "productDesc", "index": 7, "width": 100, "overHidden": true, "cell": true }, { "label": "产品型号", "prop": "specificationAndModel", "index": 8, "width": 100 }, { "label": "包装要求", "prop": "packageRemarks", "index": 8, "width": 100, "cell": true }, { "label": "数量", "prop": "actualQuantity", "index": 8, "width": 100, "overHidden": true }, { "label": "计价单位", "prop": "unit", "index": 9, "width": 100, "overHidden": true, "cell": true, "type": "select", "dicData":[], "props": { "label": "dictValue", "value": "dictValue" } }, { "label": "单价", "prop": "price", "index": 10, "width": 100, "overHidden": true }, { "label": "金额", "prop": "contractAmount", "index": 11, "width": 100, "overHidden": true }, { "label": "税率", "prop": "taxRate", "index": 12, "width": 100, "overHidden": true }, { "label": "备注", "prop": "remarks", "index": 13, "width": 100, "overHidden": true, "cell": true } ] }