dengjunjie
7 天以前 6d115888b0b2cf700118fbf6d6bc890827040aed
优化PDA
已修改2个文件
4 ■■■■ 文件已修改
新建文件夹/PDA/pages/stash/CheckoutorderDetail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
新建文件夹/PDA/pages/stash/outboundorderDetail.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
新建文件夹/PDA/pages/stash/CheckoutorderDetail.vue
@@ -86,7 +86,7 @@
                        isCheck: true,
                    },
                }
                // if (this.pageNo == 1) this.allReceivingOrders = [];
                if (this.pageNo == 1) this.allReceivingOrders = [];
                this.$u.post('/api/DeliveryOrder/GetCheckOutTasks', postData).then((
                    res) => {
                    if (res.status) {
新建文件夹/PDA/pages/stash/outboundorderDetail.vue
@@ -125,7 +125,7 @@
                        isCheck: false,
                    },
                }
                // if (this.pageNo == 1) this.allReceivingOrders = [];
                if (this.pageNo == 1) this.allReceivingOrders = [];
                this.$u.post('/api/DeliveryOrder/GetCheckOutTasks', postData).then((
                    res) => {
                    if (res.status) {