#
zjj
2025-03-07 ff777cd28199571a5810b682b038b96d02d4d360
#
4个文件已修改
170 ■■■■ 已修改文件
pages/AGV/AGVStart.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue 102 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/pingku/POrderPakin.vue 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/pingku/POrderPakinOut.vue 37 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/AGV/AGVStart.vue
@@ -148,11 +148,14 @@
                        this.sta = 1040
                    }else if(this.stationCode.substring(0,1) == 'b'){                        
                        this.staList.push(2010)
                        this.staList.push(2000)
                        // this.staList.push(2000)
                        this.sta = 2010
                    }else if(this.stationCode.substring(0,1) == 'c'){
                        this.staList.push(3010)
                        this.sta = 3010
                        this.sta = 3010
                    }else if(this.stationCode.substring(0,1) == 'd'){
                        this.staList.push(2000)
                        this.sta = 2000
                        
                    }
                    
pages/home/home.vue
@@ -31,55 +31,55 @@
                    //     cuIcon: 'pullup',
                    //     url: '/pakin/pakin'
                    // },
                    {
                        title: '订单入库',
                        name: 'orderPakin',
                        color: 'red',
                        cuIcon: 'pullup',
                        url: '/order/orderList'
                    },
                    {
                        title: '拣料站到站',
                        name: 'leftover',
                        color: 'orange',
                        cuIcon: 'pullup',
                        url: '/pakin/leftovers'
                    },
                    // {
                    //     title: '订单入库',
                    //     name: 'orderPakin',
                    //     color: 'red',
                    //     cuIcon: 'pullup',
                    //     url: '/order/orderList'
                    // },
                    // {
                    //     title: '拣料站到站',
                    //     name: 'leftover',
                    //     color: 'orange',
                    //     cuIcon: 'pullup',
                    //     url: '/pakin/leftovers'
                    // },
                    
                    // {
                    //     title: '平库入库',
                    //     name: 'POrderPakin',
                    //     color: 'purple',
                    //     cuIcon: 'pullup',
                    //     url: '/pingku/POrderList'
                    // },
                    // {
                    //     title: '平库出库',
                    //     name: 'POrderPakin',
                    //     color: 'cyan',
                    //     cuIcon: 'pullup',
                    //     url: '/pingku/POrderListOut'
                    // },
                    {
                        title: '呼叫Agv',
                        name: 'AGVStart',
                        color: 'green',
                        cuIcon: 'order',
                        url: '/AGV/AGVStart'
                        title: '平库入库',
                        name: 'POrderPakin',
                        color: 'purple',
                        cuIcon: 'pullup',
                        url: '/pingku/POrderList'
                    },
                    {
                        title: 'Agv储位解绑',
                        name: 'AGVUnbind',
                        color: 'orange',
                        cuIcon: 'order',
                        url: '/AGV/AGVUnbind'
                    },{
                        title: '盘点',
                        name: 'stockCheck',
                        color: 'red',
                        cuIcon: 'post',
                        url: '/stock/stockCheck'
                        title: '平库出库',
                        name: 'POrderPakin',
                        color: 'cyan',
                        cuIcon: 'pullup',
                        url: '/pingku/POrderListOut'
                    },
                    // {
                    //     title: '呼叫Agv',
                    //     name: 'AGVStart',
                    //     color: 'green',
                    //     cuIcon: 'order',
                    //     url: '/AGV/AGVStart'
                    // },
                    // {
                    //     title: 'Agv储位解绑',
                    //     name: 'AGVUnbind',
                    //     color: 'orange',
                    //     cuIcon: 'order',
                    //     url: '/AGV/AGVUnbind'
                    // },{
                    //     title: '盘点',
                    //     name: 'stockCheck',
                    //     color: 'red',
                    //     cuIcon: 'post',
                    //     url: '/stock/stockCheck'
                    // },
                    // {
                    //     title: '组托上架',
                    //     name: 'putOn',
