祖安之光
2025-11-24 b231c463d1e14020fae1f5303dd93c2f49c85cdc
修改新增
已修改2个文件
6 ■■■■ 文件已修改
src/views/work/assetMng/toolsMonitorMeasure/annualVerificationPlan/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/work/sealManagement/apply/components/editDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/work/assetMng/toolsMonitorMeasure/annualVerificationPlan/index.vue
@@ -325,6 +325,10 @@
}
const openDialog = (type, value) => {
  if(!data.queryParams.companyId){
    ElMessage.warning('请先选择单位')
    return
  }
  dialogRef.value.openDialog(type, value, data.queryParams.companyId, data.isAdmin, data.companyList);
}
src/views/work/sealManagement/apply/components/editDialog.vue
@@ -102,7 +102,7 @@
            </el-form-item>
          </el-col>
        </el-row>
        <el-row :gutter="24">
        <el-row :gutter="24" v-if="title == '查看'">
          <el-col :span="24" style="margin-left: 50px">
            <span style="font-size: 19px;font-weight: 600;">签字意见</span>
            <el-table :data="state.form.flows" :border="true" style="width: 90%;margin-top: 10px">