From 90165e39654f040053c4b06e88dc8a92f327c171 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期四, 27 一月 2022 08:26:16 +0800
Subject: [PATCH] #单据类型区分入库单和出库单
---
src/main/webapp/views/index_datashow.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/index_datashow.html b/src/main/webapp/views/index_datashow.html
index c350256..dae41be 100644
--- a/src/main/webapp/views/index_datashow.html
+++ b/src/main/webapp/views/index_datashow.html
@@ -4,10 +4,12 @@
<meta charset="UTF-8">
<title>椤圭洰杩涘害琛�</title>
<link rel="stylesheet" href="../static/css/style.css">
+ <script src="../static/js/config.js"></script>
<script src="../static/js/jquery-3.3.1.min.js"></script>
<script src="../static/js/clock.js"></script>
<script src="../static/js/tableData.js"></script>
<script src="../static/js/projectShow.js"></script>
+
</head>
<body>
<div id="root">
--
Gitblit v1.9.1