diff --git a/src/views/aftersales/aftersalesWorkOrder.vue b/src/views/aftersales/aftersalesWorkOrder.vue index 2a551e29..223787cf 100644 --- a/src/views/aftersales/aftersalesWorkOrder.vue +++ b/src/views/aftersales/aftersalesWorkOrder.vue @@ -4911,7 +4911,7 @@ const AssignSubmission = () => { :deep(.el_tabs) { width: 100%; display: flex; - flex-direction: column; + flex-direction: column-reverse; justify-content: space-between; .el-tabs__content { padding: 0; diff --git a/src/views/aftersales/aftersalesWorkOrderend.vue b/src/views/aftersales/aftersalesWorkOrderend.vue index c38b7fcc..3bd09256 100644 --- a/src/views/aftersales/aftersalesWorkOrderend.vue +++ b/src/views/aftersales/aftersalesWorkOrderend.vue @@ -10,7 +10,7 @@
- + - + @@ -371,7 +371,7 @@ v-model="item.paymentUnit" placeholder="请输入支付单位" clearable - :disabled="$route.query.RouterState == 'end'" + :disabled="!PermissionButton.Submission_results" /> @@ -382,7 +382,7 @@ value-format="YYYY-MM-DD HH:mm:ss" placeholder="理赔支付时间" size="default" - :disabled="$route.query.RouterState == 'end'" + :disabled="!PermissionButton.Submission_results" /> @@ -391,7 +391,7 @@ placeholder="请选择支付方式" style="width: 100%" clearable - :disabled="$route.query.RouterState == 'end'" + :disabled="!PermissionButton.Submission_results" > diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index 66af09bb..e077e04b 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -5393,6 +5393,13 @@ export default { this.loading = true; //开启加载 this.deliveryId = this.$route.query.id; + if(!this.deliveryId){ + ElMessage({ + message: '遇到异常,请刷新页面重试', + type: 'warning', + }) + return + } const res = await getDetail(this.deliveryId); const { code, data } = res.data; diff --git a/src/views/distribution/stockup/distributionStockupDiscuss.vue b/src/views/distribution/stockup/distributionStockupDiscuss.vue index adf79fb3..e7550a97 100644 --- a/src/views/distribution/stockup/distributionStockupDiscuss.vue +++ b/src/views/distribution/stockup/distributionStockupDiscuss.vue @@ -738,7 +738,7 @@ export default { this.forkliftData = fo; }); await this.getStorageArea(); - await this.getTeam(); + // await this.getTeam(); }, //查询班组 async getTeam() { @@ -800,7 +800,7 @@ export default { this.num = '3'; this.dialogFormCustomer = true; this.getFork(); - this.getTeam(); + // this.getTeam(); } else { this.$message.warning('已指派,请勿重复指派!!!'); } @@ -943,7 +943,7 @@ export default { this.num = '2'; this.formOne.id = row.row.id; this.getFork(); - this.getTeam(); + // this.getTeam(); }, handleView(row) { // this.title = '查看' diff --git a/src/views/distribution/stockup/distributionStockupSelf.vue b/src/views/distribution/stockup/distributionStockupSelf.vue index 3605fe0c..ca6a6ed6 100644 --- a/src/views/distribution/stockup/distributionStockupSelf.vue +++ b/src/views/distribution/stockup/distributionStockupSelf.vue @@ -734,7 +734,7 @@ export default { this.forkliftData = fo; }); await this.getStorageArea(); - await this.getTeam(); + // await this.getTeam(); }, //查询班组 async getTeam() { @@ -962,7 +962,7 @@ export default { this.num = '2'; this.formOne.id = row.row.id; this.getFork(); - this.getTeam(); + // this.getTeam(); }, handleView(row) { this.$router.push({