|
|
@ -3,7 +3,7 @@ |
|
|
|
<!-- --> |
|
|
|
<!-- --> |
|
|
|
<u-navbar |
|
|
|
<u-navbar |
|
|
|
title="操作详情" |
|
|
|
title="操作详情" |
|
|
|
:autoBack="true" |
|
|
|
@leftClick="leftClick" |
|
|
|
:safeAreaInsetTop="false" |
|
|
|
:safeAreaInsetTop="false" |
|
|
|
> |
|
|
|
> |
|
|
|
<view class="u-nav-slot" slot="right" @click="show = true"> |
|
|
|
<view class="u-nav-slot" slot="right" @click="show = true"> |
|
|
@ -287,6 +287,7 @@ |
|
|
|
this.$store.commit('logout') |
|
|
|
this.$store.commit('logout') |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
confirmProcedureHandle(id){ |
|
|
|
confirmProcedureHandle(id){ |
|
|
|
confirmProcedureHandle({id:id}).then(res=>{ |
|
|
|
confirmProcedureHandle({id:id}).then(res=>{ |
|
|
|
|
|
|
|
|
|
|
@ -354,7 +355,12 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
console.log(this.contentInfo) |
|
|
|
console.log(this.contentInfo) |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
leftClick(){ |
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
|
|
url:'/pages/processList/processList?code='+this.info.code+'&id='+this.info.taskId+'&heat_num=' +this.info.heat_num |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
onLoad(option) { |
|
|
|
onLoad(option) { |
|
|
|