From 283970f0734836140aee5f84e7d90011fb1eafac Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 11 Feb 2025 09:51:22 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/api/client/customermanagement.js | 4 ++-- yxt-as-ui/src/router/index.js | 2 +- .../views/client/customermanagement/customermanagement.vue | 4 ++-- .../src/views/client/customermanagement/relation/person.vue | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/yxt-as-ui/src/api/client/customermanagement.js b/yxt-as-ui/src/api/client/customermanagement.js index ffdddf62f3..b9115330ef 100644 --- a/yxt-as-ui/src/api/client/customermanagement.js +++ b/yxt-as-ui/src/api/client/customermanagement.js @@ -139,7 +139,7 @@ export default { disableStateByPerson: function(data) { return request({ url: '/yxtcrm/v1/crmdockingpeople/disableState', - method: 'DELETE', + method: 'post', data: data, headers: { 'Content-Type': 'application/json' } }) @@ -148,7 +148,7 @@ export default { enableByPerson: function(data) { return request({ url: '/yxtcrm/v1/crmdockingpeople/enable', - method: 'DELETE', + method: 'post', data: data, headers: { 'Content-Type': 'application/json' } }) diff --git a/yxt-as-ui/src/router/index.js b/yxt-as-ui/src/router/index.js index b1c20882ea..9879895985 100644 --- a/yxt-as-ui/src/router/index.js +++ b/yxt-as-ui/src/router/index.js @@ -1491,7 +1491,7 @@ export const constantRoutes = [{ }, // 欠款月结客户备案 -- 已办 { - path: '/workFlow/maintenanceEnterpriseYiBan', + path: '/qiankuanyuejieFlow/maintenanceEnterpriseYiBan', component: () => import('@/views/workFlow/qiankuanyuejieFlow/maintenanceEnterpriseYiBan.vue'), name: 'MaintenanceEnterpriseYiBan' diff --git a/yxt-as-ui/src/views/client/customermanagement/customermanagement.vue b/yxt-as-ui/src/views/client/customermanagement/customermanagement.vue index 22d9be7e00..807d3ec96c 100644 --- a/yxt-as-ui/src/views/client/customermanagement/customermanagement.vue +++ b/yxt-as-ui/src/views/client/customermanagement/customermanagement.vue @@ -433,7 +433,7 @@ export default { if (this.sids.length === 1) { for (var i = 0; i < this.multipleSelection.length; i++) { if (this.multipleSelection[i].isDesignatedEnterprise === '1' && this.multipleSelection[i].isFilingIndate !== '1') { - this.$message({ showClose: true, type: 'error', message: '因该条记录中是否为定点企业为是且备案有效期仍在有效期内,需要进行补充备案操作' }) + this.$message({ showClose: true, type: 'error', message: '因该欠款月结客户仍在有效期内,需要进行补充备案操作' }) return } } @@ -559,7 +559,7 @@ export default { addVehicle() { if (this.sids.length === 1) { if (this.multipleSelection[0].isDesignatedEnterprise === '1' && this.multipleSelection[0].isFilingIndate !== '1') { - this.$message({ showClose: true, type: 'error', message: '因该条记录中是否为定点企业为是且备案有效期仍在有效期内,需要进行补充备案操作' }) + this.$message({ showClose: true, type: 'error', message: '因该欠款月结客户仍在有效期内,需要进行补充备案操作' }) return } this.viewState = 6 diff --git a/yxt-as-ui/src/views/client/customermanagement/relation/person.vue b/yxt-as-ui/src/views/client/customermanagement/relation/person.vue index 4115e3c7c4..6414298ed0 100644 --- a/yxt-as-ui/src/views/client/customermanagement/relation/person.vue +++ b/yxt-as-ui/src/views/client/customermanagement/relation/person.vue @@ -17,6 +17,7 @@ + From e05e92762c1224f70e8a4be6c6fa1f76e9d61898 Mon Sep 17 00:00:00 2001 From: fanzongzhe0036 Date: Tue, 11 Feb 2025 09:53:59 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9oa=E9=85=92=E6=B0=B4?= =?UTF-8?q?=E9=A2=86=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AdBeverageAcceptanceApplyMapper.xml | 2 +- .../AdBeverageAcceptanceDetailMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yxt-oa/src/main/java/com/yxt/anrui/oa/biz/adbeverageacceptanceapply/AdBeverageAcceptanceApplyMapper.xml b/yxt-oa/src/main/java/com/yxt/anrui/oa/biz/adbeverageacceptanceapply/AdBeverageAcceptanceApplyMapper.xml index 687b436684..98bdbd95a4 100644 --- a/yxt-oa/src/main/java/com/yxt/anrui/oa/biz/adbeverageacceptanceapply/AdBeverageAcceptanceApplyMapper.xml +++ b/yxt-oa/src/main/java/com/yxt/anrui/oa/biz/adbeverageacceptanceapply/AdBeverageAcceptanceApplyMapper.xml @@ -1,6 +1,6 @@ - + diff --git a/yxt-oa/src/main/java/com/yxt/anrui/oa/biz/adbeverageacceptancedetail/AdBeverageAcceptanceDetailMapper.xml b/yxt-oa/src/main/java/com/yxt/anrui/oa/biz/adbeverageacceptancedetail/AdBeverageAcceptanceDetailMapper.xml index f95347aa9b..6baf0de379 100644 --- a/yxt-oa/src/main/java/com/yxt/anrui/oa/biz/adbeverageacceptancedetail/AdBeverageAcceptanceDetailMapper.xml +++ b/yxt-oa/src/main/java/com/yxt/anrui/oa/biz/adbeverageacceptancedetail/AdBeverageAcceptanceDetailMapper.xml @@ -1,6 +1,6 @@ - + diff --git a/yxt-crm-biz/src/main/java/com/yxt/crm/biz/crmdockingpeople/PeopleList.java b/yxt-crm-biz/src/main/java/com/yxt/crm/biz/crmdockingpeople/PeopleList.java index 8f549b43ed..bb18b29ff7 100644 --- a/yxt-crm-biz/src/main/java/com/yxt/crm/biz/crmdockingpeople/PeopleList.java +++ b/yxt-crm-biz/src/main/java/com/yxt/crm/biz/crmdockingpeople/PeopleList.java @@ -17,4 +17,5 @@ public class PeopleList { @ApiModelProperty("手机号码") private String mobile; // 手机号码 private String remarks; + private String isEnable; } From 4cb8a414766635bfe4591ac2756b146cfdc6eda3 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 11 Feb 2025 10:12:42 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=87=87=E8=B4=AD?= =?UTF-8?q?=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/views/purchase/procurement/procurementAdd.vue | 2 +- yxt-as-ui/src/views/workFlow/caigouFlow/procurementEdit.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yxt-as-ui/src/views/purchase/procurement/procurementAdd.vue b/yxt-as-ui/src/views/purchase/procurement/procurementAdd.vue index 69c90b8752..de13c1712d 100644 --- a/yxt-as-ui/src/views/purchase/procurement/procurementAdd.vue +++ b/yxt-as-ui/src/views/purchase/procurement/procurementAdd.vue @@ -33,7 +33,7 @@ - + diff --git a/yxt-as-ui/src/views/workFlow/caigouFlow/procurementEdit.vue b/yxt-as-ui/src/views/workFlow/caigouFlow/procurementEdit.vue index 467a7bf81c..b63da66b25 100644 --- a/yxt-as-ui/src/views/workFlow/caigouFlow/procurementEdit.vue +++ b/yxt-as-ui/src/views/workFlow/caigouFlow/procurementEdit.vue @@ -32,7 +32,7 @@ - +