From 97645a20c3ba38a353e4f15600e0cf8e76b203e8 Mon Sep 17 00:00:00 2001
From: hongchao <3228015117@qq.com>
Date: Mon, 24 Nov 2025 14:19:31 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E7=AB=A3=E5=B7=A5=E6=9C=AA?=
=?UTF-8?q?=E5=BD=92=E8=BF=98=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/stquery/stquery.js | 9 +
src/views/material/stquery/finishNoReturn.vue | 181 ++++++++++++++++++
2 files changed, 190 insertions(+)
create mode 100644 src/views/material/stquery/finishNoReturn.vue
diff --git a/src/api/stquery/stquery.js b/src/api/stquery/stquery.js
index b5e1ef42..93f8b182 100644
--- a/src/api/stquery/stquery.js
+++ b/src/api/stquery/stquery.js
@@ -229,6 +229,15 @@ export function getMaterialTypeList(data = {}) {
})
}
+ // 工程竣工未归还查询列表
+export function getFinishNoReturnListApi(query) {
+ return request({
+ url: '/material/complex_query/getFinishNoReturnList',
+ method: 'get',
+ params: query
+ })
+}
+
diff --git a/src/views/material/stquery/finishNoReturn.vue b/src/views/material/stquery/finishNoReturn.vue
new file mode 100644
index 00000000..48aecf8d
--- /dev/null
+++ b/src/views/material/stquery/finishNoReturn.vue
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+ 导出
+
+
+
+
+
+
+ {{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index+1 }}
+
+
+
+
+ >
+
+
+
+
+
+
+