app
wangxia 5 months ago
parent 356438222b
commit 10a6c9e649

@ -9,7 +9,7 @@
<!-- <div @click="showPop = true"> 1123 </div> --> <!-- <div @click="showPop = true"> 1123 </div> -->
<!-- `calc(${navInfo.windowHeight}px - ${navInfo.navigationBarHeight + navInfo.statusBarHeight}px)` --> <!-- `calc(${navInfo.windowHeight}px - ${navInfo.navigationBarHeight + navInfo.statusBarHeight}px)` -->
<scroll-view class="m-list" id="listBox" :scroll-into-view="scrollTo" :style="{ height: `calc(${navInfo.windowHeight}px)` }" :scroll-y="true" @scrolltolower="reachBottom"> <scroll-view class="m-list" id="listBox" :scroll-into-view="scrollTo" :style="{ height: `calc(${navInfo.windowHeight}px)` }" :scroll-y="true" @scrolltolower="reachBottom">
<div class hover-class="none" hover-stop-propagation="false"> <div class hover-class="none" hover-stop-propagation="false">
<div class="g_position_rela"> <div class="g_position_rela">
<!-- 搜索区 --> <!-- 搜索区 -->
<div class="m-search g_p_10 g_pt_8 g_position_rela bg_shawdoc" style id="searchInputBox"> <div class="m-search g_p_10 g_pt_8 g_position_rela bg_shawdoc" style id="searchInputBox">

@ -532,6 +532,7 @@ export default {
relationId: that.relationId, relationId: that.relationId,
}, },
(res) => { (res) => {
console.log('order_detail_new',that.api.order_detail_new);
console.log("工单详情:", res); console.log("工单详情:", res);
// return; // return;
console.log("res", res); console.log("res", res);
@ -557,7 +558,7 @@ export default {
} }
res.zhengceTextShow = that.G.policyNumToHanZi(res.policyIdx); res.zhengceTextShow = that.G.policyNumToHanZi(res.policyIdx);
// //
res.newZhuchang = res.onSiteInfo.replaceAll("", "\n"); res.newZhuchang = res.onSiteInfo ? res.onSiteInfo.replaceAll("", "\n"):'';
res.totalZC = res.prevRecordId || (!res.prevRecordId && !res.nextRecordId) ? res.newZhuchang : ""; res.totalZC = res.prevRecordId || (!res.prevRecordId && !res.nextRecordId) ? res.newZhuchang : "";
if (res.upOnSiteInfo) { if (res.upOnSiteInfo) {
res.totalZC = res.upOnSiteInfo || !res.prevRecordId ? res.upOnSiteInfo.replaceAll("", "\n") + "\n" + res.totalZC : res.totalZC; res.totalZC = res.upOnSiteInfo || !res.prevRecordId ? res.upOnSiteInfo.replaceAll("", "\n") + "\n" + res.totalZC : res.totalZC;

Loading…
Cancel
Save