|
@@ -162,13 +162,13 @@
|
|
width="120px"
|
|
width="120px"
|
|
:show-overflow-tooltip="true"
|
|
:show-overflow-tooltip="true"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
- <el-table-column
|
|
|
|
|
|
+ <!-- <el-table-column
|
|
prop="rxj"
|
|
prop="rxj"
|
|
label="月计划量"
|
|
label="月计划量"
|
|
fixed="left"
|
|
fixed="left"
|
|
width="100px"
|
|
width="100px"
|
|
:show-overflow-tooltip="true"
|
|
:show-overflow-tooltip="true"
|
|
- ></el-table-column>
|
|
|
|
|
|
+ ></el-table-column> -->
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="may"
|
|
prop="may"
|
|
label="日期"
|
|
label="日期"
|
|
@@ -212,7 +212,7 @@
|
|
<span>{{ nameObj.unitid.obj[scope.row.unit] ? nameObj.unitid.obj[scope.row.unit] : scope.row.unit }}</span>
|
|
<span>{{ nameObj.unitid.obj[scope.row.unit] ? nameObj.unitid.obj[scope.row.unit] : scope.row.unit }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column
|
|
|
|
|
|
+ <!-- <el-table-column
|
|
prop="jxdays"
|
|
prop="jxdays"
|
|
label="检修小时"
|
|
label="检修小时"
|
|
width="80px"
|
|
width="80px"
|
|
@@ -237,13 +237,13 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<span v-else>{{scope.row.jxdays}}</span>
|
|
<span v-else>{{scope.row.jxdays}}</span>
|
|
</template>
|
|
</template>
|
|
- </el-table-column>
|
|
|
|
- <el-table-column
|
|
|
|
|
|
+ </el-table-column> -->
|
|
|
|
+ <!-- <el-table-column
|
|
prop="sqno"
|
|
prop="sqno"
|
|
label="序号"
|
|
label="序号"
|
|
width="60px"
|
|
width="60px"
|
|
:show-overflow-tooltip="true"
|
|
:show-overflow-tooltip="true"
|
|
- ></el-table-column>
|
|
|
|
|
|
+ ></el-table-column> -->
|
|
<!-- <el-table-column
|
|
<!-- <el-table-column
|
|
prop="weightMonth"
|
|
prop="weightMonth"
|
|
label="目标计划量(月)"
|
|
label="目标计划量(月)"
|
|
@@ -1254,7 +1254,7 @@ export default {
|
|
let c5 = row.clocke;
|
|
let c5 = row.clocke;
|
|
let rowsPan = 1;
|
|
let rowsPan = 1;
|
|
// let adds = this.$refs.singleTable.tableData[rowIndex].realvalue;
|
|
// let adds = this.$refs.singleTable.tableData[rowIndex].realvalue;
|
|
- if (column['property'] === 'workprocid' || column['property'] === 'adds' || column['property'] === 'rxj' || column['property'] === 'yhj') {
|
|
|
|
|
|
+ if (column['property'] === 'adds') {
|
|
if (rowIndex > 0 && c1 === tableData[rowIndex - 1].workprocid && c2 === tableData[rowIndex - 1].location &&
|
|
if (rowIndex > 0 && c1 === tableData[rowIndex - 1].workprocid && c2 === tableData[rowIndex - 1].location &&
|
|
c3 === tableData[rowIndex - 1].workshop && c4 === tableData[rowIndex - 1].clock && c5 === tableData[rowIndex - 1].clocke) {
|
|
c3 === tableData[rowIndex - 1].workshop && c4 === tableData[rowIndex - 1].clock && c5 === tableData[rowIndex - 1].clocke) {
|
|
return {
|
|
return {
|