From 387be70197c3b57545f5608cf242f2adf97e4b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Mon, 28 Oct 2024 17:24:01 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4=E8=AE=A2=E8=B4=A7=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E5=AF=BC=E5=85=A5=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jhzx/dhqdWH.vue | 79 +++++++++++++++++++++++++++++++++------ 1 file changed, 67 insertions(+), 12 deletions(-) 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;