From f32527137ceba617564615b703fc51f390a1b1a6 Mon Sep 17 00:00:00 2001
From: tx <2622874537@qq.com>
Date: Thu, 22 Aug 2024 18:04:02 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8D=9F=E5=9D=8F=E6=92=A4=E5=9B=9E?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/http.interceptor.js | 4 ++--
pages_admin/order/order_detail.vue | 35 ++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 2 deletions(-)
diff --git a/common/http.interceptor.js b/common/http.interceptor.js
index 1413d9f..9e99eeb 100644
--- a/common/http.interceptor.js
+++ b/common/http.interceptor.js
@@ -5,11 +5,11 @@ const install = (Vue, vm) => {
Vue.prototype.$u.http.setConfig({
// baseUrl: 'http://61.174.243.28:15861',
// baseUrl: 'http://192.168.2.46:8080',
- baseUrl: 'https://che.chuangtewl.com/prod-api',
+ // baseUrl: 'https://che.chuangtewl.com/prod-api',
// 测试环境
// baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
// 俞山岛
- // baseUrl: 'https://dche.ccttiot.com/prod-api',
+ baseUrl: 'https://dche.ccttiot.com/prod-api',
// 创特
loadingText: '努力加载中~',
loadingTime: 10000,
diff --git a/pages_admin/order/order_detail.vue b/pages_admin/order/order_detail.vue
index d8284b9..a76c4e7 100644
--- a/pages_admin/order/order_detail.vue
+++ b/pages_admin/order/order_detail.vue
@@ -307,6 +307,10 @@
v-if="orderInfo.status==6">
押金扣款
+
+ 撤销损坏
+
联系客户
@@ -615,6 +619,37 @@
},
methods: {
+ backpass(){
+ this.showload=true
+ uni.showLoading({
+ title:'加载中...'
+ })
+ let data = {
+ orderNo: this.orderId,
+ "status": "5"
+ }
+ this.$u.put("/appVerify/order/damaged", data).then((res) => {
+ this.showload=false
+ if (res.code === 200) {
+ uni.hideLoading()
+ // 处理接口返回的数据,将边界数据转换为地图组件需要的折线结构
+ this.getOrderDetail()
+ uni.showToast({
+ title: '操作成功',
+ icon: 'none',
+ duration: 2000
+ });
+ } else {
+ uni.showToast({
+ title: res.msg,
+ icon: 'none',
+ duration: 2000
+ });
+ }
+ }).catch(error => {
+ console.error("Error fetching area data:", error);
+ });
+ },
status() {
// if (this.deviceInfos.onlineStatus == 0) {
// return '离线'