diff --git a/src/views/jhzx/dhqdWH.vue b/src/views/jhzx/dhqdWH.vue index 64b94fe..92a0d09 100644 --- a/src/views/jhzx/dhqdWH.vue +++ b/src/views/jhzx/dhqdWH.vue @@ -6,15 +6,7 @@ - - - - + @@ -39,7 +31,6 @@ 提交 - 查询 @@ -101,12 +92,13 @@ import { getCzxx } from "@/api/jhzx/qfxq"; import {getToken} from "@/utils/auth"; import {endLoading, startLoading} from "@/utils"; import {Message} from "element-ui"; +import ProjectSelect from "@/components/ProjectSelect/index.vue"; export default { name: "dhqdWH", + components: {ProjectSelect}, data() { return { request: { - dcCh: "", Zt: "0", }, list: [], @@ -458,6 +450,69 @@ export default { ], filterRender: { name: "FilterCombination" }, }, + { + field: "plzlsl", + title: "批量组立数量", + align: "center", + minWidth: "90", + filters: [ + { + data: { + checks: [], + sVal: "", + sMenu: "", + fType1: "", + fVal1: "", + fMode: "and", + fType2: "", + fVal2: "", + }, + }, + ], + filterRender: { name: "FilterCombination" }, + }, + { + field: "kdzlsl", + title: "跨道组立数量", + align: "center", + minWidth: "90", + filters: [ + { + data: { + checks: [], + sVal: "", + sMenu: "", + fType1: "", + fVal1: "", + fMode: "and", + fType2: "", + fVal2: "", + }, + }, + ], + filterRender: { name: "FilterCombination" }, + }, + { + field: "ptybsl", + title: "平铁用板数量", + align: "center", + minWidth: "90", + filters: [ + { + data: { + checks: [], + sVal: "", + sMenu: "", + fType1: "", + fVal1: "", + fMode: "and", + fType2: "", + fVal2: "", + }, + }, + ], + filterRender: { name: "FilterCombination" }, + }, { field: "Zt", title: "状态", @@ -517,7 +572,7 @@ export default { // 获取列表接口 initList() { getList({ - ...this.request, + ...this.request,dcCh:this.$refs.projectSelectRef.getDcch() }).then((res) => { if (res.success) { this.list = res.data;