whycq
2024-04-17 16b692b3ea44779cd15f730b5376ef12b39a9e13
Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/wms_app into phyzasrs
1个文件已修改
8 ■■■■ 已修改文件
pages/phyz/stationManage/stationDetl.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/stationManage/stationDetl.vue
@@ -87,7 +87,7 @@
                    </view>
                    <view class="btn">
                        <view class="btn-left" @click="containerMoveOutClose">取消</view>
                        <view class="btn-right" @click="containerMoveOut()">入库</view>
                        <view class="btn-right" @click="containerMoveOut()">确认出库</view>
                    </view>
                </view>
            </uni-popup>
@@ -105,7 +105,7 @@
                    </view>
                    <view class="btn">
                        <view class="btn-left" @click="containerMoveOutClose">取消</view>
                        <view class="btn-right" @click="containerMoveOut()">入库</view>
                        <view class="btn-right" @click="containerMoveOut2()">确认离场</view>
                    </view>
                </view>
            </uni-popup>
@@ -527,7 +527,7 @@
            containerMoveOutClose() {
                this.$refs.doContainerMoveOut2.close()
            },
            containerMoveOut() {
            containerMoveOut2() {
                let _this = this
                let devNo = {devNo:[this.station.devNo],barcode: _this.barcode}
                uni.request({
@@ -537,7 +537,7 @@
                    success(res) {
                        res = res.data
                        if (res.code === 200) {
                            _this.$refs.doContainerMoveOut.close()
                            _this.$refs.doContainerMoveOut2.close()
                            setTimeout(()=> {
                                _this.barcode = ''
                                _this.reloadStation()