Merge branch 'bfwms' of http://47.97.1.152:5880/r/wms_app into bfwms
|  |  |  | 
|---|
|  |  |  | "name" : "中扬WMS", | 
|---|
|  |  |  | "appid" : "__UNI__DA5854D", | 
|---|
|  |  |  | "description" : "", | 
|---|
|  |  |  | "versionName" : "20221110A", | 
|---|
|  |  |  | "versionName" : "20221222A", | 
|---|
|  |  |  | "versionCode" : 103, | 
|---|
|  |  |  | "transformPx" : false, | 
|---|
|  |  |  | /* 5+App特有相关 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | "path" : "pages/basics/piking", | 
|---|
|  |  |  | "style" : | 
|---|
|  |  |  | { | 
|---|
|  |  |  | "navigationBarTitleText": "拣料出库", | 
|---|
|  |  |  | "navigationBarTitleText": "拣料/盘点转全板", | 
|---|
|  |  |  | "enablePullDownRefresh": false | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | </checkbox-group> --> | 
|---|
|  |  |  | <checkbox-group @change="checkbox"> | 
|---|
|  |  |  | <view v-for="(item,index) in matList" :key="index" class="data-list bg-false" :class="'bg-'+item.checked" > | 
|---|
|  |  |  | <label class="left-check-box"> | 
|---|
|  |  |  | <!-- <label class="left-check-box"> | 
|---|
|  |  |  | <checkbox :value="item.id+''" :checked="item.checked" style="display: block;" /> | 
|---|
|  |  |  | </label> | 
|---|
|  |  |  | </label> --> | 
|---|
|  |  |  | <view class="data-list-left"> | 
|---|
|  |  |  | <view class="matnr"><text style="width: 700rpx;">规格:{{item.matnr}}</text></view> | 
|---|
|  |  |  | <view class="matnr"><text style="width: 700rpx;">规格:{{item.specs}}</text></view> | 
|---|
|  |  |  | 
|---|
|  |  |  | <text style="width: 700rpx;">数量:{{item.anfme}}</text> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <view class="data-list-right"> | 
|---|
|  |  |  | <!-- <view class="data-list-right"> | 
|---|
|  |  |  | <label><uni-icons type="compose" size="20" color="#a5a5a5" @click="revise(item,index)"></uni-icons></label> | 
|---|
|  |  |  | <!-- list中删除键 --> | 
|---|
|  |  |  | <!-- <label><uni-icons type="trash" size="25" color="#a5a5a5" @click="remove(item,index)"></uni-icons></label> --> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | list中删除键 | 
|---|
|  |  |  | <label><uni-icons type="trash" size="25" color="#a5a5a5" @click="remove(item,index)"></uni-icons></label> | 
|---|
|  |  |  | </view> --> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </checkbox-group> | 
|---|
|  |  |  | <!-- 无数据显示 --> | 
|---|
|  |  |  | 
|---|
|  |  |  | searchByMatnr() { | 
|---|
|  |  |  | let that = this | 
|---|
|  |  |  | that.request() | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | revise() { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | } | 
|---|