From 791b87ea9b489e1ccccd14e268a08fadde5f055c Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 13 五月 2026 16:17:03 +0800
Subject: [PATCH] 发货台账删除后,之前发货的出库记录以及对应产品的库存没有回退
---
src/main/resources/vm/js/api.js.vm | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/main/resources/vm/js/api.js.vm b/src/main/resources/vm/js/api.js.vm
index cd2403c..d78cd2f 100644
--- a/src/main/resources/vm/js/api.js.vm
+++ b/src/main/resources/vm/js/api.js.vm
@@ -42,12 +42,3 @@
method: 'delete'
})
}
-
-// 瀵煎嚭${functionName}
-export function export${BusinessName}(query) {
- return request({
- url: '/${moduleName}/${businessName}/export',
- method: 'get',
- params: query
- })
-}
\ No newline at end of file
--
Gitblit v1.9.3