From 1745146eee12a2d7cb1526604d713af903c298e7 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 17 Jun 2024 09:58:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=98=E5=8C=96:=20=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E7=AE=A1=E7=90=86-=E5=B7=B2=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E7=8A=B6=E6=80=81=E4=B8=8D=E8=83=BD=E5=86=8D=E6=AC=A1?= =?UTF-8?q?=E5=8B=BE=E9=80=89=E7=BB=91=E5=AE=9A,=20=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E7=AE=A1=E7=90=86-=E7=BB=B4=E4=BF=AE=E5=91=98=20=E8=B5=84?= =?UTF-8?q?=E4=BA=A7=E5=B1=9E=E6=80=A7=20=E5=9B=9E=E6=98=BE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/warehouseManage/machinery/type/index.vue | 7 +++++++ sgzb-ui/src/views/warehouseManage/tagBind/bind/index.vue | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue index e85aa74a..d717878e 100644 --- a/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue +++ b/sgzb-ui/src/views/warehouseManage/machinery/type/index.vue @@ -396,6 +396,7 @@ @@ -856,6 +857,12 @@ export default { this.reset() const typeId = row.typeId || this.ids getMaType(typeId).then((response) => { + if (response.data.propId == 0) { + response.data.propId = null + } + if (response.data.repairUserId == 0) { + response.data.repairUserId = null + } this.form = response.data if (this.form.documentUrl) { let file = { diff --git a/sgzb-ui/src/views/warehouseManage/tagBind/bind/index.vue b/sgzb-ui/src/views/warehouseManage/tagBind/bind/index.vue index 294f38ea..1a2377d7 100644 --- a/sgzb-ui/src/views/warehouseManage/tagBind/bind/index.vue +++ b/sgzb-ui/src/views/warehouseManage/tagBind/bind/index.vue @@ -182,7 +182,7 @@ :data="labelList" @selection-change="handleSelectionChange" > - + Date: Mon, 17 Jun 2024 10:24:12 +0800 Subject: [PATCH 2/2] =?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 @@