| 
					
				 | 
			
			
				@@ -342,6 +342,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               for (var i = 0; i < data.list.length; i++) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 data.list[i].no = no + i + 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 data.list[i].qtyBackups = data.list[i].qty 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                data.list[i].unitQtyV = data.list[i].unitQty + data.list[i].productEntity.unit 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.disabled = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.dataSource = data.list 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -384,7 +385,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { title: '序号', dataIndex: 'no', width: '4%', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { title: '产品编码', dataIndex: 'productEntity.code', scopedSlots: { customRender: 'productCode' }, width: '13%', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { title: '产品名称', dataIndex: 'productEntity.name', scopedSlots: { customRender: 'productName' }, width: '20%', align: 'left' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          { title: '起订量', dataIndex: 'unitQty', width: '8%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          { title: '起订量', dataIndex: 'unitQtyV', width: '8%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { title: '销售数量', scopedSlots: { customRender: 'salesNums' }, width: '8%', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { title: '库存', dataIndex: 'stockQty', scopedSlots: { customRender: 'stockQty' }, width: '8%', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           { title: '出库仓库', scopedSlots: { customRender: 'warehouseBox' }, width: '15%', align: 'center' }, 
			 |