whycq
2024-04-17 16b692b3ea44779cd15f730b5376ef12b39a9e13
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()