From e6a02c8b09a796e436a501e9b87d19e25c34c9d1 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期日, 07 四月 2024 15:53:37 +0800
Subject: [PATCH] #
---
pages/business/saleManage/cstmrDetls.vue | 34 ++++++++++++++++++++++++++--------
1 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/pages/business/saleManage/cstmrDetls.vue b/pages/business/saleManage/cstmrDetls.vue
index c71413a..d9bcc10 100644
--- a/pages/business/saleManage/cstmrDetls.vue
+++ b/pages/business/saleManage/cstmrDetls.vue
@@ -6,10 +6,24 @@
<image src="../../../static/image/zuzhibumen.png" mode="aspectFit"></image>
<view>{{saleManage.name}}</view>
</view>
- <view class="cstmr-tel">
+ <!-- <view class="cstmr-tel">
{{saleManage.company$}} |
{{saleManage.money ? saleManage.pcd$ : '--'}} |
{{saleManage.director$ ? saleManage.pcd$ : '--'}}
+ </view> -->
+ <view class="cstmr-tel">
+ <view class="tel-box">
+ <view>瀹㈡埛鐢佃瘽</view>
+ <view >{{cstmr.tel ? cstmr.tel : '--'}}</view>
+ </view>
+ <view class="tel-box">
+ <view>瀹㈡埛璇︾粏鍦板潃</view>
+ <view >{{cstmr.addr ? cstmr.addr : '--'}}</view>
+ </view>
+ <view class="tel-box">
+ <view>璐熻矗浜�</view>
+ <view >{{cstmr.director$ ? cstmr.director$ : '--'}}</view>
+ </view>
</view>
</view>
<view class="container">
@@ -37,7 +51,7 @@
</scroll-view>
<view class="foot">
- <button size="mini" type="warn" @click="del(id)">鍒犻櫎</button>
+ <!-- <button size="mini" type="warn" @click="del(id)">鍒犻櫎</button> -->
</view>
<view>
@@ -77,9 +91,7 @@
}
},
onLoad(option) {
- console.log('寮�濮�');
if (JSON.stringify(option) != "{}") {
- console.log('pd1');
this.id = option.id
this.init()
this.autoLoad('follower','')
@@ -87,7 +99,6 @@
this.getFollowers()
},500)
} else {
- console.log('cd2');
let _this = this
const eventChannel = this.getOpenerEventChannel();
eventChannel.on('cstmr', function(data) {
@@ -114,7 +125,6 @@
method: 'GET',
success(res) {
res = res.data
- console.log(res);
that.saleManage = res.data
that.cstmr = res.data
that.cstmrId = that.cstmr.id
@@ -259,10 +269,18 @@
height: 35rpx;
}
.cstmr-tel {
- min-height: 60rpx;
- line-height: 60rpx;
font-size: 24rpx;
color: #303133;
+ display: flex;
+ }
+ .tel-box {
+ margin-top: 20rpx;
+ padding-right: 8rpx;
+ margin-left: 10rpx;
+ border-right: 1px solid #b1b3b8;
+ }
+ .tel-box:last-child {
+ border: none
}
.container {
margin-top: 10px;
--
Gitblit v1.9.1