|  |  | 
 |  |  |     "name" : "中扬WMS", | 
 |  |  |     "appid" : "__UNI__DA5854D", | 
 |  |  |     "description" : "", | 
 |  |  |     "versionName" : "2023062501", | 
 |  |  |     "versionName" : "2023070701", | 
 |  |  |     "versionCode" : "100", | 
 |  |  |     "transformPx" : false, | 
 |  |  |     /* 5+App特有相关 */ | 
 
 |  |  | 
 |  |  |         <!-- 搜索框 --> | 
 |  |  |         <view class="code"> | 
 |  |  |             <view class="item"> | 
 |  |  |                 <view class="code-decs">库位号:</view> | 
 |  |  |                 <view class="code-decs">托盘码:</view> | 
 |  |  |                 <input type="text" placeholder=" 扫码 / 输入" v-model="locNo"> | 
 |  |  |             </view> | 
 |  |  |             <view class="item"> | 
 |  |  |             <!-- <view class="item"> | 
 |  |  |                 <view class="code-decs">物料号:</view> | 
 |  |  |                 <input type="text" placeholder=" 扫码 / 输入" v-model="matnr"> | 
 |  |  |                 <view class="item-right"> | 
 |  |  |                 </view> | 
 |  |  |             </view> | 
 |  |  |             </view> --> | 
 |  |  |         </view> | 
 |  |  |         <view class="mat-list-title"> | 
 |  |  |             商品列表 | 
 |  |  | 
 |  |  |                     data: { | 
 |  |  |                         curr: 1, | 
 |  |  |                         limit: 100, | 
 |  |  |                         loc_no: that.locNo, | 
 |  |  |                         zpallet: that.locNo, | 
 |  |  |                         matnr: that.matnr | 
 |  |  |                     }, | 
 |  |  |                     method:"GET", | 
 |  |  | 
 |  |  |     .code { | 
 |  |  |         width: 100%; | 
 |  |  |         position: fixed; | 
 |  |  |         min-height: 200rpx; | 
 |  |  |         min-height: 100rpx; | 
 |  |  |         background-color: #FFF; | 
 |  |  |         z-index: 10; | 
 |  |  |     } | 
 |  |  | 
 |  |  |         width: 100%; | 
 |  |  |         background-color: white; | 
 |  |  |         position: fixed; | 
 |  |  |         margin-top: 200rpx; | 
 |  |  |         margin-top: 100rpx; | 
 |  |  |         z-index: 9; | 
 |  |  |         /* border-top: 1px solid #DCDFE6; */ | 
 |  |  |         text-align: center; | 
 
 |  |  | 
 |  |  |     box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2); | 
 |  |  | } | 
 |  |  | .list:first-child { | 
 |  |  |     margin-top: 310rpx; | 
 |  |  |     margin-top: 220rpx; | 
 |  |  | } | 
 |  |  | .list:last-child { | 
 |  |  |     margin-bottom: 120rpx; |