|
|
|
@ -5,20 +5,20 @@ |
|
|
|
<view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">收藏夹</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class='searchView'> |
|
|
|
<input class='imput_goodsName' bindinput='getGoodsName' type='text' placeholder='请输入存货名称' placeholder-style='color:rgb(202, 202, 202)'></input> |
|
|
|
<view class='storageView'>收藏</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<swiper current="{{currentTab}}" class="swiper-box" style='height:{{winHeight -83}}px' duration="300" bindchange="bindChange"> |
|
|
|
<swiper current="{{currentTab}}" class="swiper-box" style='height:{{winHeight - 50}}px' duration="300" bindchange="bindChange"> |
|
|
|
<!-- 全部 --> |
|
|
|
<swiper-item class="swiper-items1"> |
|
|
|
<view class='searchView'> |
|
|
|
<input class='imput_goodsName' bindinput='getGoodsName' type='text' placeholder='请输入存货名称' placeholder-style='color:rgb(202, 202, 202)'></input> |
|
|
|
<view class='storageView'>收藏</view> |
|
|
|
</view> |
|
|
|
<scroll-view scroll-x="false" scroll-y="true" class='scroll-views' bindscrolltoupper="unCheckedScrollUpper" bindscrolltolower="unCheckedScrollLower"> |
|
|
|
<block wx:for="{{unCheckDataArr}}" wx:for-item="item"> |
|
|
|
<template is="outStoreOrderTemplate" data="{{item}}" /> |
|
|
|
</block> |
|
|
|
</scroll-view> |
|
|
|
<view class='addGoodsName' catchtap='addGoodsName'>添加存货明细</view> |
|
|
|
|
|
|
|
</swiper-item> |
|
|
|
<!-- 收藏夹 --> |
|
|
|
<swiper-item class="swiper-items2"> |
|
|
|
@ -30,9 +30,6 @@ |
|
|
|
</swiper-item> |
|
|
|
</swiper> |
|
|
|
|
|
|
|
<image class='xinjian' bindtap="createNew" src="/imgs/create.png"></image> |
|
|
|
|
|
|
|
<button class='chose' catchtap='chose'>筛选</button> |
|
|
|
|
|
|
|
<template name="outStoreOrderTemplate"> |
|
|
|
<view class='listItem' catchtap='transToOrderDetail' data-detailitemid='{{item.orderID}}' data-detailitemstate='{{item.orderState}}'> |
|
|
|
|