From ff361539e3ffd6e62100e392ddda2f4ab9dfee62 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期三, 27 五月 2026 13:15:42 +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