|
@@ -4,7 +4,7 @@
|
|
|
<a-page-header
|
|
<a-page-header
|
|
|
style="background-color: #FFFFFF;margin-bottom:10px"
|
|
style="background-color: #FFFFFF;margin-bottom:10px"
|
|
|
title="行短稽核资料"
|
|
title="行短稽核资料"
|
|
|
- sub-title=""
|
|
|
|
|
|
|
+ :sub-title="notes"
|
|
|
@back="back"
|
|
@back="back"
|
|
|
>
|
|
>
|
|
|
<a-descriptions :title="infoModel.customerName" :column="3" :bordered="false">
|
|
<a-descriptions :title="infoModel.customerName" :column="3" :bordered="false">
|
|
@@ -2544,6 +2544,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
/**无数据图片*/
|
|
/**无数据图片*/
|
|
|
noDataPng: noDataPng,
|
|
noDataPng: noDataPng,
|
|
|
|
|
+ notes:"",
|
|
|
url: {
|
|
url: {
|
|
|
"getInfoDataById": "/smsCheck/customerInfo/queryById",
|
|
"getInfoDataById": "/smsCheck/customerInfo/queryById",
|
|
|
"getInfoDataByInfoId": "/smsCheck/customerData/queryDataLogByInfoId",
|
|
"getInfoDataByInfoId": "/smsCheck/customerData/queryDataLogByInfoId",
|
|
@@ -3311,6 +3312,7 @@ export default {
|
|
|
that.infoModel.customerNo=result.customerNo;
|
|
that.infoModel.customerNo=result.customerNo;
|
|
|
that.infoModel.networkAccessTime=result.networkAccessTime;
|
|
that.infoModel.networkAccessTime=result.networkAccessTime;
|
|
|
that.infoModel.staffName =result.staffName;
|
|
that.infoModel.staffName =result.staffName;
|
|
|
|
|
+ that.notes =result.notes;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
})
|
|
})
|