#
whycq
2024-05-20 5ac8e5d92ca3b8e70744bfc9316817bd182e6c7e
#
1个文件已修改
5 ■■■■ 已修改文件
pages/phyz/stationManage/stationDetl.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/stationManage/stationDetl.vue
@@ -164,7 +164,7 @@
                        <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-left" @click="allocationInClose">取消</view>
                        <view class="btn-right" @click="allocationInConfirm()">确认进场</view>
                    </view>
                </view>
@@ -432,6 +432,9 @@
                                } else if (wrkMast.ioType == 111) {
                                    wrkMast['ioTitle'] = '调拨出库'
                                    _this.btnType = 'allocationOut'
                                } else if (wrkMast.ioType == 112) {
                                    wrkMast['ioTitle'] = '调拨入库'
                                    _this.btnType = 'null'
                                }
                                if (wrkMast.barcode == barcode) {
                                    mast = wrkMast