|  |  | 
 |  |  |                <view class="popup-item"> | 
 |  |  |                   <view class="popup-item-left">数量:</view> | 
 |  |  |                   <view class="popup-item-right" style="border: none;justify-content: center;"> | 
 |  |  |                      <uni-number-box :value="count" :step='0.01' :max="9999999" color="#747474" @change="changeValue" /> | 
 |  |  |                      <uni-number-box :value="count" :step='1' :max="9999999" color="#747474" @change="changeValue" /> | 
 |  |  |                   </view> | 
 |  |  |                </view> | 
 |  |  |                <view class="btn"> | 
 |  |  | 
 |  |  |             devNo: [], | 
 |  |  |             flag: 0, | 
 |  |  |             tempOrderInfo: {csocode: '',isoseq: ''}, | 
 |  |  |             hide: true, | 
 |  |  |             hide: false, | 
 |  |  |             hidebg: 'kb-bgtr', | 
 |  |  |             isOpen: false, | 
 |  |  |             selects: [1,2,3,4], | 
 |  |  | 
 |  |  |             console.log(data); | 
 |  |  |             that.orderNo = data.mats[0].orderNo | 
 |  |  |             for (let k of data.mats) { | 
 |  |  |                k.anfme = k.enableQty | 
 |  |  |                k.anfme = 0 | 
 |  |  |             } | 
 |  |  |             that.dataList = data.mats | 
 |  |  |          }) |