| | |
| | | <view class="title">入库数量</view> |
| | | <view class="popup-item"> |
| | | <!-- <view class="popup-item-left">入库数量:</view> --> |
| | | <view class="popup-item-right" style="border: none;"><uni-number-box :value="count" :step='1' :max="9999999" color="#747474" @change="changeValue" /></view> |
| | | <view class="popup-item-right" style="border: none;"><uni-number-box :value="count" :step='0.01' :max="9999999" color="#747474" @change="changeValue" /></view> |
| | | |
| | | </view> |
| | | <!-- <view class="popup-item"> |
| | |
| | | this.data.curr = 1 |
| | | this.data.maktx = this.maktx |
| | | this.data.matnr = this.matnr |
| | | this.data.order_no = this.order_no |
| | | this.data.order_no = this.orderNo |
| | | this.data.brand = this.brand |
| | | this.getOrderDetlList(this.searchValue,10) |
| | | this.$refs.filter.close() |