| | |
| | | }, |
| | | hideDefaultActions: true,initialWidth: 200 |
| | | }, |
| | | { label: 'SAP合同号', fieldName: 'ContractNo__c', hideDefaultActions: true}, |
| | | { label: 'SAP合同号', fieldName: 'ContractNo__c', hideDefaultActions: true,initialWidth:180}, |
| | | { |
| | | label: '订单总数', |
| | | type: "customOutputGood", |
| | |
| | | |
| | | @track colms2 = [ |
| | | { label: '产品型号', fieldName: 'prodModel', hideDefaultActions: true }, |
| | | { label: '数量', fieldName: 'recordCount', hideDefaultActions: true ,initialWidth: 100} |
| | | { label: '数量', fieldName: 'recordCount', hideDefaultActions: true ,initialWidth: 60,cellAttributes: { alignment: "center" }} |
| | | ]; |
| | | |
| | | //使用期限小于一年的产品col |
| | |
| | | this.hasHos = result.hasHos; |
| | | this.product_Limit = result.product_Limit; |
| | | console.log('result==>' + JSON.stringify(result)); |
| | | |
| | | for (var i in this.pageRecords) { |
| | | this.pageRecords[i]["Name__c"] = this.pageRecords[i].Prod.Name__c; |
| | | this.pageRecords[i]["Category3__c"] = this.pageRecords[i].Prod.Category3__c; |