From 69cd60158fbbd2be590a2f08c1997586cb1b5131 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 25 五月 2026 10:27:39 +0800
Subject: [PATCH] feat (production)报工页面直接取消审批人、报工页面添加成品名称finalProductModel
---
index.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html
index 13c10a1..1a2857d 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,8 @@
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
+ <script src="./src/static/quill-1.3.7.min.js"></script>
+ <script src="./src/static/image-resize-3.0.1.min.js"></script>
<title></title>
<!--preload-links-->
<!--app-context-->
--
Gitblit v1.9.3