From bbbc0d379e825b9cb8de11246d7f32005713dc6a Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 27 Apr 2023 16:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=20=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=BB=9F=E4=B8=80=E6=94=B9=E4=B8=BA=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=20=E8=BE=93=E5=85=A5=E6=A1=86=E5=8F=98=E4=B8=BA?= =?UTF-8?q?=E5=8F=AF=E6=B8=85=E9=99=A4=20=E9=87=8D=E7=BD=AE=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9C=AA=E6=B8=85=E7=A9=BA=E7=AD=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/corpMaintain/corpExport.vue | 2 +- src/views/basic/corpMaintain/corpImport.vue | 2 +- src/views/basic/product/udiInfoImport.vue | 2 +- src/views/basic/product/udiinfoExport.vue | 2 +- src/views/inout/uploadManage/receiveLog.vue | 2 ++ src/views/inout/uploadManage/uploadLog.vue | 2 ++ src/views/inout/uploadManage/uploadOrder.vue | 1 + src/views/inventory/inner/innerOrder.vue | 2 +- src/views/monitor/logininfor/index.vue | 2 +- src/views/monitor/operlog/index.vue | 2 +- src/views/remind/invRemindSet.vue | 2 +- src/views/sync/SysUdimsData.vue | 2 +- src/views/sync/SysUdimsDownloadData.vue | 2 +- src/views/system/menu/index.vue | 2 +- src/views/system/param/BasicEntrutsRece.vue | 1 + src/views/system/param/busTypeChange.vue | 2 ++ src/views/system/param/helpSettings.vue | 2 +- src/views/system/param/systemParamConfig.vue | 2 +- src/views/system/print/pdfBizPrintSet.vue | 2 +- src/views/system/print/pdfCodePrintSet.vue | 2 +- src/views/system/print/pdfLabelPrintSet.vue | 2 +- src/views/system/print/pdfStatementPrintSet.vue | 2 +- src/views/system/print/pdfTmpleateManage.vue | 2 +- src/views/system/role/index.vue | 2 +- src/views/thirdSys/api/index.vue | 2 ++ src/views/thirdSys/corps/thrCorpsExport.vue | 2 +- src/views/thirdSys/corps/thrCorpsImport.vue | 2 +- src/views/thirdSys/invProducts/thrInvProductsExport.vue | 2 +- src/views/thirdSys/invProducts/thrInvProductsImport.vue | 2 +- src/views/thirdSys/order/thrOrderExport.vue | 2 +- src/views/thirdSys/order/thrOrderImport.vue | 2 +- src/views/thirdSys/order/thrOrderImportDetail.vue | 2 +- src/views/thirdSys/product/thrProductsExport.vue | 2 +- src/views/thirdSys/product/thrProductsImport.vue | 2 +- 34 files changed, 38 insertions(+), 28 deletions(-) diff --git a/src/views/basic/corpMaintain/corpExport.vue b/src/views/basic/corpMaintain/corpExport.vue index 41c9c5b4..8dcd4047 100644 --- a/src/views/basic/corpMaintain/corpExport.vue +++ b/src/views/basic/corpMaintain/corpExport.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/basic/corpMaintain/corpImport.vue b/src/views/basic/corpMaintain/corpImport.vue index 8b32e8a4..8db5c6e0 100644 --- a/src/views/basic/corpMaintain/corpImport.vue +++ b/src/views/basic/corpMaintain/corpImport.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/basic/product/udiInfoImport.vue b/src/views/basic/product/udiInfoImport.vue index 541dc9f8..313610fd 100644 --- a/src/views/basic/product/udiInfoImport.vue +++ b/src/views/basic/product/udiInfoImport.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/basic/product/udiinfoExport.vue b/src/views/basic/product/udiinfoExport.vue index 295354f9..d36f5659 100644 --- a/src/views/basic/product/udiinfoExport.vue +++ b/src/views/basic/product/udiinfoExport.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/inout/uploadManage/receiveLog.vue b/src/views/inout/uploadManage/receiveLog.vue index a3f98147..1f9e9ac3 100644 --- a/src/views/inout/uploadManage/receiveLog.vue +++ b/src/views/inout/uploadManage/receiveLog.vue @@ -167,6 +167,7 @@ export default { loading: false, list: [], total: 0, + actDateRange:[], statusMap: { 0: "未提交", 1: "正在提交", @@ -196,6 +197,7 @@ export default { page: 1, limit: 20 } + this.actDateRange=[]; this.onSubmit(); }, onSubmit() { diff --git a/src/views/inout/uploadManage/uploadLog.vue b/src/views/inout/uploadManage/uploadLog.vue index 57383ae7..63229a0c 100644 --- a/src/views/inout/uploadManage/uploadLog.vue +++ b/src/views/inout/uploadManage/uploadLog.vue @@ -164,6 +164,7 @@ export default { page: 1, limit: 20 }, + actDateRange:[], loading: false, list: [], total: 0, @@ -196,6 +197,7 @@ export default { page: 1, limit: 20 } + this.actDateRange=[]; this.onSubmit(); }, onSubmit() { diff --git a/src/views/inout/uploadManage/uploadOrder.vue b/src/views/inout/uploadManage/uploadOrder.vue index 1c05ff91..5f5dd633 100644 --- a/src/views/inout/uploadManage/uploadOrder.vue +++ b/src/views/inout/uploadManage/uploadOrder.vue @@ -478,6 +478,7 @@ export default { page: 1, limit: 10 }; + this.actDateRange= []; this.getList(); }, onSubmit() { diff --git a/src/views/inventory/inner/innerOrder.vue b/src/views/inventory/inner/innerOrder.vue index b89ef05b..93356a98 100644 --- a/src/views/inventory/inner/innerOrder.vue +++ b/src/views/inventory/inner/innerOrder.vue @@ -22,7 +22,7 @@ - + 重置 查询 新增打印单 diff --git a/src/views/monitor/logininfor/index.vue b/src/views/monitor/logininfor/index.vue index 09e53b7e..26d793c1 100644 --- a/src/views/monitor/logininfor/index.vue +++ b/src/views/monitor/logininfor/index.vue @@ -35,7 +35,7 @@ 重置 - 搜索 + 查询 - 搜索 + 查询 重置 显示/隐藏搜索栏 重置 - 搜索 + 查询 新增库存预警设置 diff --git a/src/views/sync/SysUdimsData.vue b/src/views/sync/SysUdimsData.vue index 6c2e899a..94c22413 100644 --- a/src/views/sync/SysUdimsData.vue +++ b/src/views/sync/SysUdimsData.vue @@ -23,7 +23,7 @@ - + 重置 查询 diff --git a/src/views/sync/SysUdimsDownloadData.vue b/src/views/sync/SysUdimsDownloadData.vue index 76cba185..f35ca8d9 100644 --- a/src/views/sync/SysUdimsDownloadData.vue +++ b/src/views/sync/SysUdimsDownloadData.vue @@ -18,7 +18,7 @@ - + 重置 查询 diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 3bf7ec6e..9585c8df 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -23,7 +23,7 @@ 重置 搜索 + v-hasPermi="['system:menu:query']">查询 新增 diff --git a/src/views/system/param/BasicEntrutsRece.vue b/src/views/system/param/BasicEntrutsRece.vue index 20d21030..854ede24 100644 --- a/src/views/system/param/BasicEntrutsRece.vue +++ b/src/views/system/param/BasicEntrutsRece.vue @@ -6,6 +6,7 @@ diff --git a/src/views/system/param/busTypeChange.vue b/src/views/system/param/busTypeChange.vue index e1588fd2..929bf156 100644 --- a/src/views/system/param/busTypeChange.vue +++ b/src/views/system/param/busTypeChange.vue @@ -6,12 +6,14 @@ diff --git a/src/views/system/param/helpSettings.vue b/src/views/system/param/helpSettings.vue index cc769de2..9e083418 100644 --- a/src/views/system/param/helpSettings.vue +++ b/src/views/system/param/helpSettings.vue @@ -21,7 +21,7 @@ - 搜索 + 查询 重置 - 搜索 + 查询 diff --git a/src/views/system/print/pdfBizPrintSet.vue b/src/views/system/print/pdfBizPrintSet.vue index fbbc97b9..db26e71d 100644 --- a/src/views/system/print/pdfBizPrintSet.vue +++ b/src/views/system/print/pdfBizPrintSet.vue @@ -13,7 +13,7 @@ - + 重置 查询 diff --git a/src/views/system/print/pdfCodePrintSet.vue b/src/views/system/print/pdfCodePrintSet.vue index 2af1aacb..c04816f8 100644 --- a/src/views/system/print/pdfCodePrintSet.vue +++ b/src/views/system/print/pdfCodePrintSet.vue @@ -13,7 +13,7 @@ - + 重置 查询 diff --git a/src/views/system/print/pdfLabelPrintSet.vue b/src/views/system/print/pdfLabelPrintSet.vue index 3071d96a..50a46c52 100644 --- a/src/views/system/print/pdfLabelPrintSet.vue +++ b/src/views/system/print/pdfLabelPrintSet.vue @@ -13,7 +13,7 @@ - + 重置 查询 diff --git a/src/views/system/print/pdfStatementPrintSet.vue b/src/views/system/print/pdfStatementPrintSet.vue index 7859b488..d12bc2f5 100644 --- a/src/views/system/print/pdfStatementPrintSet.vue +++ b/src/views/system/print/pdfStatementPrintSet.vue @@ -13,7 +13,7 @@ - + 重置 查询 diff --git a/src/views/system/print/pdfTmpleateManage.vue b/src/views/system/print/pdfTmpleateManage.vue index 9c77d51a..53458dab 100644 --- a/src/views/system/print/pdfTmpleateManage.vue +++ b/src/views/system/print/pdfTmpleateManage.vue @@ -21,7 +21,7 @@ - + 重置 查询 新增模板 diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index b6a6f535..c9cde7e6 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -24,7 +24,7 @@ 重置 - 搜索 + 查询 新增 diff --git a/src/views/thirdSys/api/index.vue b/src/views/thirdSys/api/index.vue index 527a6561..5fd31a52 100644 --- a/src/views/thirdSys/api/index.vue +++ b/src/views/thirdSys/api/index.vue @@ -6,12 +6,14 @@ diff --git a/src/views/thirdSys/corps/thrCorpsExport.vue b/src/views/thirdSys/corps/thrCorpsExport.vue index f16e86c8..6c3928f1 100644 --- a/src/views/thirdSys/corps/thrCorpsExport.vue +++ b/src/views/thirdSys/corps/thrCorpsExport.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/thirdSys/corps/thrCorpsImport.vue b/src/views/thirdSys/corps/thrCorpsImport.vue index 7a67dc67..9e220ff4 100644 --- a/src/views/thirdSys/corps/thrCorpsImport.vue +++ b/src/views/thirdSys/corps/thrCorpsImport.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/thirdSys/invProducts/thrInvProductsExport.vue b/src/views/thirdSys/invProducts/thrInvProductsExport.vue index c588f57b..e3bb9e80 100644 --- a/src/views/thirdSys/invProducts/thrInvProductsExport.vue +++ b/src/views/thirdSys/invProducts/thrInvProductsExport.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/thirdSys/invProducts/thrInvProductsImport.vue b/src/views/thirdSys/invProducts/thrInvProductsImport.vue index 1adb4313..5cd3e497 100644 --- a/src/views/thirdSys/invProducts/thrInvProductsImport.vue +++ b/src/views/thirdSys/invProducts/thrInvProductsImport.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/thirdSys/order/thrOrderExport.vue b/src/views/thirdSys/order/thrOrderExport.vue index ee915bbd..8cf505fa 100644 --- a/src/views/thirdSys/order/thrOrderExport.vue +++ b/src/views/thirdSys/order/thrOrderExport.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/thirdSys/order/thrOrderImport.vue b/src/views/thirdSys/order/thrOrderImport.vue index eff9f957..98ad6f67 100644 --- a/src/views/thirdSys/order/thrOrderImport.vue +++ b/src/views/thirdSys/order/thrOrderImport.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/thirdSys/order/thrOrderImportDetail.vue b/src/views/thirdSys/order/thrOrderImportDetail.vue index a8a93408..57974116 100644 --- a/src/views/thirdSys/order/thrOrderImportDetail.vue +++ b/src/views/thirdSys/order/thrOrderImportDetail.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/thirdSys/product/thrProductsExport.vue b/src/views/thirdSys/product/thrProductsExport.vue index 9b910b15..5b64bd58 100644 --- a/src/views/thirdSys/product/thrProductsExport.vue +++ b/src/views/thirdSys/product/thrProductsExport.vue @@ -5,7 +5,7 @@ - + diff --git a/src/views/thirdSys/product/thrProductsImport.vue b/src/views/thirdSys/product/thrProductsImport.vue index 25c45b03..d13a980b 100644 --- a/src/views/thirdSys/product/thrProductsImport.vue +++ b/src/views/thirdSys/product/thrProductsImport.vue @@ -5,7 +5,7 @@ - +