Browse Source

202512022323-加上审批记录

main
shihao0303 2 months ago
parent
commit
db117d3283
  1. 8
      src/views/report/edit/controlPrice.vue

8
src/views/report/edit/controlPrice.vue

@ -453,6 +453,7 @@ const approveFun = async () => {
} }
// //
const endFun =async ()=>{ const endFun =async ()=>{
debugger
try { try {
await formDataRef.value.validate() await formDataRef.value.validate()
} catch (error) { } catch (error) {
@ -619,7 +620,11 @@ function disableFileBtn(node){
} }
onMounted(() => {
console.log("文件:src/views/report/edit/controlPrice.vue")
console.log(isAuditButton.value)
console.log(isDisabled.value)
});
// //
@ -1275,6 +1280,7 @@ watch(()=>formData.value.review.thirdlyMoney,(val)=>{
<el-button type="danger" @click="rejectFun">驳回</el-button> <el-button type="danger" @click="rejectFun">驳回</el-button>
</div> </div>
<div v-if="route.query.disabledVal" class="flex end mt-20"> <div v-if="route.query.disabledVal" class="flex end mt-20">
<el-button type="primary" @click="getReportFlowFun">审批记录</el-button>
<el-button type="danger" @click="removeFun">删除</el-button> <el-button type="danger" @click="removeFun">删除</el-button>
<el-button @click="closeFun">关闭</el-button> <el-button @click="closeFun">关闭</el-button>
</div> </div>

Loading…
Cancel
Save