Browse Source

2022-05-10 添加表格排序

master
rui_li 4 years ago
parent
commit
029649542b
  1. 182
      src/views/modules/yieldReport/com_produce_report_normal.vue

182
src/views/modules/yieldReport/com_produce_report_normal.vue

@ -700,10 +700,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "记录号",
columnWidth: 55,
columnWidth: 70,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -721,7 +721,7 @@ export default {
columnWidth: 90,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -739,7 +739,7 @@ export default {
columnWidth: 75,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -754,10 +754,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "停机代码",
columnWidth: 60,
columnWidth: 85,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -775,7 +775,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -793,7 +793,7 @@ export default {
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -811,7 +811,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -847,7 +847,7 @@ export default {
columnWidth: 55,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -865,7 +865,7 @@ export default {
columnWidth: 90,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -882,10 +882,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "工具编号",
columnWidth: 70,
columnWidth: 90,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -903,7 +903,7 @@ export default {
columnWidth: 85,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1064,10 +1064,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "序号",
columnWidth: 35,
columnWidth: 60,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1085,7 +1085,7 @@ export default {
columnWidth: 90,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1103,7 +1103,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1121,7 +1121,7 @@ export default {
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1136,10 +1136,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "工具实例编号",
columnWidth: 100,
columnWidth: 120,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1157,7 +1157,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1175,7 +1175,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1247,7 +1247,7 @@ export default {
columnWidth: 60,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1264,10 +1264,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "序号",
columnWidth: 35,
columnWidth: 60,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1285,7 +1285,7 @@ export default {
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1303,7 +1303,7 @@ export default {
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1318,10 +1318,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "规格型号",
columnWidth: 80,
columnWidth: 90,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1336,10 +1336,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "单位用量",
columnWidth: 80,
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1354,10 +1354,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "固定损耗",
columnWidth: 60,
columnWidth: 90,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1393,7 +1393,7 @@ export default {
columnWidth: 55,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1411,7 +1411,7 @@ export default {
columnWidth: 60,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1429,7 +1429,7 @@ export default {
columnWidth: 60,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1447,7 +1447,7 @@ export default {
columnWidth: 60,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1465,7 +1465,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1519,7 +1519,7 @@ export default {
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1536,10 +1536,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "序号",
columnWidth: 35,
columnWidth: 60,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1557,7 +1557,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1575,7 +1575,7 @@ export default {
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1593,7 +1593,7 @@ export default {
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1611,7 +1611,7 @@ export default {
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1629,7 +1629,7 @@ export default {
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1665,7 +1665,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1683,7 +1683,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1716,10 +1716,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "类型",
columnWidth: 50,
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1737,7 +1737,7 @@ export default {
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1755,7 +1755,7 @@ export default {
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1791,7 +1791,7 @@ export default {
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1809,7 +1809,7 @@ export default {
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1845,7 +1845,7 @@ export default {
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1919,7 +1919,7 @@ export default {
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1937,7 +1937,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1952,10 +1952,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "完工人",
columnWidth: 80,
columnWidth: 90,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -1970,10 +1970,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "是否完工",
columnWidth: 60,
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2006,10 +2006,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "扫描员",
columnWidth: 60,
columnWidth: 90,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2027,7 +2027,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2063,7 +2063,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2099,7 +2099,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2135,7 +2135,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2171,7 +2171,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2207,7 +2207,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2386,10 +2386,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "序号",
columnWidth: 35,
columnWidth: 60,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2407,7 +2407,7 @@ export default {
columnWidth: 110,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2422,10 +2422,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "不良代码",
columnWidth: 90,
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2461,7 +2461,7 @@ export default {
columnWidth: 60,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2479,7 +2479,7 @@ export default {
columnWidth: 90,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2497,7 +2497,7 @@ export default {
columnWidth: 85,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2535,7 +2535,7 @@ export default {
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2553,7 +2553,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2568,10 +2568,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "创建人",
columnWidth: 55,
columnWidth: 90,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2607,7 +2607,7 @@ export default {
columnWidth: 95,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2625,7 +2625,7 @@ export default {
columnWidth: 125,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2640,7 +2640,7 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "是否完成",
columnWidth: 60,
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
@ -2658,10 +2658,10 @@ export default {
headerAlign: "center",
align: "center",
columnLabel: "是否在线",
columnWidth: 60,
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2697,7 +2697,7 @@ export default {
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2769,7 +2769,7 @@ export default {
columnWidth: 55,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2787,7 +2787,7 @@ export default {
columnWidth: 100,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
@ -2805,7 +2805,7 @@ export default {
columnWidth: 80,
columnHidden: false,
columnImage: false,
columnSortable: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false

Loading…
Cancel
Save