|  |  |  | 
|---|
|  |  |  | <text class="desc_name">订单号:</text> | 
|---|
|  |  |  | <text class="desc_connect">{{item.orderNo}}</text> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <view> | 
|---|
|  |  |  | <view style="display: flex;"> | 
|---|
|  |  |  | <text class="desc_name">数量:</text> | 
|---|
|  |  |  | <text class="desc_connect">{{item.anfme}}</text> | 
|---|
|  |  |  | <uni-number-box :value="item.anfme" :step='1' :min="0" :max="item.maxCount" color="#747474" @change="changeValue($event,item)" /> | 
|---|
|  |  |  | <!-- <text class="desc_connect">{{item.anfme}}</text> --> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <view class="list_fix"> | 
|---|
|  |  |  | <!-- <view class="list_fix"> | 
|---|
|  |  |  | <uni-icons type="compose" color="#9add8b" size="24" @click="revise(item,i)"></uni-icons> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> --> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | back() { | 
|---|
|  |  |  | uni.navigateBack({}) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | changeValue(e,item) { | 
|---|
|  |  |  | item.anfme = e | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | checkboxChange(e) { | 
|---|
|  |  |  | let items = this.dataList, | 
|---|
|  |  |  | values = e.matnr; | 
|---|
|  |  |  | 
|---|
|  |  |  | if (res.code === 200) { | 
|---|
|  |  |  | for (let k of res.data) { | 
|---|
|  |  |  | k['checked'] = true | 
|---|
|  |  |  | k['maxCount'] = k.anfme | 
|---|
|  |  |  | } | 
|---|
|  |  |  | _this.dataList = res.data | 
|---|
|  |  |  | } | 
|---|