From 84ee03eb7701d8aeb8aa9514989f2c8b4ce53e79 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期五, 09 五月 2025 16:16:12 +0800 Subject: [PATCH] 批量更新日期联调等 --- src/views/mainPlan/sheetMetalSupplyGap/index.vue | 24 +++++++----------------- 1 files changed, 7 insertions(+), 17 deletions(-) diff --git a/src/views/mainPlan/sheetMetalSupplyGap/index.vue b/src/views/mainPlan/sheetMetalSupplyGap/index.vue index 58092c8..8ee91b7 100644 --- a/src/views/mainPlan/sheetMetalSupplyGap/index.vue +++ b/src/views/mainPlan/sheetMetalSupplyGap/index.vue @@ -12,11 +12,11 @@ <el-col :span="locale === 'zh' ? 5 : 10"> <el-form-item :label="$t('plan.query.requireTraceID')" - prop="requireId" + prop="requireTrackId" > <el-input :style="{ width: locale === 'zh' ? '140px' : '300px' }" - v-model="queryParams.requireId" + v-model="queryParams.requireTrackId" :placeholder="`${$t('plan.placeholder.requireTraceID')}`" clearable @keyup.enter="handleQuery" @@ -105,7 +105,7 @@ pageNum: 1, pageSize: 10, bomLineCode: null, - requireId: null + requireTrackId: null }, }); const { queryParams } = toRefs(data); @@ -131,7 +131,7 @@ }, { title: t("plan.table.requireTraceID"), - field: "requireId", + field: "requireTrackId", width: 200, align: "center", }, @@ -174,13 +174,13 @@ { title: t("plan.table.planEndDayDate"), field: "completeDate", - width: 100, + width: 200, align: "center", }, { title: t("plan.table.requirementDate"), field: "demandDate", - width: 100, + width: 200, align: "center", }, { @@ -201,7 +201,7 @@ { title: t("plan.table.productionBase"), field: "productionBase", - width: 100, + width: 200, align: "center", }, ]; @@ -221,16 +221,6 @@ listAll_plant({}).then(response=>{ plantList.value = response.data; }) -} -// 琛ㄥ崟閲嶇疆 -function reset() { - queryParams.value = { - pageNum: 1, - pageSize: 10, - bomLineCode: null, - requireId: null - }; - proxy.resetForm("queryRef"); } /** 鎼滅储鎸夐挳鎿嶄綔 */ -- Gitblit v1.9.3