You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
19 KiB

<view style=";"><view style="z-index:99;width:100%;height:15%;position:fixed;top:0;background:#fff;"><view style="background:#fff;"><button size="default" type="default" hover-class="is-hover" data-event-opts="{{[['tap',[['goAddGoods',['$event']]]]]}}" bindtap="__e">新增商品</button></view><view class="title-box"><uni-search-bar class="uni-mt-10" vue-id="5ebd5482-1" radius="5" placeholder="商品名称/货号/供应商" cancelButton="none" data-event-opts="{{[['^input',[['search']]],['^clear',[['clearSearch']]]]}}" bind:input="__e" bind:clear="__e" bind:__l="__l"></uni-search-bar></view></view><view class="content-left" style="height:76%;position:fixed;top:16%;overflow:scroll;padding-top:20rpx;"><block wx:for="{{indexList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{gateType==''}}"><view data-event-opts="{{[['tap',[['clickLeftBtn',[index]]]]]}}" class="{{['left-box',item.parentId?'left-box-hover':'']}}" bindtap="__e"><text class="{{[item.parentId?'red':'']}}" style="width:100%;height:90rpx;line-height:90rpx;display:inline-block;overflow:hidden;">{{item.categoryName}}</text></view></block></block></view><view class="content-right media-right"><block wx:for="{{shopList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toggle',['bottom','$0'],[[['shopList','',index]]]]]]]}}" class="right-box" bindtap="__e"><block wx:if="{{item.delFlag==0||item.inStorageStatus==0}}"><view data-event-opts="{{[['tap',[['clickMask',['$0'],[[['shopList','',index]]]]]]]}}" class="shop-mask" catchtap="__e"></view></block><view data-event-opts="{{[['tap',[['largeImg',['$0'],[[['shopList','',index]]]]]]]}}" class="box-left" catchtap="__e"><block wx:if="{{item.productPicture}}"><image class="img-radius _img" src="{{item.productPicture}}" alt></image></block><block wx:else><view class="noPic">暂无图片</view></block><block wx:if="{{shopId=='1960543009070256129'}}"><view style="background:red;color:#fff;width:23%;height:30rpx;font-size:20rpx;position:absolute;bottom:0;text-align:center;border-radius:5px;">{{'主播佣金'+(item.commission==null?0:item.commission+'%')+''}}</view></block></view><view class="box-right"><view class="box-right-name">{{(item.productSn==null?"":item.productSn)+"("+(item.productName==null?'':item.productName)+")"}}</view><view class="box-right-num">{{"供应商:"+(item.supplierName==null?'':item.supplierName)}}</view><block wx:if="{{shopId!='1960543009070256129'}}"><view class="box-right-price"><block wx:if="{{storageType==0}}"><view class="price-box"><text>{{item.inStorageStatus==0?'待入库':item.purchasePrice==null?'新商品':item.purchasePrice}}</text><text>采购价</text></view></block><view class="price-box"><text>{{item.wholesalePrice}}</text><text>批发价</text></view><view class="price-box"><text>{{item.price}}</text><text>零售价</text></view><view data-event-opts="{{[['tap',[['seeStockCount',['$0','$1'],[[['shopList','',index,'stockCount']],[['shopList','',index,'minusStockCount']]]]]]]}}" class="price-box" catchtap="__e"><text>{{item.stockCount+item.minusStockCount}}</text><view> 库存 <uni-icons vue-id="{{'5ebd5482-2-'+index}}" type="help" size="15" bind:__l="__l"></uni-icons></view></view></view></block><block wx:else><view class="box-right-price"><block wx:if="{{shopOwnerPhone==username||username==item.createBy}}"><view class="price-box"><text>{{item.inStorageStatus==0?'待入库':item.purchasePrice==null?'新商品':item.purchasePrice+'%'}}</text><text>团长佣金</text></view></block><view class="price-box"><text>{{item.wholesalePrice}}</text><text>直播价</text></view><view class="price-box"><text>{{item.price}}</text><text>日常价</text></view><view data-event-opts="{{[['tap',[['seeStockCount',['$0','$1'],[[['shopList','',index,'stockCount']],[['shopList','',index,'minusStockCount']]]]]]]}}" class="price-box" catchtap="__e"><text>{{item.stockCount+item.minusStockCount}}</text><view> 库存 <uni-icons vue-id="{{'5ebd5482-3-'+index}}" type="help" size="15" bind:__l="__l"></uni-icons></view></view></view></block></view