#
whycq
2025-02-07 6edc1c4e1df51e69a264e092addf8fa50ebc2a91
#
6个文件已修改
15 ■■■■ 已修改文件
pages.json 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/bcp/bcpOrder.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/comOrder/checkOut.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/orderOut/orderCheck.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/processOrder/orderCheck.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/stationManage/confirmProcessed.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -323,6 +323,14 @@
                "enablePullDownRefresh" : false
            }
        },
        {
            "path" : "pages/phyz/bcp/orderCar",
            "style" :
            {
                "navigationBarTitleText" : "待组托列表",
                "enablePullDownRefresh" : false
            }
        },
        {
            "path" : "pages/home/locMastManage",
            "style" : 
pages/phyz/bcp/bcpOrder.vue
@@ -248,7 +248,7 @@
                    return
                }
                uni.navigateTo({
                    url: '../order/orderCar',
                    url: './orderCar',
                    success(res) {
                        res.eventChannel.emit('item', {
                            item: _this.orderCarList
pages/phyz/comOrder/checkOut.vue
@@ -122,6 +122,7 @@
                    if (k == item) flag = true 
                }
                if(!flag) {
                    uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
pages/phyz/orderOut/orderCheck.vue
@@ -127,6 +127,7 @@
                    if (k == item) flag = true 
                }
                if(!flag) {
                    uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
pages/phyz/processOrder/orderCheck.vue
@@ -122,6 +122,7 @@
                    if (k == item) flag = true 
                }
                if(!flag) {
                    uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
pages/phyz/stationManage/confirmProcessed.vue
@@ -194,7 +194,7 @@
                this.processedDis = true
                let that = this
                uni.request({
                    url: that.baseUrl + '/agvMobile/hand/control/processed',
                    url: that.baseUrl + '/agvMobile/hand/control/processed/v2',
                    header: {'token': uni.getStorageSync('token')},
                    data: {devNo: that.devNo, barcode: that.barcode,wrkDetls:that.dataList,factory: factor},
                    method: 'POST',