|
@@ -154,9 +154,10 @@
|
|
|
label="日期"
|
|
label="日期"
|
|
|
align="center"
|
|
align="center"
|
|
|
prop="createTime"
|
|
prop="createTime"
|
|
|
- :formatter="dateFormatter"
|
|
|
|
|
|
|
+ :formatter="dateFormatter2"
|
|
|
:min-width="columnWidths.createTime.width"
|
|
:min-width="columnWidths.createTime.width"
|
|
|
resizable
|
|
resizable
|
|
|
|
|
+ fixed="left"
|
|
|
/>
|
|
/>
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
label="施工队伍"
|
|
label="施工队伍"
|
|
@@ -164,14 +165,7 @@
|
|
|
prop="deptName"
|
|
prop="deptName"
|
|
|
:min-width="columnWidths.deptName.width"
|
|
:min-width="columnWidths.deptName.width"
|
|
|
resizable
|
|
resizable
|
|
|
- />
|
|
|
|
|
- <el-table-column
|
|
|
|
|
- label="项目"
|
|
|
|
|
- align="center"
|
|
|
|
|
- prop="contractName"
|
|
|
|
|
- class-name="contract-name-column"
|
|
|
|
|
- :min-width="columnWidths.contractName.width"
|
|
|
|
|
- resizable
|
|
|
|
|
|
|
+ fixed="left"
|
|
|
/>
|
|
/>
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
label="任务"
|
|
label="任务"
|
|
@@ -179,6 +173,7 @@
|
|
|
prop="taskName"
|
|
prop="taskName"
|
|
|
:min-width="columnWidths.taskName.width"
|
|
:min-width="columnWidths.taskName.width"
|
|
|
resizable
|
|
resizable
|
|
|
|
|
+ fixed="left"
|
|
|
/>
|
|
/>
|
|
|
<!-- <el-table-column label="施工状态" align="center" prop="constructionStatus" /> -->
|
|
<!-- <el-table-column label="施工状态" align="center" prop="constructionStatus" /> -->
|
|
|
<el-table-column
|
|
<el-table-column
|
|
@@ -187,6 +182,7 @@
|
|
|
prop="constructionStatus"
|
|
prop="constructionStatus"
|
|
|
:min-width="columnWidths.constructionStatus.width"
|
|
:min-width="columnWidths.constructionStatus.width"
|
|
|
resizable
|
|
resizable
|
|
|
|
|
+ fixed="left"
|
|
|
>
|
|
>
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<dict-tag
|
|
<dict-tag
|
|
@@ -281,7 +277,7 @@
|
|
|
<dict-tag :type="DICT_TYPE.PMS_PROJECT_NPT_REASON" :value="scope.row.nptReason" />
|
|
<dict-tag :type="DICT_TYPE.PMS_PROJECT_NPT_REASON" :value="scope.row.nptReason" />
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
|
|
|
|
+ <!-- <el-table-column
|
|
|
label="施工开始日期"
|
|
label="施工开始日期"
|
|
|
align="center"
|
|
align="center"
|
|
|
prop="constructionStartDate"
|
|
prop="constructionStartDate"
|
|
@@ -296,7 +292,7 @@
|
|
|
:formatter="dateFormatter"
|
|
:formatter="dateFormatter"
|
|
|
:min-width="columnWidths.constructionEndDate.width"
|
|
:min-width="columnWidths.constructionEndDate.width"
|
|
|
resizable
|
|
resizable
|
|
|
- />
|
|
|
|
|
|
|
+ /> -->
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
label="生产动态"
|
|
label="生产动态"
|
|
|
align="center"
|
|
align="center"
|
|
@@ -304,6 +300,14 @@
|
|
|
prop="productionStatus"
|
|
prop="productionStatus"
|
|
|
resizable
|
|
resizable
|
|
|
/>
|
|
/>
|
|
|
|
|
+ <el-table-column
|
|
|
|
|
+ label="项目"
|
|
|
|
|
+ align="center"
|
|
|
|
|
+ prop="contractName"
|
|
|
|
|
+ class-name="contract-name-column"
|
|
|
|
|
+ :min-width="columnWidths.contractName.width"
|
|
|
|
|
+ resizable
|
|
|
|
|
+ />
|
|
|
<el-table-column label="累计" align="center">
|
|
<el-table-column label="累计" align="center">
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
label="注气量(万方)"
|
|
label="注气量(万方)"
|
|
@@ -336,7 +340,7 @@
|
|
|
:min-width="columnWidths.capacity.width"
|
|
:min-width="columnWidths.capacity.width"
|
|
|
resizable
|
|
resizable
|
|
|
/>
|
|
/>
|
|
|
- <el-table-column label="操作" align="center" fixed="right">
|
|
|
|
|
|
|
+ <!-- <el-table-column label="操作" align="center" fixed="right">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<el-button
|
|
<el-button
|
|
|
link
|
|
link
|
|
@@ -355,7 +359,7 @@
|
|
|
删除
|
|
删除
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template>
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
|
|
|
|
+ </el-table-column> -->
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 分页 -->
|
|
<!-- 分页 -->
|
|
@@ -380,7 +384,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
|
-import { dateFormatter, rangeShortcuts } from '@/utils/formatTime'
|
|
|
|
|
|
|
+import { dateFormatter, dateFormatter2, rangeShortcuts } from '@/utils/formatTime'
|
|
|
import download from '@/utils/download'
|
|
import download from '@/utils/download'
|
|
|
import { IotRhDailyReportApi, IotRhDailyReportVO } from '@/api/pms/iotrhdailyreport'
|
|
import { IotRhDailyReportApi, IotRhDailyReportVO } from '@/api/pms/iotrhdailyreport'
|
|
|
import IotRhDailyReportForm from './IotRhDailyReportForm.vue'
|
|
import IotRhDailyReportForm from './IotRhDailyReportForm.vue'
|
|
@@ -486,7 +490,7 @@ const columnWidths = ref<
|
|
|
label: '日期',
|
|
label: '日期',
|
|
|
prop: 'createTime',
|
|
prop: 'createTime',
|
|
|
width: '120px',
|
|
width: '120px',
|
|
|
- fn: (row: IotRhDailyReportVO) => dateFormatter(null, null, row.createTime)
|
|
|
|
|
|
|
+ fn: (row: IotRhDailyReportVO) => dateFormatter2(null, null, row.createTime)
|
|
|
},
|
|
},
|
|
|
deptName: {
|
|
deptName: {
|
|
|
label: '施工队伍',
|
|
label: '施工队伍',
|