zhangherong
2025-05-19 d7ede169aa2d2c89924ebbea9a9ba80f96a288bd
art: 设备管理-设备点检-流程修改为设备管理员确认
已修改3个文件
6 ■■■■ 文件已修改
src/views/eam/maintenance/EamInspectionOrderList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowable/workflow/InspectionOrder/InspectionOrderBatchHandle.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/maintenance/EamInspectionOrderList.vue
@@ -209,7 +209,7 @@
            dataIndex: 'operateTime',
          },
          {
            title: '班组长确认',
            title: '管理员确认',
            align: 'center',
            dataIndex: 'confirmUser_dictText'
          },
src/views/flowable/workflow/InspectionOrder/InspectionOrderBatchHandle.vue
@@ -21,7 +21,7 @@
      <a-form-model ref='form' :model='tableRowRecord' :labelCol="labelCol" :wrapperCol="wrapperCol"
                    :rules="validatorRules" v-if="tableRowRecord.inspectionStatus==='WAIT_CONFIRM'">
        <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 班组长确认信息
        <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 管理员确认信息
        </a-divider>
        <a-row :gutter="24">
src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue
@@ -168,7 +168,7 @@
        </a-tabs>
        <template v-if="isDisplayConfirm">
          <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 班组长确认信息
          <a-divider orientation="center" style="font-size: large;font-style: italic;color: #66aeed;"> 管理员确认信息
          </a-divider>
          <a-row :gutter="24">