Commit 86271ffb authored by youjie's avatar youjie

优化

parent 67dece9c
......@@ -983,8 +983,13 @@
class="SaleText"
@click="SelectSales(item)">
<view>{{ item.EmName }}</view>
<uni-icons :type="SaleId==item.CreateBy?'checkmarkempty':''"
:color="SaleId==item.CreateBy?'#ff3166':''" size="24"></uni-icons>
<view>
<u-radio-group v-model="SaleId" @change="SelectSales"
style="position: relative;top:10rpx;">
<u-radio shape="circle" :name="item.CreateBy" :icon-size="36"
active-color="#ff3166"></u-radio>
</u-radio-group>
</view>
</view>
</view>
</scroll-view>
......@@ -1064,10 +1069,12 @@
customer: {},
SaleName: '',
SaleId: 0,
mc: '',
};
},
created() {},
onLoad(option) {
this.mc = this.$uiConfig.mainColor;
this.customer = uni.getStorageSync("b2b_user");
if (!option.scene) {
if (option.lineId) {
......@@ -2364,8 +2371,8 @@
padding: 0 20px;
}
.SaleText{
height: 70rpx;
line-height: 67rpx;
height: 80rpx;
line-height: 77rpx;
display: flex;
justify-content: space-between;
border-bottom: 1rpx solid #eee;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment