| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <wxs src='/utils/numberFormat.wxs' module="numberFormat"></wxs>
- <wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
- <loading wx:if="{{loading}}" loadingName="加载中" backgroundColor="#f2f2f2;" opacity="0.8"></loading>
- <van-sticky scroll-top="0">
- <van-search model:value="{{ searchText }}" bind:search="doSearch" placeholder="请输入单号/商品信息">
- </van-search>
- <view class="top-class">
- <view class="top-class-2">
- <view style="padding-right: 32rpx;padding-bottom: 15rpx;">
- <view style="display: flex;padding-right: 32rpx;">
- <view style="padding-left: 32rpx;padding-top: 19rpx;width: 39rpx;">
- <view catchtap="toCustomer" style="width: 39rpx;height: 39rpx;background-color: #95A8CB;border-radius:50%;">
- <view style="width: 39rpx; height: 39rpx;text-align: center;">
- <van-image round width="28rpx" height="28rpx" src="/static/img/purchase-order-icon.png" />
- </view>
- </view>
- </view>
- <view style="padding-left: 14rpx;padding-top: 19rpx;font-size: 26rpx;line-height: 36rpx;color: #FFFFFF;">
- {{item.supplierName}}
- </view>
- </view>
- <!-- 收货人 -->
- <view style="display: flex;padding-right: 32rpx;">
- <view style="padding-left: 32rpx;padding-top: 19rpx;width: 39rpx;">
- <view catchtap="toCustomer" style="width: 39rpx;height: 39rpx;background-color: #95A8CB;border-radius:50%;">
- <view style="width: 39rpx; height: 39rpx;text-align: center;">
- <van-image round width="20rpx" height="24rpx" src="/static/img/Vector.png" />
- </view>
- </view>
- </view>
- <view style="padding-left: 14rpx;padding-top: 19rpx;font-size: 26rpx;line-height: 36rpx;color: #FFFFFF;">
- {{item.contactName}}
- </view>
- <view style="padding-left: 22rpx;padding-top: 19rpx;font-size: 26rpx;line-height: 36rpx;color: #FFFFFF;">
- {{item.contactPhones}}
- </view>
- </view>
- <view style="display: flex;padding-right: 32rpx;">
- <view style="padding-left: 32rpx;padding-top: 15rpx;font-size: 26rpx;line-height: 36rpx;color: #FFFFFF;">
- {{ wxmlUtil.addressToIndexOf(item.addressFull)}}
- </view>
- </view>
- </view>
- </view>
- </view>
- </van-sticky>
- <view style="margin-top: 20rpx;">
- <view wx:for="{{tableData}}" data-item="{{item}}" wx:key="index" class="main-class">
- <view class="main-foot" style="position: relative;border-radius: 15rpx;">
- <view class="table-content" data-item="{{item}}">
- <view style="padding:16rpx;">
- <view style="display:flex;justify-content: left;align-items: center;">
- <view style="width: 8%;">
- <van-checkbox checked-color="#E4002B" value="{{ item.checked }}" data-index="{{index}}" data-index_="{{index_}}" bind:change="onListItemChange"></van-checkbox>
- </view>
- <view style="width: 72%;">
- <view style="font-size: 26rpx;color:#1B365D">{{item.intoNo}}</view>
- <view style="font-size: 24rpx;color:#95A8CB;padding-top:10rpx"> {{item.makeTime ? wxmlUtil.format(item.makeTime) : ''}}</view>
- </view>
- <view style="width: 20%;text-align: right;font-size: 26rpx;color:#1B365D">采购入库单</view>
- </view>
- </view>
- <view wx:for="{{item.inboundItemList}}" wx:for-item="item_" wx:for-index="index_">
- <view style="display: flex;" data-index="{{index}}" data-index_="{{index_}}">
- <view style="place-self: center;padding-left: 15rpx;padding-right: 15rpx;">
- <view style="display: flex;padding-left: 10rpx;">
- <van-checkbox checked-color="#E4002B" value="{{ item_.checked }}" data-index="{{index}}" data-index_="{{index_}}" bind:change="onChangeItemCheckbox" checked-color="#E4002B"></van-checkbox>
- <view class="red-checkbox" style="{{item_.checked ? 'color:#E4002B;' : ''}}">退</view>
- </view>
- </view>
- <view class="border-solid" style="{{index_ === 0 ? (item.inboundItemList.length == 1 ? 'margin-top:30rpx;margin-bottom:30rpx;' : 'margin-top:30rpx;') : index_ ===(item.inboundItemList.length -1) ? 'margin-bottom:30rpx;': ''}}"></view>
- <view style="display: flex;width: 100%;">
- <view style="padding:20rpx;">
- <van-image radius="5px" width="80" height="80" src="{{item_.skuImages? item_.skuImages.path : ''}}" />
- </view>
- <view style="width: 100%;padding:20rpx;padding-left: 10rpx;">
- <view>
- <dk-title titleTag="{{'HEGII'}}" title="{{item_.skuCode}}"></dk-title>
- </view>
- <view>
- <view style="width: 100%;margin-top: 10rpx;" class="font">{{item_.skuName}}</view>
- </view>
- <view style="display: flex;width: 100%;margin-top: 40rpx;position: absolute;">
- <view style="width: 40%;">
- <dk-cell contentFontSize="15" height="25rpx" fontWeight="bold" left="0rpx" contentColor="#CAA977" title="" content="{{ item_.priceInto ? item_.priceInto : 0}}"></dk-cell>
- </view>
- <view style="width: 60%;font-size:24rpx;color: #95A8CB;line-height: 34rpx;">{{ ' x ' + (item_.rejectQty ? item_.rejectQty : 0)}}</view>
- </view>
- </view>
- </view>
- </view>
- <view wx:if="{{index_ !== (item.inboundItemList.length -1) && item.inboundItemList.length > 1}}" style="text-align: center;margin-left: 30rpx;margin-right: 30rpx;">
- <view style="border: solid 1rpx #D3D3D3;"></view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <van-empty wx:if="{{!tableData[0].inboundItemList || tableData[0].inboundItemList.length ==0}}" description="暂无出库单" />
- <view style="height: 250rpx;"></view>
- <!-- 底部工具栏-保存 -->
- <dk-save-bottom checked="{{allChecked}}" totallength="{{returnTotalAmount}}" flagTypeName="select-source-purchase-order" bottomClass="{{true}}" bind:onCheckboxChange="onCheckboxChange" bind:allClean="toAdd" />
|