diff --git a/src/api/wms/detailed.js b/src/api/wms/detailed.js
index ebd1b1d..9eae922 100644
--- a/src/api/wms/detailed.js
+++ b/src/api/wms/detailed.js
@@ -7,8 +7,15 @@ export function listDetailed(query) {
method: 'get',
params: query
});
-}
+}//
// 查询成品库存明细列表
+export function ListRecords(query) {
+ return request({
+ url: '/wms/detailed/ListRecords',
+ method: 'get',
+ params: query
+ });
+}//ListRecords
export function listDetailedunt(query) {
return request({
url: '/wms/detailed/listunt',
diff --git a/src/views/wms/detailedRecords/index.vue b/src/views/wms/detailedRecords/index.vue
new file mode 100644
index 0000000..5b1dd28
--- /dev/null
+++ b/src/views/wms/detailedRecords/index.vue
@@ -0,0 +1,505 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ formatProductCode(scope.row.productCode) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+