1.增加中日程按照导入顺序显示

master
董哲奇 8 months ago
parent 63f587387d
commit b48140aca0

@ -142,7 +142,7 @@ import { getCzxx } from "@/api/jhzx/qfxq";
import {Message} from "element-ui";
import {getCzplBase} from "@/api/sjzx/jcsj";
export default {
name: "zrcWH",
name: "ZrcWH",
data() {
return {
uploadData:{
@ -210,27 +210,27 @@ export default {
],
filterRender: { name: "FilterCombination" },
},
{
field: "zdh",
title: "总段号",
align: "center",
minWidth: "80",
filters: [
{
data: {
checks: [],
sVal: "",
sMenu: "",
fType1: "",
fVal1: "",
fMode: "and",
fType2: "",
fVal2: "",
},
},
],
filterRender: { name: "FilterCombination" },
},
// {
// field: "zdh",
// title: "",
// align: "center",
// minWidth: "80",
// filters: [
// {
// data: {
// checks: [],
// sVal: "",
// sMenu: "",
// fType1: "",
// fVal1: "",
// fMode: "and",
// fType2: "",
// fVal2: "",
// },
// },
// ],
// filterRender: { name: "FilterCombination" },
// },
{
field: "dcFd",
title: "分段号",
@ -252,48 +252,48 @@ export default {
],
filterRender: { name: "FilterCombination" },
},
{
field: "qy",
title: "区域",
align: "center",
minWidth: "70",
filters: [
{
data: {
checks: [],
sVal: "",
sMenu: "",
fType1: "",
fVal1: "",
fMode: "and",
fType2: "",
fVal2: "",
},
},
],
filterRender: { name: "FilterCombination" },
},
{
field: "yzd",
title: "预组段",
align: "center",
minWidth: "80",
filters: [
{
data: {
checks: [],
sVal: "",
sMenu: "",
fType1: "",
fVal1: "",
fMode: "and",
fType2: "",
fVal2: "",
},
},
],
filterRender: { name: "FilterCombination" },
},
// {
// field: "qy",
// title: "",
// align: "center",
// minWidth: "70",
// filters: [
// {
// data: {
// checks: [],
// sVal: "",
// sMenu: "",
// fType1: "",
// fVal1: "",
// fMode: "and",
// fType2: "",
// fVal2: "",
// },
// },
// ],
// filterRender: { name: "FilterCombination" },
// },
// {
// field: "yzd",
// title: "",
// align: "center",
// minWidth: "80",
// filters: [
// {
// data: {
// checks: [],
// sVal: "",
// sMenu: "",
// fType1: "",
// fVal1: "",
// fMode: "and",
// fType2: "",
// fVal2: "",
// },
// },
// ],
// filterRender: { name: "FilterCombination" },
// },
{
field: "zl",
title: "重量",

Loading…
Cancel
Save