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] =?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 @@
+