mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 01:06:45 +08:00
feature/GFRS-2401 惠桂保数据导入需求-前端保单详情展示-提交人:白金岩
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
<script>
|
||||
import { selectHgbDetail } from '@/api/ebiz/hgb'
|
||||
import utils from '../../../assets/js/business-common'
|
||||
export default {
|
||||
props: {
|
||||
prtNo: {
|
||||
@@ -64,7 +65,9 @@ export default {
|
||||
this.prem = orderInfoDTO.orderStandAmount
|
||||
this.orderNumber = orderInfoDTO.contNo
|
||||
this.effectiveDate = orderInfoDTO.cvaliDate
|
||||
this.expireDate = orderInfoDTO.expireDate
|
||||
if (orderInfoDTO.expireDate) {
|
||||
this.expireDate = utils.formatDate(orderInfoDTO.expireDate, 'yyyy-MM-dd')
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user