1
This commit is contained in:
parent
8149763e0d
commit
d4e00a1d13
@ -241,6 +241,9 @@
|
||||
<image mode="aspectFit" src="/static/icons/date.png" style="width: 24rpx;height: 24rpx"></image>
|
||||
<text class="projDateText">{{ item.createTime }}</text>
|
||||
</view>
|
||||
<view class="projDate">
|
||||
<text class="projDateText">{{ item.projectName }}</text>
|
||||
</view>
|
||||
<template >
|
||||
<view class="projDesc">
|
||||
{{ item.remark }}
|
||||
@ -665,10 +668,13 @@ export default {
|
||||
this.selectNowRepair()
|
||||
}
|
||||
if ("03" == this.ticketInfo.ticketsWorkStatus || "04" == this.ticketInfo.ticketsWorkStatus) {
|
||||
//当前子状态是已接单和已完成,可以开始施工
|
||||
//当前子状态是已接单和已完成,可以开始施工,也可以直接移交总检
|
||||
this.content.push({
|
||||
text: '开始施工', active: false, code: "start"
|
||||
})
|
||||
this.content.push({
|
||||
text: '移交总检', active: false, code: "done"
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user