| | |
| | | <!-- 标题 --> |
| | | <view class="title">入库数量</view> |
| | | <view class="popup-item"> |
| | | <uni-number-box :value="count" :step='1' :max="9999999" color="#747474" @change="changeValue" /> |
| | | <uni-number-box :value="count" :step='0.01' :max="9999999" color="#747474" @change="changeValue" /> |
| | | </view> |
| | | <view class="btn"> |
| | | <view class="btn-left" @click="addClose">取消</view> |
| | |
| | | onLoad() { |
| | | this.baseUrl = uni.getStorageSync('baseUrl'); |
| | | this.token = uni.getStorageSync('token'); |
| | | this.searchValue = uni.getStorageSync('threeCode'); |
| | | this.searchValue = uni.getStorageSync('bcpThreeCode'); |
| | | this.getOrderDetlList(this.searchValue,10) |
| | | console.log("onLoad"); |
| | | }, |
| | |
| | | searchValueInput2() { |
| | | this.dataList = [] |
| | | this.data.curr = 1 |
| | | uni.setStorageSync('threeCode', this.searchValue); |
| | | uni.setStorageSync('bcpThreeCode', this.searchValue); |
| | | if (this.searchValue.length == 0) { |
| | | this.getOrderDetlList(this.searchValue,10) |
| | | } else { |
| | |
| | | console.log(data); |
| | | if (data.data == 1) { |
| | | _this.orderCarList = [] |
| | | _this.getOrderDetlList(uni.getStorageSync('threeCode'),10) |
| | | _this.getOrderDetlList(uni.getStorageSync('bcpThreeCode'),10) |
| | | } |
| | | } |
| | | } |
| | |
| | | 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() |