main
zouyanyan 6 days ago
parent 8f3e48eb0e
commit 134e78061e

@ -32,7 +32,7 @@
<view v-for="(item, index) in myaddresslist" :key="index" class="sitem"> <view v-for="(item, index) in myaddresslist" :key="index" class="sitem">
<view class="lcon"> <view class="lcon">
<view class="sname"> <view class="sname">
<text>{{item.userName}}({{item.userCode}})</text> <!-- <text>{{item.userName}}({{item.userCode}})</text> -->
<text>{{ item.departCode?retType(item.departCode,1):''}}</text> <text>{{ item.departCode?retType(item.departCode,1):''}}</text>
</view> </view>
<view class="sinfo"> <view class="sinfo">
@ -210,7 +210,7 @@
this.address.forEach(cell=>{ this.address.forEach(cell=>{
var ifadd=0; var ifadd=0;
this.myaddresslist.forEach(item=>{ this.myaddresslist.forEach(item=>{
if(item.id==cell.id){ if(item.departCode==cell.departCode&&item.workshop==cell.workshop&&item.location==cell.location&&item.address==cell.address){
ifadd=1 ifadd=1
} }
}); });
@ -531,7 +531,7 @@
.opecon{ .opecon{
position: absolute; position: absolute;
right: 20rpx; right: 20rpx;
bottom: 20rpx; top: 20rpx;
} }
.sname{ .sname{
font-size: 30rpx; font-size: 30rpx;

Loading…
Cancel
Save