diff --git a/src/option/system/dict.js b/src/option/system/dict.js index 2f54de4..9eff578 100644 --- a/src/option/system/dict.js +++ b/src/option/system/dict.js @@ -11,6 +11,7 @@ export const optionParent = { menuWidth: 250, dialogWidth: 880, dialogClickModal: false, + searchEnter:true, column: [ { label: "字典编号", diff --git a/src/option/system/dictbiz.js b/src/option/system/dictbiz.js index 4bc1423..bf17166 100644 --- a/src/option/system/dictbiz.js +++ b/src/option/system/dictbiz.js @@ -11,6 +11,7 @@ export const optionParent = { menuWidth: 250, dialogWidth: 880, dialogClickModal: false, + searchEnter:true, column: [ { label: "字典编号", diff --git a/src/views/authority/apiscope.vue b/src/views/authority/apiscope.vue index 10f0f78..c8c8d06 100644 --- a/src/views/authority/apiscope.vue +++ b/src/views/authority/apiscope.vue @@ -127,12 +127,13 @@ menuWidth: 150, dialogClickModal: false, searchShowBtn: false, // 栏目折叠显隐 - refreshBtn: false, // 刷新 + refreshBtn: false, // 刷新 columnBtn: false, // 操作列显隐 gridBtn:false, excelBtn: false, // 导出Excel printBtn: false, // 表格打印导出 filterBtn: false, // 筛选 + searchEnter:true, column: [ { label: "菜单名称", @@ -321,7 +322,7 @@ dialogWidth: 900, dialogClickModal: false, searchShowBtn: false, // 栏目折叠显隐 - refreshBtn: false, // 刷新 + refreshBtn: false, // 刷新 columnBtn: false, // 操作列显隐 gridBtn:false, excelBtn: false, // 导出Excel diff --git a/src/views/authority/datascope.vue b/src/views/authority/datascope.vue index 8077350..25a9f21 100644 --- a/src/views/authority/datascope.vue +++ b/src/views/authority/datascope.vue @@ -131,12 +131,13 @@ menuWidth: 150, dialogClickModal: false, searchShowBtn: false, // 栏目折叠显隐 - refreshBtn: false, // 刷新 + refreshBtn: false, // 刷新 columnBtn: false, // 操作列显隐 gridBtn:false, excelBtn: false, // 导出Excel printBtn: false, // 表格打印导出 filterBtn: false, // 筛选 + searchEnter:true, column: [ { label: "菜单名称", @@ -325,7 +326,7 @@ dialogWidth: 900, dialogClickModal: false, searchShowBtn: false, // 栏目折叠显隐 - refreshBtn: false, // 刷新 + refreshBtn: false, // 刷新 columnBtn: false, // 操作列显隐 gridBtn:false, excelBtn: false, // 导出Excel diff --git a/src/views/authority/role.vue b/src/views/authority/role.vue index 12cdeb3..c9225e3 100644 --- a/src/views/authority/role.vue +++ b/src/views/authority/role.vue @@ -120,12 +120,13 @@ dialogWidth: 900, dialogClickModal: false, searchShowBtn: false, // 栏目折叠显隐 - refreshBtn: false, // 刷新 + refreshBtn: false, // 刷新 columnBtn: false, // 操作列显隐 gridBtn:false, excelBtn: false, // 导出Excel printBtn: false, // 表格打印导出 filterBtn: false, // 筛选 + searchEnter:true, column: [ { label: "角色名称", diff --git a/src/views/businessManagement/inspection/repair.vue b/src/views/businessManagement/inspection/repair.vue index 395d399..1aa65f0 100644 --- a/src/views/businessManagement/inspection/repair.vue +++ b/src/views/businessManagement/inspection/repair.vue @@ -459,6 +459,7 @@ export default { excelBtn: false,       // 导出Excel printBtn: false,       // 表格打印导出 filterBtn: false,      // 筛选 + searchEnter:true, column: [ { label: "任务单号", diff --git a/src/views/businessManagement/inspection/task.vue b/src/views/businessManagement/inspection/task.vue index bbd7752..f041b19 100644 --- a/src/views/businessManagement/inspection/task.vue +++ b/src/views/businessManagement/inspection/task.vue @@ -6,7 +6,7 @@ @current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad"> - + - + - \ No newline at end of file diff --git a/src/views/desk/notice.vue b/src/views/desk/notice.vue index 7886ec9..74e049a 100644 --- a/src/views/desk/notice.vue +++ b/src/views/desk/notice.vue @@ -64,6 +64,7 @@ selection: true, excelBtn: true, dialogClickModal: false, + searchEnter:true, column: [ { label: "通知标题", diff --git a/src/views/device/deviceSystem.vue b/src/views/device/deviceSystem.vue index 3fcf3b6..2c693e5 100644 --- a/src/views/device/deviceSystem.vue +++ b/src/views/device/deviceSystem.vue @@ -355,6 +355,7 @@ export default { index: true, dialogType: "dialog", dialogClickModal: false, + searchEnter:true, addBtn: false, viewBtn: false, editBtn: false, diff --git a/src/views/feedback/list.vue b/src/views/feedback/list.vue index 084ee48..ca05b84 100644 --- a/src/views/feedback/list.vue +++ b/src/views/feedback/list.vue @@ -117,6 +117,7 @@ export default { refreshBtn: false, columnBtn: false, menuWidth: 240, + searchEnter:true, column: [ { label: "意见单号", diff --git a/src/views/goodsManagement/examineList.vue b/src/views/goodsManagement/examineList.vue index 07a0291..424d5dd 100644 --- a/src/views/goodsManagement/examineList.vue +++ b/src/views/goodsManagement/examineList.vue @@ -170,6 +170,7 @@ export default { refreshBtn: false, columnBtn: false, menuWidth: 240, + searchEnter:true, column: [ { label: "申领人", diff --git a/src/views/goodsManagement/goodsList.vue b/src/views/goodsManagement/goodsList.vue index e405807..a5fc230 100644 --- a/src/views/goodsManagement/goodsList.vue +++ b/src/views/goodsManagement/goodsList.vue @@ -348,6 +348,7 @@ export default { refreshBtn: false, columnBtn: false, menuWidth: 300, + searchEnter:true, column: [ { label: "库存ID", diff --git a/src/views/goodsManagement/reciviceList.vue b/src/views/goodsManagement/reciviceList.vue index 8eff71c..c756dc5 100644 --- a/src/views/goodsManagement/reciviceList.vue +++ b/src/views/goodsManagement/reciviceList.vue @@ -32,8 +32,8 @@ :tree-options="treeOptions" :default-value="searchFrom.bigClassId.node"> ', this.searchFrom) let query = { current: this.page.currentPage, size: this.page.pageSize, - startTime: this.searchFrom.timeRange.length != 0 ? this.searchFrom.timeRange[0] : null, - endTime: this.searchFrom.timeRange.length != 0 ? this.searchFrom.timeRange[1] : null, + startTime: this.searchFrom.timeRange&&this.searchFrom.timeRange.length != 0 ? this.searchFrom.timeRange[0].toString()+ ' 00:00:00' : null, + endTime: this.searchFrom.timeRange&&this.searchFrom.timeRange.length != 0 ? this.searchFrom.timeRange[1].toString() + ' 23:59:59' : null, isReturn: this.searchFrom.isReturn ? this.searchFrom.isReturn : null, - dataType:this.dataTypes + dataType:this.dataTypes, + applyUser:this.searchFrom.applyUser } getReciviceList(query).then(res => { this.data = res.data.data.records diff --git a/src/views/goodsManagement/warehouseList.vue b/src/views/goodsManagement/warehouseList.vue index baf7b66..7742203 100644 --- a/src/views/goodsManagement/warehouseList.vue +++ b/src/views/goodsManagement/warehouseList.vue @@ -109,6 +109,7 @@ export default { columnBtn: false, menuWidth: 400, selection: true, + searchEnter:true, column: [ { label: "仓库编码", diff --git a/src/views/knowledge/list.vue b/src/views/knowledge/list.vue index 743afe6..f6a0e54 100644 --- a/src/views/knowledge/list.vue +++ b/src/views/knowledge/list.vue @@ -82,6 +82,7 @@ export default { cancelBtn: false, dialogType: 'dialog', dialogClickModal: false, + searchEnter:true, column: [ { label: "知识类别", diff --git a/src/views/labManagement/inspectionManagement.vue b/src/views/labManagement/inspectionManagement.vue index 69d7d8a..3df9ea9 100644 --- a/src/views/labManagement/inspectionManagement.vue +++ b/src/views/labManagement/inspectionManagement.vue @@ -145,6 +145,7 @@ export default { excelBtn: false,       // 导出Excel printBtn: false,       // 表格打印导出 filterBtn: false,      // 筛选 + searchEnter:true, column: [ { label: "巡检计划单号", diff --git a/src/views/operation/hand.vue b/src/views/operation/hand.vue index 183fc48..ec3f005 100644 --- a/src/views/operation/hand.vue +++ b/src/views/operation/hand.vue @@ -522,6 +522,7 @@ export default { selection: true, searchShow: true, searchMenuSpan: 6, + searchEnter:true, border: true, index: true, dialogType: "dialog", diff --git a/src/views/system/check.vue b/src/views/system/check.vue index 84daf9e..fdfe548 100644 --- a/src/views/system/check.vue +++ b/src/views/system/check.vue @@ -76,6 +76,7 @@ export default { addBtn: false, menuWidth: 300, dialogClickModal: false, + searchEnter:true, column: [ { label: '账号', diff --git a/src/views/system/client.vue b/src/views/system/client.vue index 6f3655e..23b5339 100644 --- a/src/views/system/client.vue +++ b/src/views/system/client.vue @@ -58,6 +58,7 @@ viewBtn: true, selection: true, dialogClickModal: false, + searchEnter:true, column: [ { label: "应用id", diff --git a/src/views/system/dept.vue b/src/views/system/dept.vue index 1030a7d..e2f7c05 100644 --- a/src/views/system/dept.vue +++ b/src/views/system/dept.vue @@ -70,6 +70,7 @@ export default { menuWidth: 300, addBtn: true, dialogClickModal: false, + searchEnter:true, column: [ { label: "机构名称", diff --git a/src/views/system/menu.vue b/src/views/system/menu.vue index 8d70338..5de8a33 100644 --- a/src/views/system/menu.vue +++ b/src/views/system/menu.vue @@ -82,6 +82,7 @@ viewBtn: true, menuWidth: 300, dialogClickModal: false, + searchEnter:true, column: [ { label: "菜单名称", diff --git a/src/views/system/post.vue b/src/views/system/post.vue index 3add06b..6fcc356 100644 --- a/src/views/system/post.vue +++ b/src/views/system/post.vue @@ -63,6 +63,7 @@ viewBtn: true, selection: true, dialogClickModal: false, + searchEnter:true, column: [ { label: "所属租户", diff --git a/src/views/system/tenant.vue b/src/views/system/tenant.vue index b89a3f5..270004e 100644 --- a/src/views/system/tenant.vue +++ b/src/views/system/tenant.vue @@ -208,6 +208,7 @@ export default { menuWidth: 380, dialogWidth: 900, dialogClickModal: false, + searchEnter:true, column: [ { label: "租户ID", diff --git a/src/views/system/user.vue b/src/views/system/user.vue index 824cc46..483cb91 100644 --- a/src/views/system/user.vue +++ b/src/views/system/user.vue @@ -238,6 +238,7 @@ export default { excelBtn: false, // 导出Excel printBtn: false, // 表格打印导出 filterBtn: false, // 筛选 + searchEnter:true, column: [ { label: "登录账号", diff --git a/src/views/workbench/index.vue b/src/views/workbench/index.vue index fc8bb88..f8a5782 100644 --- a/src/views/workbench/index.vue +++ b/src/views/workbench/index.vue @@ -47,7 +47,7 @@
信息公示
+ class="xj_con_box" ref="scrollContainer">