From 63327236d5c845ae5a7030399d950328c1784050 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 17 Jun 2024 10:24:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96:=20=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E6=94=AF=E6=8C=81=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/components/Crontab/day.vue | 2 +- sgzb-ui/src/components/Crontab/hour.vue | 2 +- sgzb-ui/src/components/Crontab/min.vue | 2 +- sgzb-ui/src/components/Crontab/month.vue | 2 +- sgzb-ui/src/components/Crontab/second.vue | 2 +- sgzb-ui/src/components/Crontab/week.vue | 10 +++++----- sgzb-ui/src/components/Crontab/year.vue | 2 +- .../constructionSite/constructionSite.vue | 1 + .../src/views/claimAndRefund/receive/agreement.vue | 2 ++ .../src/views/claimAndRefund/receive/receiveOut.vue | 2 ++ .../views/claimAndRefund/secondStore/inStoreBook.vue | 2 ++ .../claimAndRefund/secondStore/outStoreBook.vue | 2 ++ .../views/claimAndRefund/secondStore/secondStore.vue | 2 ++ .../picking/apply/component/AddPicking.vue | 1 + .../views/claimAndreturn/picking/outbound/index.vue | 1 + .../return/apply/component/addReturn.vue | 1 + sgzb-ui/src/views/store/label/labelBinding.vue | 2 ++ .../views/store/newBuy/newDevices/newDevicesCode.vue | 1 + sgzb-ui/src/views/stquery/backRecord.vue | 2 ++ sgzb-ui/src/views/stquery/deviceFixQuery.vue | 2 ++ sgzb-ui/src/views/stquery/deviceScrapQuery.vue | 2 ++ sgzb-ui/src/views/stquery/leaseRecord.vue | 2 ++ sgzb-ui/src/views/stquery/projUsingRecord.vue | 2 ++ sgzb-ui/src/views/system/dict/data.vue | 2 +- sgzb-ui/src/views/system/menu/index.vue | 2 +- sgzb-ui/src/views/system/role/index.vue | 2 ++ sgzb-ui/src/views/tool/build/RightPanel.vue | 8 ++++++-- sgzb-ui/src/views/tool/build/TreeNodeDialog.vue | 1 + sgzb-ui/src/views/tool/gen/editTable.vue | 6 +++--- sgzb-ui/src/views/tool/gen/genInfoForm.vue | 12 ++++++------ .../src/views/warehouseManage/tagBind/bind/index.vue | 1 + 31 files changed, 59 insertions(+), 24 deletions(-) diff --git a/sgzb-ui/src/components/Crontab/day.vue b/sgzb-ui/src/components/Crontab/day.vue index fe3eaf0c..f6c4026d 100644 --- a/sgzb-ui/src/components/Crontab/day.vue +++ b/sgzb-ui/src/components/Crontab/day.vue @@ -44,7 +44,7 @@ 指定 - + {{item}} diff --git a/sgzb-ui/src/components/Crontab/hour.vue b/sgzb-ui/src/components/Crontab/hour.vue index 4b1f1fcd..098b7112 100644 --- a/sgzb-ui/src/components/Crontab/hour.vue +++ b/sgzb-ui/src/components/Crontab/hour.vue @@ -25,7 +25,7 @@ 指定 - + {{item-1}} diff --git a/sgzb-ui/src/components/Crontab/min.vue b/sgzb-ui/src/components/Crontab/min.vue index 43cab900..2aea6f20 100644 --- a/sgzb-ui/src/components/Crontab/min.vue +++ b/sgzb-ui/src/components/Crontab/min.vue @@ -25,7 +25,7 @@ 指定 - + {{item-1}} diff --git a/sgzb-ui/src/components/Crontab/month.vue b/sgzb-ui/src/components/Crontab/month.vue index fd0ac384..8f1fde6a 100644 --- a/sgzb-ui/src/components/Crontab/month.vue +++ b/sgzb-ui/src/components/Crontab/month.vue @@ -25,7 +25,7 @@ 指定 - + {{item}} diff --git a/sgzb-ui/src/components/Crontab/second.vue b/sgzb-ui/src/components/Crontab/second.vue index e7b77617..c6cba63a 100644 --- a/sgzb-ui/src/components/Crontab/second.vue +++ b/sgzb-ui/src/components/Crontab/second.vue @@ -25,7 +25,7 @@ 指定 - + {{item-1}} diff --git a/sgzb-ui/src/components/Crontab/week.vue b/sgzb-ui/src/components/Crontab/week.vue index 1cec700e..3ccfa895 100644 --- a/sgzb-ui/src/components/Crontab/week.vue +++ b/sgzb-ui/src/components/Crontab/week.vue @@ -15,7 +15,7 @@ 周期从星期 - + {{item.value}} - - + 周的星期 - + {{item.value}} @@ -50,7 +50,7 @@ 本月最后一个星期 - + {{item.value}} @@ -59,7 +59,7 @@ 指定 - + {{item.value}} diff --git a/sgzb-ui/src/components/Crontab/year.vue b/sgzb-ui/src/components/Crontab/year.vue index 5487a6c7..29c6f9b7 100644 --- a/sgzb-ui/src/components/Crontab/year.vue +++ b/sgzb-ui/src/components/Crontab/year.vue @@ -32,7 +32,7 @@ 指定 - + diff --git a/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue b/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue index 24eb35bd..ab0e0e01 100644 --- a/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue +++ b/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue @@ -23,6 +23,7 @@ v-model="queryParams.unitId" placeholder="请选择单位名称" clearable + filterable > diff --git a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue index 38e674e9..a359e353 100644 --- a/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue +++ b/sgzb-ui/src/views/claimAndreturn/picking/outbound/index.vue @@ -53,6 +53,7 @@ v-model="queryParams.taskStatus" placeholder="请选择出库状态" clearable + filterable > diff --git a/sgzb-ui/src/views/store/label/labelBinding.vue b/sgzb-ui/src/views/store/label/labelBinding.vue index d85be694..9fdea39d 100644 --- a/sgzb-ui/src/views/store/label/labelBinding.vue +++ b/sgzb-ui/src/views/store/label/labelBinding.vue @@ -59,6 +59,7 @@ v-model="queryParams.isBind" placeholder="请选择绑定状态" clearable + filterable style="width: 240px" > @@ -392,6 +393,7 @@ v-model="cform.labelType" placeholder="请选择标签类型" style="width: 100%" + filterable > diff --git a/sgzb-ui/src/views/stquery/backRecord.vue b/sgzb-ui/src/views/stquery/backRecord.vue index c6a237c4..d6fe3d31 100644 --- a/sgzb-ui/src/views/stquery/backRecord.vue +++ b/sgzb-ui/src/views/stquery/backRecord.vue @@ -22,6 +22,7 @@ - + - + diff --git a/sgzb-ui/src/views/system/role/index.vue b/sgzb-ui/src/views/system/role/index.vue index d64d6d19..f7906e17 100644 --- a/sgzb-ui/src/views/system/role/index.vue +++ b/sgzb-ui/src/views/system/role/index.vue @@ -30,6 +30,7 @@ v-model="queryParams.status" placeholder="角色状态" clearable + filterable style="width: 240px" > @@ -62,7 +63,7 @@ - + @@ -210,6 +212,7 @@ @@ -224,7 +227,7 @@ - + @@ -395,6 +398,7 @@ diff --git a/sgzb-ui/src/views/tool/build/TreeNodeDialog.vue b/sgzb-ui/src/views/tool/build/TreeNodeDialog.vue index fa7f0b28..12d7d1d4 100644 --- a/sgzb-ui/src/views/tool/build/TreeNodeDialog.vue +++ b/sgzb-ui/src/views/tool/build/TreeNodeDialog.vue @@ -41,6 +41,7 @@