From eb5a5cc6596dc9aec77927c00a48e25ab0e4efab Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期二, 20 一月 2026 20:39:00 +0800
Subject: [PATCH] no message
---
src/main/webapp/static/js/mat/mat.js | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/webapp/static/js/mat/mat.js b/src/main/webapp/static/js/mat/mat.js
index 777cab7..20381fd 100644
--- a/src/main/webapp/static/js/mat/mat.js
+++ b/src/main/webapp/static/js/mat/mat.js
@@ -5,8 +5,8 @@
function getCol() {
var cols = [
{type: 'checkbox'}
- , {field: 'tagId$', align: 'center', title: '褰掔被', templet: '#tagTpl'}
- , {field: 'locType$', align: 'center', title: '搴撲綅绫诲瀷'}
+ , {field: 'tagId$', align: 'center', title: '褰掔被', templet: '#tagTpl', width: 90}
+ , {field: 'locType$', align: 'center', title: '搴撲綅绫诲瀷', width: 90}
// ,{field: 'store_max', align: 'center',title: '搴撳瓨涓婇檺'}
// ,{field: 'store_min', align: 'center',title: '搴撳瓨涓嬮檺'}
// ,{field: 'store_max_date', align: 'center',title: '搴撻緞涓婇檺(澶�)'}
@@ -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