gaoluyang
2025-03-06 bc5c62e07cd575525183485633dbb9483d65cb76
src/views/business/inspectionTask/components/viewManHourDia.vue
@@ -6,6 +6,16 @@
      width="80%"
      @close="editInspectionDia = false"
    >
      <div>
        <el-form :model="entity" :inline="true">
          <el-form-item label="检验项" prop="outputWorkTime">
            <el-input v-model="entity.inspectionItem" clearable size="small"></el-input>
          </el-form-item>
          <el-form-item>
            <el-button size="small" type="primary" @click="getList0">查询</el-button>
          </el-form-item>
        </el-form>
      </div>
      <lims-table :tableData="tableData0" :column="column0"
                  :page="page0" :tableLoading="tableLoading"
                  height="560" @pagination="pagination0"></lims-table>
@@ -62,6 +72,7 @@
      editInspectionDia: false,
      entity: {
        orderId: 0,
        inspectionItem: ''
      },
      tableData0: [],
      tableLoading: false,