#
whycq
2024-04-09 442772e4b934444a1168eba55972fbbd1aa3dc4e
#
3个文件已修改
20 ■■■■ 已修改文件
pages/phyz/order/orderCar.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/order/pakinOrderSelect.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/stationManage/stationDetl.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/order/orderCar.vue
@@ -66,8 +66,8 @@
                orderCarList: [],
                count: 0,
                index: 0,
                barcode: '100997',
                agvDevp: 'DI_01F2',
                barcode: '',
                agvDevp: '',
            }
        },
        onShow() {
@@ -165,8 +165,18 @@
                    success(result) {
                        var res = result.data
                        if (res.code === 200) {
                            _this.orderCarList = []
                            _this.$refs.agvStart.close()
                            uni.showToast({ title: '启动成功!', icon: "error", position: 'top' })
                            setTimeout(()=> {
                                _this.getOpenerEventChannel().emit('acceptDataFromOpenedPage', {data: 1});
                                uni.navigateBack({})
                            },1000)
                        } else if (res.code == 403) {
                            uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                            setTimeout(() => { uni.reLaunch({ url: '../login/login' }); }, 1000);
                        } else {
                            uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                        }
                    }
                });
pages/phyz/order/pakinOrderSelect.vue
@@ -173,6 +173,9 @@
                    events: {
                        acceptDataFromOpenedPage: function(data) {
                            console.log(data);
                            if (data.data == 1) {
                                _this.orderCarList = []
                            }
                        }
                    }
                })
pages/phyz/stationManage/stationDetl.vue
@@ -193,7 +193,6 @@
                    success(res) {
                        res = res.data
                        if (res.code === 200) {
                            if (res.data.records[0].locSts == 'O') {
                                _this.btnType = 'emptyPakin' 
                            } else if (res.data.records[0].locSts == 'F') {
@@ -215,8 +214,8 @@
                                _this.reload.loadingText = '更新状态'
                                _this.getContainerType()
                            },500)
                            _this.getWrkMast(res.data.records[0].barcode)
                            uni.showToast({ title: '更新成功!', icon: "none", position: 'top' })
                        } else if (res.code == 403) {
                            uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                            setTimeout(() => { uni.reLaunch({ url: '../login/login' }); }, 1000);