@@ -108,13 +108,13 @@
                    //     cuIcon: 'pulldown',
                    //     url: '/order/orderPutDown'
                    // },
                    // {
                    //     title: '库存查询',
                    //     name: 'stockQuery',
                    //     color: 'green',
                    //     cuIcon: 'check',
                    //     url: '/stock/stockQuery'
                    // },
                    {
                        title: '库存查询',
                        name: 'stockQuery',
                        color: 'green',
                        cuIcon: 'check',
                        url: '/stock/stockQuery'
                    },
                    // {
                    
                    // {
pages/pingku/POrderPakin.vue
@@ -435,19 +435,19 @@
                    this.messageToggle('error')
                    return;
                }
                // for (var i = 0; i < that.dataList.length; i++) {
                //     if (that.dataList[i].review !== "已复核" ) {
                //         this.messageText = that.dataList[i].matnr + '未复核'
                //         this.messageToggle('error')
                //         return;
                //     }
                //     if (that.dataList[i].anfme == 0 || that.dataList[i].anfme == '') {
                //         this.messageText = that.dataList[i].matnr + '组托数量不能为0'
                //         this.messageToggle('error')
                //         return;
                //     }
                for (var i = 0; i < that.dataList.length; i++) {
                    if (that.dataList[i].review !== "已复核" ) {
                        this.messageText = that.dataList[i].matnr + '未复核'
                        this.messageToggle('error')
                        return;
                    }
                    if (that.dataList[i].anfme == 0 || that.dataList[i].anfme == '') {
                        this.messageText = that.dataList[i].matnr + '组托数量不能为0'
                        this.messageToggle('error')
                        return;
                    }
                    
                // }
                }
                uni.request({
                    url: that.baseUrl + '/mobile/pingKu/Shelves/auth',
                    data: JSON.stringify({
pages/pingku/POrderPakinOut.vue
@@ -11,7 +11,7 @@
            <view class="item">
                <view class="code-decs">库位码:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="locNo" :focus="barcodeFocus"
                    >
                @input="barcodeInput()"    >
            </view>
            <view class="item">
                <view class="code-decs">物料码:</view>
@@ -211,16 +211,7 @@
            barcodeInput() {
                // 不设置定时器 会出现扫入的字符串不全
                setTimeout(() => {
                    var len = this.barcode.length
                    if (len >= 9 && len <=8) {
                        uni.showToast({
                            title: '托盘码有误请重试',
                            icon: "none",
                            position: 'top'
                        });
                        this.barcodeFocuss()
                        return;
                    }
                    var len = this.barcode.length
                    this.focuss()
                }, 200)
            },
@@ -435,19 +426,19 @@
                    this.messageToggle('error')
                    return;
                }
                // for (var i = 0; i < that.dataList.length; i++) {
                //     if (that.dataList[i].review !== "已复核" ) {
                //         this.messageText = that.dataList[i].matnr + '未复核'
                //         this.messageToggle('error')
                //         return;
                //     }
                //     if (that.dataList[i].anfme == 0 || that.dataList[i].anfme == '') {
                //         this.messageText = that.dataList[i].matnr + '组托数量不能为0'
                //         this.messageToggle('error')
                //         return;
                //     }
                for (var i = 0; i < that.dataList.length; i++) {
                    if (that.dataList[i].review !== "已复核" ) {
                        this.messageText = that.dataList[i].matnr + '未复核'
                        this.messageToggle('error')
                        return;
                    }
                    if (that.dataList[i].anfme == 0 || that.dataList[i].anfme == '') {
                        this.messageText = that.dataList[i].matnr + '组托数量不能为0'
                        this.messageToggle('error')
                        return;
                    }
                    
                // }
                }
                uni.request({
                    url: that.baseUrl + '/mobile/pingKu/unShelves/auth',
                    data: JSON.stringify({