From 6cb4e6647b0e2e8c0cafa38a07666e07709bcf54 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期一, 19 一月 2026 13:06:05 +0800
Subject: [PATCH] 物料新增,修改功能 优化
---
src/main/webapp/static/js/mat/mat.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/static/js/mat/mat.js b/src/main/webapp/static/js/mat/mat.js
index 4874d47..20381fd 100644
--- a/src/main/webapp/static/js/mat/mat.js
+++ b/src/main/webapp/static/js/mat/mat.js
@@ -301,11 +301,11 @@
// 鍥炴樉琛ㄥ崟鏁版嵁
form.val('detail', mData);
// 鏂板鑷姩鐢熸垚鍟嗗搧缂栧彿
- if (!mData) {
- http.get(baseUrl + "/mat/auto/matnr/auth", null, function (res) {
- $('#matnr').val(res.data);
- })
- }
+ // if (!mData) {
+ // http.get(baseUrl + "/mat/auto/matnr/auth", null, function (res) {
+ // $('#matnr').val(res.data);
+ // })
+ // }
// 琛ㄥ崟鎻愪氦浜嬩欢
form.on('submit(editSubmit)', function (data) {
data.field.tagId = insXmSel.getValue('valueStr');
--
Gitblit v1.9.1