diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index 2ae7eee2..73472cbe 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -814,17 +814,18 @@ @close="Abnormalshutdown" class="el_abnormalBox" > -
-
- 批量取消 - 批量查看二维码 -
- -
- +
+
+ 批量取消 + 批量审核 + 批量查看二维码 +
+ +
+ +
-
- +
- 请联系司机将货物带回仓库,并由文员或库管进行回库扫描 + 请联系司机将货物带回仓库,并由文员或库管进行回库扫描 ', res); + if (res.data.code == 200) { + this.$message({ + type: 'success', + message: '操作成功!', + }); + this.AbnormalReviewloading = false; //关闭加载 + console.log(); + this.viewAbnormalLoading(this.toexamineID); //驳回完成更新数据 + } + }) + .catch(error => { + console.log(error, 'error'); + }) + .finally(() => { + this.AbnormalReviewloading = false; //关闭加载 + }); + }) + .catch(() => {}); + }, + // 滞留 retention(row) { ElMessageBox.confirm('是否确认滞留操作?', '提示', { @@ -5398,12 +5453,12 @@ export default { this.loading = true; //开启加载 this.deliveryId = this.$route.query.id; - if(!this.deliveryId){ + if (!this.deliveryId) { ElMessage({ - message: '遇到异常,请刷新页面重试', - type: 'warning', - }) - return + message: '遇到异常,请刷新页面重试', + type: 'warning', + }); + return; } const res = await getDetail(this.deliveryId); @@ -5497,7 +5552,7 @@ export default { align-items: center; justify-content: center; } -.abnormalBox_flex{ +.abnormalBox_flex { display: flex; justify-content: space-between; }