|  | @@ -126,7 +126,7 @@
 | 
	
		
			
				|  |  |          @onClose="onClose()"
 | 
	
		
			
				|  |  |      />
 | 
	
		
			
				|  |  |      <!--    费用信息组件-->
 | 
	
		
			
				|  |  | -    <box-cost v-model="dataListTwo" :id="form.id" :codeValue="237.92" type="JK" activeName="second" ref="boxCost"
 | 
	
		
			
				|  |  | +    <box-cost v-model="dataListTwo" :id="form.id" :codeValue="237.92" type="JK" activeName="first" ref="boxCost"
 | 
	
		
			
				|  |  |                url="/api/blade-box-tube/transportItemFees/remove" @resetTrigger="resetTrigger"></box-cost>
 | 
	
		
			
				|  |  |      <trade-card title="附件明细">
 | 
	
		
			
				|  |  |        <c-upload
 | 
	
	
		
			
				|  | @@ -1429,7 +1429,7 @@ export default {
 | 
	
		
			
				|  |  |            price: form.amount,
 | 
	
		
			
				|  |  |            quantity: 1,
 | 
	
		
			
				|  |  |            autoGenerate: 1,
 | 
	
		
			
				|  |  | -          feesType: 2,
 | 
	
		
			
				|  |  | +          feesType: 1,
 | 
	
		
			
				|  |  |            exchangeRate:form.exchangeRate || 1,
 | 
	
		
			
				|  |  |            amount: form.amount,
 | 
	
		
			
				|  |  |          })
 | 
	
	
		
			
				|  | @@ -1445,7 +1445,7 @@ export default {
 | 
	
		
			
				|  |  |      rowUpdate(form, index, done, loading) {
 | 
	
		
			
				|  |  |        if (!Number(form.price) || Number(form.price) < 0) {
 | 
	
		
			
				|  |  |          loading()
 | 
	
		
			
				|  |  | -        return this.$message.error('超期单价/天,不能不能为0或不能为负')
 | 
	
		
			
				|  |  | +        return this.$message.error('超期单价/天,不能为0或不能为负')
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        form.boxType = form.$boxTypeId
 | 
	
		
			
				|  |  |        done(form)
 |