|  | @@ -1270,15 +1270,16 @@ export default {
 | 
	
		
			
				|  |  |                payTime: orderInfo.payTime,
 | 
	
		
			
				|  |  |                serviceAmount: res.data.serviceAmount,
 | 
	
		
			
				|  |  |                saleAmount: res.data.goodsAmount,
 | 
	
		
			
				|  |  | -              schoolId: parseInt(orderInfo.musicGroupId) || "    ",
 | 
	
		
			
				|  |  | +              schoolId:
 | 
	
		
			
				|  |  | +                parseInt(orderInfo.musicGroupId) || res.data.coopName || "    ",
 | 
	
		
			
				|  |  |                applyType: "SELL",
 | 
	
		
			
				|  |  |                calenderId: res.data.calenderId ? res.data.calenderId : ""
 | 
	
		
			
				|  |  |              }),
 | 
	
		
			
				|  |  |                this.$set(
 | 
	
		
			
				|  |  |                  this.form,
 | 
	
		
			
				|  |  |                  "goodsList",
 | 
	
		
			
				|  |  | -                res.data.sellOrders.map(item => {
 | 
	
		
			
				|  |  | -                  return { id: item.goodsId, number: item.num };
 | 
	
		
			
				|  |  | +                res.data.goodsSellDtos.map(item => {
 | 
	
		
			
				|  |  | +                  return { id: item.goodsId, number: item.goodsNum };
 | 
	
		
			
				|  |  |                  })
 | 
	
		
			
				|  |  |                );
 | 
	
		
			
				|  |  |              if (orderInfo.userId && !res.data.calenderId) {
 |