diff --git a/sgzb-ui/src/api/stquery/deviceStatusRecord.js b/sgzb-ui/src/api/stquery/deviceStatusRecord.js
new file mode 100644
index 00000000..6c8c87af
--- /dev/null
+++ b/sgzb-ui/src/api/stquery/deviceStatusRecord.js
@@ -0,0 +1,52 @@
+import request from '@/utils/request'
+
+//综合查询
+// 查询领料记录列表
+export function backRecord(query) {
+ return request({
+ url: '/material/backRecord/getBackRecordList',
+ 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/deviceStatusRecord.vue b/sgzb-ui/src/views/stquery/deviceStatusRecord.vue
new file mode 100644
index 00000000..a903adf2
--- /dev/null
+++ b/sgzb-ui/src/views/stquery/deviceStatusRecord.vue
@@ -0,0 +1,269 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/sgzb-ui/src/views/stquery/projUsingRecord.vue b/sgzb-ui/src/views/stquery/projUsingRecord.vue
new file mode 100644
index 00000000..cb50866e
--- /dev/null
+++ b/sgzb-ui/src/views/stquery/projUsingRecord.vue
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js
index 72cdd453..de2c3e95 100644
--- a/sgzb-ui/vue.config.js
+++ b/sgzb-ui/vue.config.js
@@ -40,8 +40,8 @@ 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.14:8080`,//超
+ target: `http://10.40.92.12:8080`,//韩
// target: `http://10.40.92.222:8080`,//川
changeOrigin: true,