lyh
4 小时以前 c2f3a056b91798a96c6841939def34be98477c4f
设备故障登记
已修改4个文件
34 ■■■■ 文件已修改
src/views/eam/repair/EamRepairOrderList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/EamReportAccidentsRegisterList.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/modules/EamRepairOrderList/EamRepairOrderModal.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowable/workflow/repairOrder/RepairOrderApprovalModal.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/repair/EamRepairOrderList.vue
@@ -175,7 +175,7 @@
          {
            title: '报修人',
            align: 'center',
            dataIndex: 'reportPerson',
            dataIndex: 'reportPerson_dictText',
          },
          {
            title: '维修开始时间',
src/views/eam/repair/EamReportAccidentsRegisterList.vue
@@ -67,6 +67,19 @@
          <a v-else @click="handleDetail(record)">详情</a>
        </span>
      <!--字符串超长截取省略号显示-->
      <span slot="accidentPhenomenon" slot-scope="text">
          <j-ellipsis :value="text" :length="8"/>
      </span>
      <!--字符串超长截取省略号显示-->
      <span slot="measure" slot-scope="text">
          <j-ellipsis :value="text" :length="8"/>
      </span>
      <!--字符串超长截取省略号显示-->
      <span slot="causingResults" slot-scope="text">
          <j-ellipsis :value="text" :length="8"/>
      </span>
    </a-table>
    <!-- table区域-end -->
@@ -188,17 +201,20 @@
          {
            title: '事故现象',
            align: 'center',
            dataIndex: 'accidentPhenomenon'
            dataIndex: 'accidentPhenomenon',
            scopedSlots: {customRender: 'accidentPhenomenon'},
          },
          {
            title: '采取措施',
            align: 'center',
            dataIndex: 'measure'
            dataIndex: 'measure',
            scopedSlots: {customRender: 'measure'},
          },
          {
            title: '造成结果',
            align: 'center',
            dataIndex: 'causingResults'
            dataIndex: 'causingResults',
            scopedSlots: {customRender: 'causingResults'},
          },
          {
            title: '操作工',
src/views/eam/repair/modules/EamRepairOrderList/EamRepairOrderModal.vue
@@ -21,7 +21,7 @@
          </a-col>
          <a-col :span="customSpan">
            <a-form-model-item label="报修人">
              <a-input placeholder="请输入报修人" v-model="model.reportPerson"/>
              <a-input placeholder="请输入报修人" v-model="model.reportPerson_dictText" disabled/>
            </a-form-model-item>
          </a-col>
          <a-col :span="customSpan">
@@ -40,7 +40,7 @@
          </a-col>
          <a-col :span="customSpan">
            <a-form-model-item label="故障现象">
              <a-textarea :rows="3" placeholder="请输入故障现象" v-model="model.faultPhenomenon"/>
              <a-textarea :rows="3" placeholder="请输入故障现象" v-model="model.faultPhenomenon" disabled/>
            </a-form-model-item>
          </a-col>
          <a-col :span="customSpan">
src/views/flowable/workflow/repairOrder/RepairOrderApprovalModal.vue
@@ -20,13 +20,13 @@
                    </a-form-model-item>
                  </a-col>
                  <a-col :span="12">
                    <a-form-model-item label="故障类型">
                    <a-form-model-item label="故障类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
                      <j-dict-select-tag dict-code="fault_type"  v-model="model.faultType" disabled/>
                    </a-form-model-item>
                  </a-col>
                  <a-col :span="12">
                    <a-form-model-item label="报修人">
                      <a-input v-model="model.reportPerson" readOnly/>
                    <a-form-model-item label="报修人" :labelCol="labelCol" :wrapperCol="wrapperCol">
                      <a-input v-model="model.reportPerson_dictText" readOnly/>
                    </a-form-model-item>
                  </a-col>
                  <a-col :span="12">