|
|
@@ -2,30 +2,11 @@
|
|
|
<wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
|
|
|
<loading wx:if="{{loading}}"></loading>
|
|
|
<van-dialog id="van-dialog" />
|
|
|
-<dk-navbar titleFontColor="#000000" navbarTitle="库存查询" bind:clickBack="handleNavBack" operateShow="{{ guideUrl ? true: false}}" operateUrl="{{guideUrl}}" bind:getNavbarHeight="getNavbarHeight"/>
|
|
|
<van-sticky offset-top="{{ 0 }}">
|
|
|
- <view style="display: flex;">
|
|
|
- <view style="width: 85%;">
|
|
|
- <!-- 查询条件 -->
|
|
|
- <dk-dropdown-menu model:value="{{searchForm}}" menuList="{{searchContent}}" pullMenuList="{{pullMenuList}}" bind:search="searchData" searchTextPlaceholder="{{wxmlUtil.setSearchPlaceholder($t,['skuName','skuModel','colorNumber'])}}">
|
|
|
- </dk-dropdown-menu>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="scan-class" style="width: 15%;display: flex;align-items: center;">
|
|
|
- <image style="width: 40rpx;height: 40rpx;" class="scan-image" fit="fill" src="{{imageUrl+'/scan_image.png'}}"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
-
|
|
|
- <van-dropdown-menu active-color="#1B365D" style=" width: calc(100% ) !important; ">
|
|
|
- <!-- 库区 -->
|
|
|
- <van-dropdown-item id="statusItemWareHouse" disabled="{{controlFlags.choosewhReadonly}}" title="{{ form.whNames ? form.whNames:$t['reservoirArea'] }}" bind:open="dropdowncommit">
|
|
|
- </van-dropdown-item>
|
|
|
- <!-- 可售量排序 SellableQuantityAsc-->
|
|
|
- <van-dropdown-item title="{{ orderBy.text?orderBy.text:$t['SellableQuantityAsc'] }}" value="{{value}}" options="{{ orderBy }}" bind:change="onSwitchChange">
|
|
|
- </van-dropdown-item>
|
|
|
- </van-dropdown-menu>
|
|
|
-
|
|
|
+ <dk-navbar titleFontColor="#000000" navbarTitle="库存查询" bind:clickBack="handleNavBack" operateShow="{{ guideUrl ? true: false}}" operateUrl="{{guideUrl}}" bind:getNavbarHeight="getNavbarHeight"/>
|
|
|
+ <!-- 查询条件 -->
|
|
|
+ <dk-dropdown-menu model:value="{{searchForm}}" menuList="{{searchContent}}" pullMenuList="{{pullMenuList}}" navBarHeight="{{navBarHeight}}"bind:search="searchData" searchTextPlaceholder="{{wxmlUtil.setSearchPlaceholder($t,['skuName','skuModel','colorNumber'])}}">
|
|
|
+ </dk-dropdown-menu>
|
|
|
</van-sticky>
|
|
|
|
|
|
<view style="height:100%;background: #F8F9FD ;">
|