diff --git a/src/api/area/index.js b/src/api/area/index.js
index b5ab1c5..ec502b4 100644
--- a/src/api/area/index.js
+++ b/src/api/area/index.js
@@ -64,4 +64,21 @@ export function FetchLibraryRegionDetails(params) {
})
}
-export default { add, edit, del, sort, saveLibraryRegionSignPoint, FetchInitLibraryRegionList, FetchRegionAllByFloor, FetchLibraryRegionDetails }
+// 区域id关联图书分类
+export function FetchbookClassRegionIdRelated(parameter) {
+ return request({
+ url: 'api/libraryRegion/bookClassRegionIdRelated',
+ method: 'post',
+ data: parameter
+ })
+}
+
+// 根据区域id获取关联图书分类
+export function FetchBookClassByRegionId(params) {
+ return request({
+ url: 'api/libraryRegion/getBookClassByRegionId' + '?' + qs.stringify(params, { indices: false }),
+ method: 'get'
+ })
+}
+
+export default { add, edit, del, sort, saveLibraryRegionSignPoint, FetchInitLibraryRegionList, FetchRegionAllByFloor, FetchLibraryRegionDetails, FetchbookClassRegionIdRelated, FetchBookClassByRegionId }
diff --git a/src/api/system/dict.js b/src/api/system/dict.js
index 14218d5..ebf068c 100644
--- a/src/api/system/dict.js
+++ b/src/api/system/dict.js
@@ -57,4 +57,13 @@ export function FetchDictionaryTreeByCategoryId(params) {
})
}
-export default { add, edit, del, FetchDictsList, FetchDictionaryTree, FetchSonDictionaryList, FetchDictionaryTreeByCategoryId }
+// 根据父code查询子集
+export function FetchSonDictionaryListByCode(params) {
+ return request({
+ url: '/api/dictionary/getSonDictionaryListByCode',
+ method: 'get',
+ params
+ })
+}
+
+export default { add, edit, del, FetchDictsList, FetchDictionaryTree, FetchSonDictionaryList, FetchDictionaryTreeByCategoryId, FetchSonDictionaryListByCode }
diff --git a/src/views/deviceManage/area/areaClassifyRelated.vue b/src/views/deviceManage/area/areaClassifyRelated.vue
index fafe8fb..913db27 100644
--- a/src/views/deviceManage/area/areaClassifyRelated.vue
+++ b/src/views/deviceManage/area/areaClassifyRelated.vue
@@ -17,13 +17,16 @@
+
@@ -46,34 +49,49 @@
关联列表
-
+
+
关联设置
-
- 111
+
+
+
+ {{ item.dictionaryCode +' '+ item.dictionaryName }}
+
+
+
-
+
-
+
+
- {{ scope.row.regionName +' [ '+ scope.row.floorName+' ] ' }}
+ {{ scope.row.dictionaryCode +' '+ scope.row.dictionaryName }}
@@ -82,7 +100,8 @@
+
+
diff --git a/src/views/deviceManage/shelfManage/shelfAllSearch.vue b/src/views/deviceManage/shelfManage/shelfAllSearch.vue
new file mode 100644
index 0000000..3cb7389
--- /dev/null
+++ b/src/views/deviceManage/shelfManage/shelfAllSearch.vue
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置
+
+
+
+
+
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.gridName | removeQUPrefix }}
+
+
+
+
+
+
+
+
+ 定位
+
+
+
+
+
+
+
+
+
+
+
+
+ - 所属机构{{ user.fonds.fondsName }}
+ - 所属楼层{{ positionContent.floorName }}
+ - 所属区域{{ positionContent.regionName }}
+ - 所属书架{{ positionTitle }}
+
+
+
+
平面图
+
+
+
+
+
![]()
+
![]()
+
+
+
+
书架图
+
+
+ -
+ {{ cell.gridName | removeMianBeforeRefix }}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/digitalScreen/index.vue b/src/views/digitalScreen/index.vue
index 2adb9f1..ac5e4ff 100644
--- a/src/views/digitalScreen/index.vue
+++ b/src/views/digitalScreen/index.vue
@@ -77,7 +77,7 @@
到馆统计
-
+
本地数据
基数计算
diff --git a/src/views/digitalScreen/module/areaSetting.vue b/src/views/digitalScreen/module/areaSetting.vue
index c62695a..d46c2dc 100644
--- a/src/views/digitalScreen/module/areaSetting.vue
+++ b/src/views/digitalScreen/module/areaSetting.vue
@@ -150,7 +150,7 @@
-
+
总馆
分馆
diff --git a/src/views/faceRecognition/personInfoManage.vue b/src/views/faceRecognition/personInfoManage.vue
index 614a8d0..41b6e91 100644
--- a/src/views/faceRecognition/personInfoManage.vue
+++ b/src/views/faceRecognition/personInfoManage.vue
@@ -58,7 +58,7 @@
-
+
男
女
diff --git a/src/views/faceRecognition/personRegister.vue b/src/views/faceRecognition/personRegister.vue
index 33d5272..e77a47a 100644
--- a/src/views/faceRecognition/personRegister.vue
+++ b/src/views/faceRecognition/personRegister.vue
@@ -49,7 +49,7 @@
-
+
男
女
diff --git a/src/views/inquiryMachine/column.vue b/src/views/inquiryMachine/column.vue
index 7ad1f8e..a665566 100644
--- a/src/views/inquiryMachine/column.vue
+++ b/src/views/inquiryMachine/column.vue
@@ -65,7 +65,7 @@
/>
-
+
启用
停用