3
whycq
2024-06-06 1c97b1b0d720d5d4f203d74039e4fc1bb84ef9fb
pages/phyz/stationManage/stationDetl.vue
@@ -28,6 +28,7 @@
         <view>工作状态: {{wrkMast.wrkSts$}}</view>
         <view>源库位: {{wrkMast.sourceLocNo}}</view>
         <view>货架码: {{wrkMast.barcode}}</view>
         <view v-if="wrkMast.ioType == 111">目标楼层: {{wrkMast.crnNo}}</view>
      </view>
      
      <!-- 明细 -->
@@ -185,6 +186,24 @@
               <view class="btn">
                  <view class="btn-left" @click="allocationInClose">取消</view>
                  <view class="btn-right" @click="allocationInConfirm()">确认进场</view>
               </view>
            </view>
         </uni-popup>
      </view>
      <!-- 弹窗 -->
      <view>
         <uni-popup ref="allocationOut" type="dialog">
            <view class="popup">
               <!-- 标题 -->
               <view class="title">请输入货架码</view>
               <view class="popup-item">
                  <view class="popup-item-left">货架码:</view>
                  <view class="popup-item-right"><input type="text" v-model="barcode"></view>
               </view>
               <view class="btn">
                  <view class="btn-left" @click="allocationOutClose">取消</view>
                  <view class="btn-right" @click="allocationOutConfirm()">确认进场</view>
               </view>
            </view>
         </uni-popup>
@@ -722,6 +741,9 @@
               }
            });
         },
         allocationOut() {
         },
         // 调拨离场
         allocationOut() {
            let that = this