|
@ -380,7 +380,9 @@ function ParkingCardOrder() { |
|
|
effective_days:data.effective_days, |
|
|
effective_days:data.effective_days, |
|
|
days:data.days, |
|
|
days:data.days, |
|
|
scope:data.scope, |
|
|
scope:data.scope, |
|
|
card_id:data.value |
|
|
|
|
|
|
|
|
card_id:data.value, |
|
|
|
|
|
effective_start:data.effective_start, |
|
|
|
|
|
effective_end:data.effective_end |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -997,7 +999,11 @@ function ParkingCardOrder() { |
|
|
|
|
|
|
|
|
<div className="yisa-search"> |
|
|
<div className="yisa-search"> |
|
|
<em style={{marginRight:'5px',marginLeft:'-13px',color:'red'}}>*</em> |
|
|
<em style={{marginRight:'5px',marginLeft:'-13px',color:'red'}}>*</em> |
|
|
<label>自购买后 <span style={{color:'#409eff',fontSize:16}}>{addOrderData.days}天</span> 开始生效</label> |
|
|
|
|
|
|
|
|
{addOrderData.days != 0 ? |
|
|
|
|
|
<label>自购买起 <span style={{color:'#409eff',fontSize:16}}>{addOrderData.days}天</span> 开始生效</label> |
|
|
|
|
|
: |
|
|
|
|
|
<label>生效日期 <span style={{color:'#409eff',fontSize:16}}>{addOrderData.effective_start}</span> 至 <span style={{color:'#409eff',fontSize:16}}>{addOrderData.effective_end}</span></label> |
|
|
|
|
|
} |
|
|
</div> |
|
|
</div> |
|
|
<div className="yisa-search"> |
|
|
<div className="yisa-search"> |
|
|
<em style={{marginRight:'5px',marginLeft:'-13px',color:'red'}}>*</em> |
|
|
<em style={{marginRight:'5px',marginLeft:'-13px',color:'red'}}>*</em> |
|
|