MONSTER-ygh hai 4 meses
pai
achega
93af1c07b0

+ 2 - 2
src/views/tourism/orderManagement/cateringOrders/formBox/repastOrderAccept.vue

@@ -134,12 +134,12 @@ export default {
           addTableApi(this.configUrl.edit,{
           addTableApi(this.configUrl.edit,{
             ...params,
             ...params,
           }).then(response => {
           }).then(response => {
-              this.$modal.msgSuccess("发货成功");
+              this.$modal.msgSuccess("操作成功");
               this.loading = false
               this.loading = false
               this.open = false;
               this.open = false;
               this.$emit('refresh')
               this.$emit('refresh')
           }).catch(()=>{
           }).catch(()=>{
-              this.$message.error("发货失败!!!");
+              this.$message.error("操作失败!!!");
               this.loading = false
               this.loading = false
           })
           })
         }
         }

+ 2 - 2
src/views/tourism/orderManagement/hotelsOrders/formBox/cancelOrder.vue

@@ -128,12 +128,12 @@ export default {
           addTableApi(this.configUrl.edit,{
           addTableApi(this.configUrl.edit,{
             ...params,
             ...params,
           }).then(response => {
           }).then(response => {
-              this.$modal.msgSuccess("发货成功");
+              this.$modal.msgSuccess("操作成功");
               this.loading = false
               this.loading = false
               this.open = false;
               this.open = false;
               this.$emit('refresh')
               this.$emit('refresh')
           }).catch(()=>{
           }).catch(()=>{
-              this.$message.error("发货失败!!!");
+              this.$message.error("操作失败!!!");
               this.loading = false
               this.loading = false
           })
           })
         }
         }

+ 2 - 2
src/views/tourism/orderManagement/hotelsOrders/formBox/repastOrderAccept.vue

@@ -134,12 +134,12 @@ export default {
           addTableApi(this.configUrl.edit,{
           addTableApi(this.configUrl.edit,{
             ...params,
             ...params,
           }).then(response => {
           }).then(response => {
-              this.$modal.msgSuccess("发货成功");
+              this.$modal.msgSuccess("操作成功");
               this.loading = false
               this.loading = false
               this.open = false;
               this.open = false;
               this.$emit('refresh')
               this.$emit('refresh')
           }).catch(()=>{
           }).catch(()=>{
-              this.$message.error("发货失败!!!");
+              this.$message.error("操作失败!!!");
               this.loading = false
               this.loading = false
           })
           })
         }
         }

+ 2 - 2
src/views/tourism/orderManagement/productOrders/formBox/releaseForm.vue

@@ -155,12 +155,12 @@ export default {
           addTableApi(this.configUrl.edit,{
           addTableApi(this.configUrl.edit,{
             ...params,
             ...params,
           }).then(response => {
           }).then(response => {
-              this.$modal.msgSuccess("发货成功");
+              this.$modal.msgSuccess("操作成功");
               this.loading = false
               this.loading = false
               this.open = false;
               this.open = false;
               this.$emit('refresh')
               this.$emit('refresh')
           }).catch(()=>{
           }).catch(()=>{
-              this.$message.error("发货失败!!!");
+              this.$message.error("操作失败!!!");
               this.loading = false
               this.loading = false
           })
           })
         }
         }