#
whycq
2024-07-01 f266d671b9a985576638f8f591508b9c21fc00e3
#
2个文件已修改
3 ■■■■■ 已修改文件
pages/phyz/order/orderCar.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/stationManage/stationDetl.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/order/orderCar.vue
@@ -117,6 +117,8 @@
                this.$refs.agvStart.close()
            },
            agvStartConfirm() {
                this.barcode = this.barcode.replace(/\s+/g, '')
                this.agvDevp = this.agvDevp.replace(/\s+/g, '')
                let _this = this
                if (_this.barcode === '') {
                    uni.showToast({ title: '货架码为空!', icon: "error", position: 'top' })
pages/phyz/stationManage/stationDetl.vue
@@ -434,6 +434,7 @@
            },
            emptyPakinConfirm() {
                let _this = this;
                this.barcode = this.barcode.replace(/\s+/g, '')
                _this.emptyPakinDis = true
                if (this.barcode.length != 6) {
                    _this.emptyPakinDis = false