{{item}}
    
  
  
    
      
        项目名称
        
      
      
        需求工点
        
          
            {{pointIndex >= 0 ? work_points[pointIndex].name : '选择所需的工点'}}
          
        
      
      
        租赁设备
        
      
      
        租赁总金额
        
      
      
        备注
        
      
    
  
  
  
    
      
        暂无设备
      
      
        
        
         
          {{index+1}}. {{item.type_name}}-{{item.name}}-{{item.spec}}
          
          
            
            
          
         
          
            
              租赁单价:¥{{item.price}}
              数量:{{item.quantity}}
            
            租赁方式:{{item.rent_type ? item.rent_type.name : ''}}
            租赁时间:{{item.start_date ? (item.start_date + '至' + item.end_date) : ''}}
            
          
          
        
      
    
  
  
    
      
        设备类型
        
          
            {{typeIndex >= 0 ? device_types[typeIndex].name : '选择设备类型'}}
          
        
      
      
        设备名称
        
          
        
        
          
            
              {{nameIndex >= 0 ? device_types[typeIndex].names[nameIndex].name : '选择设备名称'}}
            
          
        
        
          项目自填
        
      
      
        规格型号
        
          
        
        
          
            
              {{specIndex >= 0 ? device_types[typeIndex].names[nameIndex].specs[specIndex].name : '选择规格型号'}}
            
          
        
        
          项目自填
        
      
      
        租赁方式
        
          
        
        
          
            
              {{rentIndex >= 0 ? rent_types[rentIndex].name : '选择租赁方式'}}
            
          
        
        
          项目自填
        
      
      
        租赁时间
        
      
      
        设备数量
        
      
      
        设备单价
        
      
    
  
  
    
      立即添加
    
    
      编辑
      删除
    
  
  
    暂存
    提交