mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 16:06:44 +08:00
【自保件需求】--- 修改documentCode
This commit is contained in:
@@ -267,7 +267,7 @@ export default {
|
|||||||
getOrderDetail(data).then(res => {
|
getOrderDetail(data).then(res => {
|
||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
res.orderDTO.ebizSignDTOS.map(item => {
|
res.orderDTO.ebizSignDTOS.map(item => {
|
||||||
if (item.documentCode == '2') {
|
if (item.documentCode == '10') {
|
||||||
this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${item.policyUrl}`)
|
this.pdfUrl = encodeURIComponent(config.imgDomain + `/returnDirectStream?imgPath=${item.policyUrl}`)
|
||||||
this.pdfName = item.documentName
|
this.pdfName = item.documentName
|
||||||
if (item.signType == '0') {
|
if (item.signType == '0') {
|
||||||
|
|||||||
Reference in New Issue
Block a user