From c8b32b8bca79a116cfab70eb8c389907b664c9ca Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 23 四月 2025 10:43:14 +0800
Subject: [PATCH] 提交
---
h5/pages/workOrder_she/workOrder_she.vue | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/h5/pages/workOrder_she/workOrder_she.vue b/h5/pages/workOrder_she/workOrder_she.vue
index a1ccd90..1083ca0 100644
--- a/h5/pages/workOrder_she/workOrder_she.vue
+++ b/h5/pages/workOrder_she/workOrder_she.vue
@@ -86,7 +86,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>
@@ -265,7 +265,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' })
@@ -281,10 +282,7 @@
async urge() {
let res = await this.$u.api.urge({ workorderId: this.info.id })
if (res.code === 200) {
- uni.showToast({
- title: '鎿嶄綔鎴愬姛',
- icon: 'none'
- })
+ uni.showToast({ title: '鍌績鎴愬姛', icon: 'none' })
this.getDetails()
this.show2 = false
}
--
Gitblit v1.9.3