zhangyuewww 3 years ago
parent
commit
5d495be1be

+ 3 - 3
src/views/purchasingManagement/procurementPlanList.vue

@@ -432,7 +432,7 @@ export default {
       if (row.showFlag == 1) {
         status = '已隐藏'
         num = 0
-        this.$confirm(`隐藏后交易信息不 再展示给客户,是否确定隐藏?`, {
+        this.$confirm(`隐藏后交易信息不再展示给客户,是否确定隐藏?`, {
           confirmButtonText: '确定',
           cancelButtonText: '取消',
           type: 'warning',
@@ -447,7 +447,7 @@ export default {
               .then((response) => {
                 this.$notify.success({
                   title: '成功',
-                  message: '修改成功',
+                  message: '状态修改成功',
                 })
                 this.getList()
               })
@@ -476,7 +476,7 @@ export default {
               .then((response) => {
                 this.$notify.success({
                   title: '成功',
-                  message: '提交成功',
+                  message: '状态修改成功',
                 })
                 this.getList()
               })

+ 1 - 1
src/views/salesManagement/salesPlanList.vue

@@ -432,7 +432,7 @@ export default {
       if (row.showFlag == 1) {
         status = '已隐藏'
         num = 0
-        this.$confirm(`隐藏后交易信息不 再展示给客户,是否确定隐藏?`, {
+        this.$confirm(`隐藏后交易信息不再展示给客户,是否确定隐藏?`, {
           confirmButtonText: '确定',
           cancelButtonText: '取消',
           type: 'warning',