diff --git a/sgzb-ui/src/api/stquery/deviceExitQuery.js b/sgzb-ui/src/api/stquery/deviceExitQuery.js
new file mode 100644
index 00000000..e69de29b
diff --git a/sgzb-ui/src/api/stquery/deviceFetchQuery.js b/sgzb-ui/src/api/stquery/deviceFetchQuery.js
new file mode 100644
index 00000000..e69de29b
diff --git a/sgzb-ui/src/api/stquery/deviceFixQuery.js b/sgzb-ui/src/api/stquery/deviceFixQuery.js
new file mode 100644
index 00000000..e69de29b
diff --git a/sgzb-ui/src/api/stquery/deviceInStoreQuery.js b/sgzb-ui/src/api/stquery/deviceInStoreQuery.js
new file mode 100644
index 00000000..e69de29b
diff --git a/sgzb-ui/src/api/stquery/deviceScrapQuery.js b/sgzb-ui/src/api/stquery/deviceScrapQuery.js
new file mode 100644
index 00000000..e69de29b
diff --git a/sgzb-ui/src/api/stquery/deviceStatusRecord.js b/sgzb-ui/src/api/stquery/deviceStatusRecord.js
new file mode 100644
index 00000000..3ba9ce15
--- /dev/null
+++ b/sgzb-ui/src/api/stquery/deviceStatusRecord.js
@@ -0,0 +1,52 @@
+import request from '@/utils/request'
+
+//综合查询
+// 查询 机具仓储状态
+export function statusList(query){
+ return request({
+ url: '/material/storageStatus/getStorageStatusList',
+ method: 'get',
+ params: query
+ })
+}
+
+// 列表导出
+export function exportList(params = {}){
+ return request({
+ url: '/material/backRecord/export',
+ method: 'post',
+ data: params
+ })
+}
+
+// 获取 来往单位 列表
+export function getUnitData(params = {}){
+ return request({
+ url: '/system/select/getUnitCbx',
+ method: 'post',
+ data: params
+ })
+}
+
+// 获取 工程 列表
+export function getProData(params = {}){
+ return request({
+ url: '/system/select/getSectionEngineeringCbx',
+ method: 'post',
+ data: params
+ })
+}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/sgzb-ui/src/api/stquery/projUsingRecord.js b/sgzb-ui/src/api/stquery/projUsingRecord.js
new file mode 100644
index 00000000..ef98c73c
--- /dev/null
+++ b/sgzb-ui/src/api/stquery/projUsingRecord.js
@@ -0,0 +1,30 @@
+import request from '@/utils/request'
+
+// 工程机具使用查询
+// 获取 来往单位 列表
+export function getUnitData(params = {}){
+ return request({
+ url: '/system/select/getUnitCbx',
+ method: 'post',
+ data: params
+ })
+}
+
+// 获取 工程 列表
+export function getProData(params = {}){
+ return request({
+ url: '/system/select/getSectionEngineeringCbx',
+ method: 'post',
+ data: params
+ })
+}
+
+// 获取 工程机具使用 列表
+export function usingRecord(query) {
+ return request({
+ url: '/material/projUsingRecord/getProjUsingRecordList',
+ method: 'get',
+ params: query
+ })
+}
+
diff --git a/sgzb-ui/src/views/stquery/deviceExitQuery.vue b/sgzb-ui/src/views/stquery/deviceExitQuery.vue
new file mode 100644
index 00000000..e69de29b
diff --git a/sgzb-ui/src/views/stquery/deviceFetchQuery.vue b/sgzb-ui/src/views/stquery/deviceFetchQuery.vue
new file mode 100644
index 00000000..e69de29b
diff --git a/sgzb-ui/src/views/stquery/deviceFixQuery.vue b/sgzb-ui/src/views/stquery/deviceFixQuery.vue
new file mode 100644
index 00000000..e69de29b
diff --git a/sgzb-ui/src/views/stquery/deviceInStoreQuery.vue b/sgzb-ui/src/views/stquery/deviceInStoreQuery.vue
new file mode 100644
index 00000000..e69de29b
diff --git a/sgzb-ui/src/views/stquery/deviceScrapQuery.vue b/sgzb-ui/src/views/stquery/deviceScrapQuery.vue
new file mode 100644
index 00000000..e69de29b
diff --git a/sgzb-ui/src/views/stquery/deviceStatusRecord.vue b/sgzb-ui/src/views/stquery/deviceStatusRecord.vue
new file mode 100644
index 00000000..c848e087
--- /dev/null
+++ b/sgzb-ui/src/views/stquery/deviceStatusRecord.vue
@@ -0,0 +1,270 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/sgzb-ui/src/views/stquery/projUsingRecord.vue b/sgzb-ui/src/views/stquery/projUsingRecord.vue
new file mode 100644
index 00000000..7d1c6008
--- /dev/null
+++ b/sgzb-ui/src/views/stquery/projUsingRecord.vue
@@ -0,0 +1,262 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js
index 72cdd453..e8634b5a 100644
--- a/sgzb-ui/vue.config.js
+++ b/sgzb-ui/vue.config.js
@@ -40,9 +40,9 @@ module.exports = {
// target: `http://192.168.0.14:21624`,//线上环境
// target: `http://1.12.248.179:23028`,//线上环境-南网
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
- target: `http://10.40.92.14:8080`,//超
- // target: `http://10.40.92.4:8080`,//韩
- // target: `http://10.40.92.222:8080`,//川
+ // target: `http://10.40.92.14:8080`,//超
+ // target: `http://10.40.92.12:8080`,//韩
+ target: `http://10.40.92.206:8080`,//川
changeOrigin: true,
pathRewrite: {