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
9.0 KiB
1 line
9.0 KiB
|
2 months ago
|
<view class="container data-v-4849cfe6"><uni-card vue-id="7e1ea440-1" title="{{shopData.shopName==null?'暂无':shopData.shopName}}" thumbnail="/static/images/dingdan/dd0.png" class="data-v-4849cfe6" bind:__l="__l" vue-slots="{{['default']}}"><block wx:if="{{shopData.shopAddress!=null}}"><view class="uni-body data-v-4849cfe6">{{shopData.shopAddress+''}}</view></block></uni-card><view class="tui-order-item boxbg data-v-4849cfe6"><view class="content-box data-v-4849cfe6"><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="shop-box data-v-4849cfe6" style="border-top:5px solid #eee;"><view class="shop-name data-v-4849cfe6" style="position:relative;"><block wx:if="{{item.$orig.productPicture}}"><image style="width:140rpx;height:140rpx;margin:30rpx 0 0 30rpx;" src="{{item.$orig.productPicture}}" alt="暂无图片" class="_img data-v-4849cfe6"></image></block><block wx:else><view class="noPic data-v-4849cfe6">暂无图片</view></block><view class="shop-productName data-v-4849cfe6"><view style="color:#FF5809;" class="data-v-4849cfe6">{{item.$orig.productName+" ("+(item.$orig.productSn==null?'暂无':item.$orig.productSn)+")"}}</view><view class="data-v-4849cfe6">{{'单价:'+(item.$orig.discountAmount==null?'暂无':item.$orig.discountAmount)+" \n\t\t\t\t\t\t\t数量:"+(item.$orig.productCount==null?'暂无':item.$orig.productCount)+" \n\t\t\t\t\t\t\t总价:"+(item.$orig.productCount*item.$orig.discountAmount==null?'暂无':item.$orig.productCount*item.$orig.discountAmount)+''}}</view><block wx:if="{{item.$orig.supplierName!=undefined}}"><view class="data-v-4849cfe6">{{"供应商:"+(item.$orig.supplierName==null?'暂无':item.$orig.supplierName)}}</view></block></view></view><view class="shop-type data-v-4849cfe6"><block wx:for="{{item.l0}}" wx:for-item="item1" wx:for-index="index1" wx:key="index1"><block wx:if="{{item1.$orig.productCount!=0}}"><view class="shop-collapse data-v-4849cfe6"><text class="data-v-4849cfe6">{{item1.f0}}</text><text class="data-v-4849cfe6">{{"数量:"+item1.$orig.productCount}}</text><block wx:if="{{isReturn&&item1.$orig.maxNum!=0}}"><u-number-box bind:input="__e" vue-id="{{'7e1ea440-2-'+index+'-'+index1}}" integer="{{true}}" max="{{item1.$orig.maxNum}}" min="{{0}}" value="{{item1.$orig.returnCount}}" data-event-opts="{{[['^input',[['__set_model',['$0','returnCount','$event',[]],[[['list','',index],['stockLogList1','',index1]]]]]]]}}" class="data-v-4849cfe6" bind:__l="__l"></u-number-box></block></view></block></block></view></view></block></view><view class="tui-goods-info data-v-4849cfe6"><view class="tui-price-flex tui-size32 tui-pbtm20 data-v-4849cfe6"><view class="tui-flex-shrink data-v-4849cfe6">总金额</view><view class="tui-goods-price data-v-4849cfe6"><view class="tui-size-24 data-v-4849cfe6">¥</view><view class="tui-price-large data-v-4849cfe6">{{sales.totalAmount==null?'暂无':sales.totalAmount}}</view></view></view><view class="tui-price-flex tui-size32 data-v-4849cfe6"><view class="tui-flex-shrink data-v-4849cfe6">实收金额</view><view class="tui-goods-price data-v-4849cfe6"><view class="tui-size-24 data-v-4849cfe6">¥</view><view class="tui-price-large data-v-4849cfe6">{{sales.realAmount==null?'暂无':sales.realAmount}}</view></view></view><view class="tui-price-flex tui-size32 data-v-4849cfe6"><view class="tui-flex-shrink data-v-4849cfe6">已收金额</view><view class="tui-goods-price data-v-4849cfe6"><view class="tui-size-24 data-v-4849cfe6">¥</view><view class="tui-price-large data-v-4849cfe6">{{sales.alreadyEarn==null?'暂无':sales.alreadyEarn}}</view></view></view><view class="tui-price-flex tui-size32 data-v-4849cfe6"><view class="tui-flex-shrink data-v-4849cfe6">其他费用</view><view class="tui-goods-price data-v-4849cfe6"><view class="tui-size-24 data-v-4849cfe6">¥</view><view class="tui-price-large data-v-4849cfe6">{{sales.otherExpense==null?'暂无':sales.otherExpense}}</view></view></view><view class="tui-price-flex tui-size32 data-v-4849cfe6"><view class="tui-flex-shrink data-v-4849cfe6">备注</view><view
|