diff --git a/common/config.js b/common/config.js
index 2d5d5b3..b5f9682 100644
--- a/common/config.js
+++ b/common/config.js
@@ -30,5 +30,5 @@ const config = {
config.baseUrl = 'http://183.230.235.66:11010/api';
-// config.baseUrl = 'http://9143b75.r28.cpolar.top';
+// config.baseUrl = 'http://378a061a.r28.cpolar.top'
export default config;
diff --git a/pages/sys/user/myRepair/addRepair.vue b/pages/sys/user/myRepair/addRepair.vue
index 45077f6..992ed2f 100644
--- a/pages/sys/user/myRepair/addRepair.vue
+++ b/pages/sys/user/myRepair/addRepair.vue
@@ -21,7 +21,7 @@
{{ selectedType }}
- 问题详情 (非必填)
+ 备注 (非必填)
diff --git a/pages/sys/user/myRepair/myRepair.vue b/pages/sys/user/myRepair/myRepair.vue
index 75a696b..6e0d919 100644
--- a/pages/sys/user/myRepair/myRepair.vue
+++ b/pages/sys/user/myRepair/myRepair.vue
@@ -23,7 +23,7 @@
-
+
工单号:{{ item.orderNo }}
@@ -172,6 +172,12 @@
};
return statusMap[status] || '';
},
+ goDetail(item) {
+ const itemStr = encodeURIComponent(JSON.stringify(item));
+ uni.navigateTo({
+ url: "/pages/sys/workbench/order/orderDetail?item=" + itemStr,
+ });
+ },
showDetail(item) {
this.detailItem = item;
if (item.status == 0) {
diff --git a/pages/sys/workbench/order/orderDetail.vue b/pages/sys/workbench/order/orderDetail.vue
index 54f15bd..a9d92e8 100644
--- a/pages/sys/workbench/order/orderDetail.vue
+++ b/pages/sys/workbench/order/orderDetail.vue
@@ -1,330 +1,262 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ step }}
-
-
-
-
-
-
- 工单编号:{{ detail.orderNo }}
- 工单名称:{{ detail.orderName }}
- 工单类型:{{ detail.typeName }}
- 处理地点:{{ detail.location }}
- 创建时间:{{ detail.createTime }}
- 发起单位/人:{{ detail.initiatorPeople }}
-
- 工单图片:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+ 工单编号:{{ detail.orderNo }}
+
+ 上报人信息
+ 发起人:{{ detail.initiatorPeople }}
+ 联系电话:{{ detail.initiatorPhone }}
+
+
+ 保修信息
+ 工单名称:{{ detail.orderName }}
+ 工单类型:{{ detail.typeName }}
+ 处理地点:{{ detail.location }}
+ 备注:{{ detail.remark }}
+ 工单图片:
+
+
+
+
+
+
+ 负责人信息
+ 负责人:{{ detail.handlerText }}
+ 联系电话:{{ detail.handlerPhone }}
+
+
+
+
+ 进度跟踪
+
+
+ {{ status.createTime.substring(0,11)}}
+ {{ status.createTime.substring(11,16) }}
+
+
+
+
+
+
+
+ {{ getStatusLabel(status.status) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+