更新0827

This commit is contained in:
xyc 2025-08-27 15:10:06 +08:00
parent a69a9ae44d
commit 5c4041300f
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="工种" prop="repairType"> <el-form-item label="工种" prop="workType">
<el-select v-model="queryParams.workType" placeholder="请选择" clearable> <el-select v-model="queryParams.workType" placeholder="请选择" clearable>
<el-option <el-option
v-for="item in this.getDictDatas('repair_work_type')" v-for="item in this.getDictDatas('repair_work_type')"

View File

@ -116,7 +116,7 @@
@click="handleSettlement(scope.row,'js')" v-if="TicketType === 'ts' && !scope.row.settlement" @click="handleSettlement(scope.row,'js')" v-if="TicketType === 'ts' && !scope.row.settlement"
>结算 >结算
</el-button> </el-button>
<el-button v-hasPermi="['repair:tk:settlement']" size="mini" type="text" icon="el-icon-finished" <el-button v-hasPermi="['repair:tk:settlement:review']" size="mini" type="text" icon="el-icon-finished"
@click="handleSettlement(scope.row,'jssh')" v-if="TicketType === 'ts' && scope.row.settlement" @click="handleSettlement(scope.row,'jssh')" v-if="TicketType === 'ts' && scope.row.settlement"
>结算审核 >结算审核
</el-button> </el-button>