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