whycq
2024-06-06 c48093016b1511ce8b33ffb49062a3bf7a1aed16
pages/phyz/stationManage/stationDetl.vue
@@ -72,8 +72,8 @@
                  <view class="popup-item-right"><input type="text" v-model="barcode"></view>
               </view>
               <view class="btn">
                  <view class="btn-left" @click="emptyPakinClose">取消</view>
                  <view class="btn-right" @click="emptyPakinConfirm()">入库</view>
                  <button class="btn-left" @click="emptyPakinClose">取消</button>
                  <button class="btn-right" @click="emptyPakinConfirm()" :disabled="emptyPakinDis">入库</button>
               </view>
            </view>
         </uni-popup>
@@ -89,7 +89,7 @@
                  <view class="popup-item-right"><input type="text" v-model="barcode"></view>
               </view>
               <view class="btn">
                  <view class="btn-left" @click="doBackClose">取消</view>
                  <button class="btn-left" @click="doBackClose">取消</button>
                  <button class="btn-right" @click="doBackConfirm()" :disabled="doBackDis">退库</button>
               </view>
            </view>
@@ -107,8 +107,8 @@
                  <view class="popup-item-right"><input type="text" v-model="barcode"></view>
               </view>
               <view class="btn">
                  <view class="btn-left" @click="containerMoveOutClose">取消</view>
                  <view class="btn-right" @click="containerMoveOut()">确认出库</view>
                  <button class="btn-left" @click="containerMoveOutClose">取消</button>
                  <button class="btn-right" @click="containerMoveOut()" :disabled="containerMoveOutDis">确认出库</button>
               </view>
            </view>
         </uni-popup>
@@ -125,8 +125,8 @@
                  <view class="popup-item-right"><input type="text" v-model="barcode"></view>
               </view>
               <view class="btn">
                  <view class="btn-left" @click="containerMoveOutClose">取消</view>
                  <view class="btn-right" @click="containerMoveOut2()">确认离场</view>
                  <button class="btn-left" @click="containerMoveOutClose">取消</button>
                  <button class="btn-right" @click="containerMoveOut2()" :disabled="containerMoveOut2Dis">确认离场</button>
               </view>
            </view>
         </uni-popup>
@@ -143,8 +143,8 @@
                  <view class="popup-item-right"><input type="text" v-model="barcode"></view>
               </view>
               <view class="btn">
                  <view class="btn-left" @click="pickInClose">取消</view>
                  <view class="btn-right" @click="pickIn()">确认拣料</view>
                  <button class="btn-left" @click="pickInClose">取消</button>
                  <button class="btn-right" @click="pickIn()" :disabled="pickInDis">确认拣料</button>
               </view>
            </view>
         </uni-popup>
@@ -166,8 +166,8 @@
                  </view>
               </view>
               <view class="btn">
                  <view class="btn-left" @click="emptyOutClose">取消</view>
                  <view class="btn-right" @click="emptyOutConfirm()">出库</view>
                  <button class="btn-left" @click="emptyOutClose">取消</button>
                  <button class="btn-right" @click="emptyOutConfirm()" :disabled="emptyOutDis">出库</button>
               </view>
            </view>
         </uni-popup>
@@ -184,8 +184,8 @@
                  <view class="popup-item-right"><input type="text" v-model="barcode"></view>
               </view>
               <view class="btn">
                  <view class="btn-left" @click="allocationInClose">取消</view>
                  <view class="btn-right" @click="allocationInConfirm()">确认进场</view>
                  <button class="btn-left" @click="allocationInClose">取消</button>
                  <button class="btn-right" @click="allocationInConfirm()" :disabled="allocationInDis">确认进场</button>
               </view>
            </view>
         </uni-popup>
@@ -220,8 +220,8 @@
                  <view class="popup-item-right"><input type="text" v-model="barcode"></view>
               </view>
               <view class="btn">
                  <view class="btn-left" @click="empInClose">取消</view>
                  <view class="btn-right" @click="empInConfirm()">确认进场</view>
                  <button class="btn-left" @click="empInClose">取消</button>
                  <button class="btn-right" @click="empInConfirm()" :disabled="empInDis">确认进场</button>
               </view>
            </view>
         </uni-popup>
@@ -271,6 +271,13 @@
            waitPakins: [],
            dis: true,
            sec: '',
            emptyPakinDis: false,
            containerMoveOutDis: false,
            containerMoveOut2Dis: false,
            pickInDis: false,
            emptyOutDis: false,
            allocationInDis: false,
            empInDis: false,
            doBackDis: false
         }
      },
