From 9cea4d7003707aede258fc97608fae1eb0fa9b2f Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期五, 16 五月 2025 13:44:10 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.50.149:8085/r/aps-kj-web into dev --- src/views/mainPlan/platePlan/index.vue | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/views/mainPlan/platePlan/index.vue b/src/views/mainPlan/platePlan/index.vue index 0cd0de8..24b538a 100644 --- a/src/views/mainPlan/platePlan/index.vue +++ b/src/views/mainPlan/platePlan/index.vue @@ -9,7 +9,7 @@ label-position="left" > <el-row :gutter="20"> - <el-col :span="8"> + <el-col :span="6"> <el-form-item :label="$t('plan.query.daterangePlanStartDay')" :style="{ width: '100%' }" @@ -25,7 +25,7 @@ ></el-date-picker> </el-form-item> </el-col> - <el-col :span="8"> + <el-col :span="6"> <el-form-item :style="{ width: '100%' }" :label="$t('plan.query.daterangePlanEndDay')" @@ -40,7 +40,7 @@ ></el-date-picker> </el-form-item> </el-col> - <el-col :span="8"> + <el-col :span="6"> <el-form-item :style="{ width: '100%' }" :label="$t('plan.query.documentNumber')" @@ -54,8 +54,6 @@ /> </el-form-item> </el-col> - </el-row> - <el-row> <el-col :span="6"> <el-form-item :style="{ width: '100%' }" :label="$t('plan.query.customer')" prop="customer"> <el-input @@ -66,7 +64,7 @@ /> </el-form-item> </el-col> - <el-col :span="18" style="text-align: right"> + <!-- <el-col :span="24" style="text-align: right"> <el-form-item class="column-with-margin"> <el-button type="primary" icon="Search" @click="handleQuery">{{ $t("common.common.query") @@ -75,7 +73,7 @@ $t("common.common.reset") }}</el-button> </el-form-item> - </el-col> + </el-col> --> </el-row> </el-form> <!-- </el-row> --> @@ -124,7 +122,8 @@ </el-col> <right-toolbar v-model:showSearch="showSearch" - @queryTable="getList" + @queryTable="handleQuery" + @resetTable="resetQuery" ></right-toolbar> </el-row> -- Gitblit v1.9.3