| | |
| | | getLocMastList(barcode) { |
| | | let _this = this |
| | | // uni.setStorageSync('lev1', this.lev1); |
| | | this.dataList = [] |
| | | uni.request({ |
| | | url: `${_this.baseUrl}/agv/locMast/list/auth`, |
| | | header: {'token': uni.getStorageSync('token')}, |
| | |
| | | <view>主订单号:{{locDetl.orderNo}}</view> |
| | | <view>商品编码:{{locDetl.matnr}}</view> |
| | | <view>商品名称:{{locDetl.maktx}}</view> |
| | | <view>工序:{{locDetl.processSts$}}</view> |
| | | <view>库存:{{locDetl.count}}</view> |
| | | </view> |
| | | <view class="list-right" @click="chageDetl(index)"> |
| | |
| | | <!-- 标题 --> |
| | | <view class="title">商品信息</view> |
| | | <view class="popup-item"> |
| | | <view>订单号</view> |
| | | <view style="width: 70px;">订单号</view> |
| | | <view style="margin-left: 20rpx;border-bottom: 1px solid #d8d8d8;"> <input type="text" v-model="orderNo"> </view> |
| | | </view> |
| | | <view class="popup-item"> |
| | | <view>销售单号</view> |
| | | <view style="width: 70px;">销售单号</view> |
| | | <view style="margin-left: 20rpx;border-bottom: 1px solid #d8d8d8;"> <input type="text" v-model="threeCode"> </view> |
| | | </view> |
| | | <view class="popup-item"> |
| | | <view style="width: 70px;">工序</view> |
| | | <uni-combox style="height: 20px;" :candidates="processSts$List" placeholder="请选择工序" v-model="processSts$"></uni-combox> |
| | | </view> |
| | | <view class="popup-item"> |
| | | <uni-number-box :value="count" :step='1' :max="9999999" color="#747474" @change="changeValue" /> |
| | | </view> |
| | |
| | | locNo: '', |
| | | barcode: '', |
| | | orderNo: '', |
| | | threeCode: '' |
| | | threeCode: '', |
| | | processSts$: '', |
| | | processSts$List: ['待加工','已加工','无需加工'] |
| | | } |
| | | }, |
| | | onShow() { |
| | |
| | | this.count = this.dataList[index].count |
| | | this.threeCode = this.dataList[index].threeCode |
| | | this.orderNo = this.dataList[index].orderNo |
| | | this.processSts$ = this.dataList[index].processSts$ |
| | | this.$refs.chageDetl.open() |
| | | }, |
| | | // 修改数量 |
| | |
| | | this.dataList[this.index].count = this.count |
| | | this.dataList[this.index].threeCode = this.threeCode |
| | | this.dataList[this.index].orderNo = this.orderNo |
| | | this.dataList[this.index].processSts$ = this.processSts$ |
| | | switch(this.processSts$) { |
| | | case '待加工': |
| | | this.dataList[this.index].processSts = 1 |
| | | break; |
| | | case '已加工': |
| | | this.dataList[this.index].processSts = 2 |
| | | break; |
| | | case '无需加工': |
| | | this.dataList[this.index].processSts = 3 |
| | | break; |
| | | } |
| | | this.$forceUpdate() // 强制刷新 |
| | | this.$refs.chageDetl.close() |
| | | }, |
| | |
| | | onLoad() { |
| | | this.baseUrl = uni.getStorageSync('baseUrl'); |
| | | this.token = uni.getStorageSync('token'); |
| | | this.searchValue = uni.getStorageSync('bcpThreeCode'); |
| | | this.searchValue = uni.getStorageSync('wrkNoDb'); |
| | | this.getOrderDetlList(this.searchValue,10) |
| | | console.log("onLoad"); |
| | | }, |
| | | onShow() { |
| | | console.log(uni.getStorageSync('pakinOrderCar')); |
| | | console.log(uni.getStorageSync('wrkNoDb')); |
| | | }, |
| | | onHide() { |
| | | uni.setStorageSync('pakinOrderCar', this.orderCarList); |
| | | uni.setStorageSync('wrkNoDb', this.orderCarList); |
| | | }, |
| | | methods: { |
| | | getOrderDetlList(threeCode,limit) { |
| | |
| | | searchValueInput2() { |
| | | this.dataList = [] |
| | | this.data.curr = 1 |
| | | uni.setStorageSync('bcpThreeCode', this.searchValue); |
| | | uni.setStorageSync('wrkNoDb', 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('bcpThreeCode'),10) |
| | | _this.getOrderDetlList(uni.getStorageSync('wrkNoDb'),10) |
| | | } |
| | | } |
| | | } |
| | |
| | | onLoad() { |
| | | this.baseUrl = uni.getStorageSync('baseUrl'); |
| | | this.token = uni.getStorageSync('token'); |
| | | this.searchValue = uni.getStorageSync('bcpThreeCode'); |
| | | this.searchValue = uni.getStorageSync('wrkNo'); |
| | | this.getOrderDetlList(this.searchValue,10) |
| | | console.log("onLoad"); |
| | | }, |
| | | onShow() { |
| | | console.log(uni.getStorageSync('pakinOrderCar')); |
| | | console.log(uni.getStorageSync('wrkNo')); |
| | | }, |
| | | onHide() { |
| | | uni.setStorageSync('pakinOrderCar', this.orderCarList); |
| | | uni.setStorageSync('wrkNo', this.orderCarList); |
| | | }, |
| | | methods: { |
| | | getOrderDetlList(threeCode,limit) { |
| | |
| | | searchValueInput2() { |
| | | this.dataList = [] |
| | | this.data.curr = 1 |
| | | uni.setStorageSync('bcpThreeCode', this.searchValue); |
| | | uni.setStorageSync('wrkNo', 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('bcpThreeCode'),10) |
| | | _this.getOrderDetlList(uni.getStorageSync('wrkNo'),10) |
| | | } |
| | | } |
| | | } |