diff --git a/src/views/modules/production/searchSfdc.vue b/src/views/modules/production/searchSfdc.vue
index 4e90e2a..4f293ef 100644
--- a/src/views/modules/production/searchSfdc.vue
+++ b/src/views/modules/production/searchSfdc.vue
@@ -75,39 +75,42 @@
-
-
-
- 让步接收标签
-
-
-
-
- {{ scope.row[item.columnProp] }}
-
-
-
-
+
+
+
+
+ 让步接收标签
+
+
+
+
+ {{ scope.row[item.columnProp] }}
+
+
+
+
+
@@ -459,6 +462,40 @@
serialNumber: null,
columnType: null,
align: 'right'
+ }, {
+ tableId: "sfdcList",
+ tableName: this.$route.meta.title,
+ columnProp: "scrapRate",
+ columnLabel: "订单报废率",
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ columnWidth: 80,
+ format: null,
+ functionId: this.$route.meta.menuId,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ serialNumber: null,
+ columnType: null,
+ align: 'right'
+ }, {
+ tableId: "sfdcList",
+ tableName: this.$route.meta.title,
+ columnProp: "csysScrapRate",
+ columnLabel: "系统报废率",
+ columnHidden: false,
+ columnImage: false,
+ columnSortable: false,
+ columnWidth: 80,
+ format: null,
+ functionId: this.$route.meta.menuId,
+ sortLv: 0,
+ status: true,
+ fixed: '',
+ serialNumber: null,
+ columnType: null,
+ align: 'right'
}, {
tableId: "sfdcList",
tableName: this.$route.meta.title,
@@ -754,7 +791,14 @@
printTransNoLabel(inList);
}
})
- }
+ },
+ tableRowClassName ({row, rowIndex}) {
+
+ if ( row.csysScrapRate
-