|  | @@ -107,6 +107,8 @@
 | 
	
		
			
				|  |  |                  <a-date-picker
 | 
	
		
			
				|  |  |                      placeholder="请选择"
 | 
	
		
			
				|  |  |                      v-model="record.orderDate"
 | 
	
		
			
				|  |  | +                    format="YYYY-MM-DD"
 | 
	
		
			
				|  |  | +                    show-time
 | 
	
		
			
				|  |  |                    />
 | 
	
		
			
				|  |  |            </span>
 | 
	
		
			
				|  |  |            <!-- 总件数 -->
 | 
	
	
		
			
				|  | @@ -242,7 +244,7 @@
 | 
	
		
			
				|  |  |              // title: '日期',
 | 
	
		
			
				|  |  |              align: "center",
 | 
	
		
			
				|  |  |              dataIndex: 'orderDate',
 | 
	
		
			
				|  |  | -            width: '6%',
 | 
	
		
			
				|  |  | +            width: '10%',
 | 
	
		
			
				|  |  |              ellipsis: true,
 | 
	
		
			
				|  |  |              scopedSlots: { customRender: 'orderDate' },
 | 
	
		
			
				|  |  |              slots:{title:'orderDateTitle'}
 | 
	
	
		
			
				|  | @@ -615,9 +617,9 @@
 | 
	
		
			
				|  |  |           this.formState = res.result
 | 
	
		
			
				|  |  |           this.syCarryBTable.dataSource = res.result.syCarryBList
 | 
	
		
			
				|  |  |           this.syCarryBTable.dataSource.map(item=>{
 | 
	
		
			
				|  |  | -          item.orderDate = moment(item.orderDate).format('YYYY-MM-DD');
 | 
	
		
			
				|  |  | +          item.orderDate = moment(item.orderDate)
 | 
	
		
			
				|  |  |           })
 | 
	
		
			
				|  |  | -         this.handleChangePrice()
 | 
	
		
			
				|  |  | +        //  this.handleChangePrice()
 | 
	
		
			
				|  |  |            this.$message.success('导入成功')
 | 
	
		
			
				|  |  |            // this.
 | 
	
		
			
				|  |  |          }else{
 |