From ad685ebb7a5af63cd00d2da6d2e540dd8049ac93 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 18 四月 2025 16:15:26 +0800
Subject: [PATCH] 提交
---
h5/pages/workOrder_dca/workOrder_dca.vue | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/h5/pages/workOrder_dca/workOrder_dca.vue b/h5/pages/workOrder_dca/workOrder_dca.vue
index 850fb68..abaa3f4 100644
--- a/h5/pages/workOrder_dca/workOrder_dca.vue
+++ b/h5/pages/workOrder_dca/workOrder_dca.vue
@@ -2,6 +2,7 @@
<view class="dca" v-if="info">
<view class="dca_head">
<text>浠诲姟{{returnStatus(info.status)}}</text>
+ <text>宸ュ崟鍙凤細{{info.code}}</text>
</view>
<u-gap height="5" bgColor="#EFEFEF"></u-gap>
<view class="dca_list">
@@ -65,7 +66,7 @@
</view>
<view class="lc_item_content" v-else-if="item.objType === 4">
<view class="lc_item_content_item">
- <view class="lc_item_content_item_label">宸插偓淇冿細</view>
+ <!-- <view class="lc_item_content_item_label">宸插偓淇冿細</view> -->
<view class="lc_item_content_item_val">
<text>{{item.content}}</text>
</view>
@@ -185,6 +186,15 @@
this.getDetails()
},
methods: {
+ // 宸ュ崟鍌績
+ async urge() {
+ let res = await this.$u.api.urge({ workorderId: this.info.id })
+ if (res.code === 200) {
+ uni.showToast({ title: '鍌績鎴愬姛', icon: 'none' })
+ this.getDetails()
+ this.show2 = false
+ }
+ },
previewImage(current, urls) {
uni.previewImage({
current,
@@ -230,7 +240,8 @@
info: that.model.info,
passOnUserId: that.model.passOnUserId,
multifileList: that.model.multifileList,
- workorderId: that.info.id
+ workorderId: that.info.id,
+ passOnType: this.info.status
})
if (res.code === 200) {
uni.showToast({ title: '鎿嶄綔鎴愬姛', icon: 'none' })
--
Gitblit v1.9.3