shish 1 жил өмнө
parent
commit
1179f551e1

+ 0 - 0
hdApp/src/admin/ll/components/eventItem.vue → hdApp/src/admin/ll/components/event.vue


+ 5 - 1
hdApp/src/admin/ll/components/user.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-    <view  @click="pageTo({url:'/admin/ll/detail?id='+item.id})">
+    <view  @click="pageTo({url:'/admin/ll/userDetail?id='+item.id})">
         <view class="order-top_box" style="position:relative;">
         <view class="order-top_box" style="position:relative;">
           <image style="width:130upx;position:absolute;top:110upx;right:25upx;border-radius:10upx;" mode="widthFix" :src="item.cover"></image>
           <image style="width:130upx;position:absolute;top:110upx;right:25upx;border-radius:10upx;" mode="widthFix" :src="item.cover"></image>
           <view class="tit">{{ item.name }}</view>
           <view class="tit">{{ item.name }}</view>
@@ -26,6 +26,10 @@
                 <view>失信金额:</view>
                 <view>失信金额:</view>
                 <view>¥{{ item.breakAmount }}</view>
                 <view>¥{{ item.breakAmount }}</view>
             </view>
             </view>
+            <view class="order-info_box">
+                <view>首次失信:</view>
+                <view>{{ item.firstDate }}</view>
+            </view>
             <view class="order-info_box">
             <view class="order-info_box">
                 <view>最近失信:</view>
                 <view>最近失信:</view>
                 <view>{{ item.lastDate }}</view>
                 <view>{{ item.lastDate }}</view>

+ 1 - 1
hdApp/src/admin/ll/list.vue

@@ -83,7 +83,7 @@
     },
     },
     methods: {
     methods: {
       goMy(){
       goMy(){
-        this.$util.pageTo({url:"/admin/ll/my"})
+        this.$util.pageTo({url:"/admin/ll/myEventList"})
       },
       },
       add(){
       add(){
         this.$util.pageTo({url:"/admin/ll/add"})
         this.$util.pageTo({url:"/admin/ll/add"})

+ 3 - 3
hdApp/src/admin/ll/my.vue → hdApp/src/admin/ll/myEventList.vue

@@ -3,7 +3,7 @@
       <div class="list-wrap">
       <div class="list-wrap">
         <block v-if="!$util.isEmpty(list.data)">
         <block v-if="!$util.isEmpty(list.data)">
           <div class="list" v-for="(item, index) in list.data" :key="index">
           <div class="list" v-for="(item, index) in list.data" :key="index">
-            <eventItem :item="item"></eventItem>
+            <eventArea :item="item"></eventArea>
           </div>
           </div>
         </block>
         </block>
         <block v-else>
         <block v-else>
@@ -21,7 +21,7 @@
   import { getEventList} from "@/api/ll";
   import { getEventList} from "@/api/ll";
   import AppSearchModule from "@/components/module/app-search";
   import AppSearchModule from "@/components/module/app-search";
   import DropShopSelect from "@/components/module/shopSelect";
   import DropShopSelect from "@/components/module/shopSelect";
-  import eventItem from "./components/eventItem";
+  import eventArea from "./components/event";
   import DateSelect from "@/components/module/dateSelect";
   import DateSelect from "@/components/module/dateSelect";
   export default {
   export default {
     name: "my",
     name: "my",
@@ -30,7 +30,7 @@
       ModalModule,
       ModalModule,
       AppSearchModule,
       AppSearchModule,
       DropShopSelect,
       DropShopSelect,
-      eventItem,
+      eventArea,
       DateSelect,
       DateSelect,
       NotLogin
       NotLogin
     },
     },

+ 22 - 12
hdApp/src/admin/ll/detail.vue → hdApp/src/admin/ll/userDetail.vue

@@ -2,20 +2,12 @@
 	<view class="app-content">
 	<view class="app-content">
 		<view class="info-content_box">
 		<view class="info-content_box">
 			<view class="title">
 			<view class="title">
-				失信人员信息
+				更多信息
 			</view>
 			</view>
 			<view class="bills-info_box content-box">
 			<view class="bills-info_box content-box">
 				<view class="order-info_box">
 				<view class="order-info_box">
-					<view>手机号码:</view>
-					<view>{{ userInfo.mobile }}</view>
-				</view>
-				<view class="order-info_box">
-					<view>微信号码:</view>
-					<view>{{ userInfo.wx }}</view>
-				</view>
-				<view class="order-info_box" v-if="userInfo.status==1">
-					<view>身份证号:</view>
-					<view>{{ userInfo.no }}</view>
+					<view>人员名称:</view>
+					<view>{{ userInfo.name }}</view>
 				</view>
 				</view>
 				<view class="order-info_box">
 				<view class="order-info_box">
 					<view>失信次数:</view>
 					<view>失信次数:</view>
@@ -33,13 +25,31 @@
 					<view>最近失信:</view>
 					<view>最近失信:</view>
 					<view>{{ userInfo.lastDate }}</view>
 					<view>{{ userInfo.lastDate }}</view>
 				</view>
 				</view>
+				<block v-if="!$util.isEmpty(userInfo.mobileList)">
+					<view class="order-info_box" v-for="(item, index) in userInfo.mobileList" :key="index">
+						<view>曾用手机:</view>
+						<view>{{ item }}</view>
+					</view>
+				</block>
+				<block v-if="!$util.isEmpty(userInfo.wxList)">
+				<view class="order-info_box" v-for="(item, index) in userInfo.wxList" :key="index">
+					<view>曾用微信:</view>
+					<view>{{ item }}</view>
+				</view>
+				</block>
+				<block v-if="!$util.isEmpty(userInfo.noList)">
+					<view class="order-info_box" v-for="(item, index) in userInfo.noList" :key="index">
+						<view>曾用身份:</view>
+						<view>{{ item }}</view>
+					</view>
+				</block>
 			</view>
 			</view>
 
 
 			<view v-if="userInfo.remark!=''" class="content-box price-detail">
 			<view v-if="userInfo.remark!=''" class="content-box price-detail">
 				<div class="module-com input-line-wrap">
 				<div class="module-com input-line-wrap">
 					<tui-list-cell class="line-cell" :hover="false">
 					<tui-list-cell class="line-cell" :hover="false">
 						<div class="tui-title">备注</div>
 						<div class="tui-title">备注</div>
-						<div>{{ userInfo.remark }}</div>
+						<div>{{ userInfo.remark||'' }}</div>
 					</tui-list-cell>
 					</tui-list-cell>
 				</div>
 				</div>
 			</view>
 			</view>

+ 2 - 2
hdApp/src/pages.json

@@ -29,9 +29,9 @@
 			"pages": [
 			"pages": [
 				{"path": "list","style": {"navigationBarTitleText": "花卉行业"}},
 				{"path": "list","style": {"navigationBarTitleText": "花卉行业"}},
 				{"path": "add","style": {"navigationBarTitleText": "新增"}},
 				{"path": "add","style": {"navigationBarTitleText": "新增"}},
-				{"path": "detail","style": {"navigationBarTitleText": "明细"}},
+				{"path": "userDetail","style": {"navigationBarTitleText": "明细"}},
 				{"path": "eventDetail","style": {"navigationBarTitleText": "明细"}},
 				{"path": "eventDetail","style": {"navigationBarTitleText": "明细"}},
-				{"path": "my","style": {"navigationBarTitleText": "我提交的记录"}}
+				{"path": "myEventList","style": {"navigationBarTitleText": "我提交的记录"}}
 			]
 			]
 		},
 		},
 		{
 		{