禁止修改状态

This commit is contained in:
syruan 2026-01-27 16:51:45 +08:00
parent ad01352fbf
commit 286c63f2f9
3 changed files with 14 additions and 12 deletions

View File

@ -514,7 +514,7 @@ export default {
pageNum: 1,
pageSize: 10,
sltStatus: '',
settlementType: '',
settlementType: '1',
isCommit: '',
unitId: null,
projectId: null,
@ -522,7 +522,7 @@ export default {
agreementCode: ''
},
settlementTypeList: [
{ label: '总费用', value: '' },
// { label: '', value: '' },
{ label: '工器具', value: '1' },
{ label: '安全工器具', value: '2' },
],
@ -613,6 +613,8 @@ export default {
this.GetUnitData()
// this.GetProData()
this.getList()
//
this.queryParams.settlementType = '1' //
},
activated() {
// keep-alive

View File

@ -938,7 +938,7 @@ export default {
},
unitChange(val){
setTimeout(()=>{
// this.GetProData()
this.GetProData()
},500)
},
//

View File

@ -242,15 +242,15 @@
>
编辑
</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-edit"
@click="handleUpdateStatus(scope.row)"
v-hasPermi="['ma:machine:edit']"
>
修改状态
</el-button>
<!-- <el-button-->
<!-- size="mini"-->
<!-- type="text"-->
<!-- icon="el-icon-edit"-->
<!-- @click="handleUpdateStatus(scope.row)"-->
<!-- v-hasPermi="['ma:machine:change']"-->
<!-- >-->
<!-- 修改状态-->
<!-- </el-button>-->
<!-- <el-button
size="mini"
type="text"