@@ -387,6 +394,7 @@
         },
         emptyPakinConfirm() {
            let _this = this;
            _this.emptyPakinDis = true
            if (this.barcode.length != 6) {
               uni.showToast({ title: '货架条码异常', icon: "error", position: 'top' })
               return
@@ -402,6 +410,7 @@
               header: { 'token': uni.getStorageSync('token') },
               success(res) {
                  var res = res.data
                  _this.emptyPakinDis = false
                  if (res.code === 200) {
                     setTimeout(()=> {
                        _this.barcode = ''
@@ -414,6 +423,9 @@
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               },
               fail(res) {
                  _this.emptyPakinDis = false
               }
            });
         },
@@ -425,6 +437,7 @@
         },
         emptyOutConfirm() {
            this.emptyOutClose()
            this.emptyOutDis = true
            let _this = this;
            let params = []
            let param = { devNo: this.station.devNo, containerType: this.containerType, }
@@ -436,6 +449,7 @@
               header: { 'token': uni.getStorageSync('token') },
               success(res) {
                  var res = res.data
                  _this.emptyOutDis = false
                  if (res.code === 200) {
                     setTimeout(()=> {
                        _this.containerType = ''
@@ -448,6 +462,9 @@
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               },
               fail(res) {
                  _this.emptyOutDis = false
               }
            });
         },
@@ -606,6 +623,7 @@
            this.$refs.doContainerMoveOut.close()
         },
         containerMoveOut() {
            this.containerMoveOutDis = true
            let _this = this
            let devNo = {devNo:[this.station.devNo],barcode: _this.barcode}
            uni.request({
@@ -615,6 +633,7 @@
               method: 'POST',
               success(res) {
                  res = res.data
                  _this.containerMoveOutDis = false
                  if (res.code === 200) {
                     _this.$refs.doContainerMoveOut.close()
                     setTimeout(()=> {
@@ -628,6 +647,9 @@
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               },
               fail(res) {
                  _this.containerMoveOutDis = false
               }
            })
         },
@@ -640,6 +662,7 @@
            this.$refs.doContainerMoveOut2.close()
         },
         containerMoveOut2() {
            this.containerMoveOut2Dis = true
            let _this = this
            let devNo = {devNo:[this.station.devNo],barcode: _this.barcode}
            uni.request({
@@ -649,6 +672,7 @@
               method: 'POST',
               success(res) {
                  res = res.data
                  _this.containerMoveOut2Dis = false
                  if (res.code === 200) {
                     _this.$refs.doContainerMoveOut2.close()
                     setTimeout(()=> {
@@ -662,6 +686,9 @@
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               },
               fail(res) {
                  _this.containerMoveOut2Dis = false
               }
            })
         },
@@ -692,6 +719,7 @@
            this.$refs.doPickIn.close()
         },
         pickIn() {
            this.pickInDis = true
            let _this = this
            uni.request({
               url: `${_this.baseUrl}/agv/basDevp/visualized/container/pickIn`,
@@ -699,6 +727,7 @@
               data: {devNo: _this.station.devNo,barcode: _this.barcode},
               method: 'POST',
               success(res) {
                  _this.pickInDis = false
                  res = res.data 
                  if (res.code === 200) {
                     _this.$refs.doPickIn.close()
@@ -710,6 +739,9 @@
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               },
               fail(res) {
                  _this.pickInDis = false
               }
            })
         },
@@ -738,7 +770,8 @@
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               }
               },
            });
         },
         allocationOut() {
@@ -769,7 +802,7 @@
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               }
               },
            });
         },
         // 空架离场
@@ -807,6 +840,7 @@
            this.$refs.allocationIn.close()
         },
         allocationInConfirm() {
            this.allocationInDis = true
            let that = this
            let params = []
            let param = { devNo: this.station.devNo, containerCode: this.station.barcode, }
@@ -817,6 +851,7 @@
               data: {devNo: that.station.devNo, barcode: that.barcode},
               method: 'POST',
               success(result) {
                  that.allocationInDis = false
                  var res = result.data
                  if (res.code === 200) {
                     that.$refs.allocationIn.close()
@@ -831,6 +866,9 @@
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               },
               fail(res) {
                  that.allocationInDis = false
               }
            });
         },
@@ -841,6 +879,7 @@
            this.$refs.empIn.close()
         },
         empInConfirm() {
            this.empInDis = true
            let that = this
            let params = []
            let param = { devNo: this.station.devNo, containerCode: this.station.barcode, }
@@ -851,6 +890,7 @@
               data: {devNo: that.station.devNo, barcode: that.barcode},
               method: 'POST',
               success(result) {
                  that.empInDis = false
                  var res = result.data
                  if (res.code === 200) {
                     that.$refs.empIn.close()
@@ -865,6 +905,9 @@
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               },
               fail(res) {
                  that.empInDis = false
               }
            });
         },
@@ -886,6 +929,7 @@
               data: {devNo: that.station.devNo, barcode: that.barcode},
               method: 'POST',
               success(result) {
                  that.doBackDis = false
                  var res = result.data
                  if (res.code === 200) {
                     that.$refs.doBack.close()
@@ -901,6 +945,9 @@
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               },
               fail(res) {
                  that.doBackDis = false
               }
            });
         },