From 71d838e032d13a46a07917f5606862496220ea74 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期一, 08 一月 2024 08:35:35 +0800 Subject: [PATCH] # 入库拣货功能添加 --- src/main/webapp/static/js/configType/configType.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/configType/configType.js b/src/main/webapp/static/js/configType/configType.js index f6afb15..234ddc0 100644 --- a/src/main/webapp/static/js/configType/configType.js +++ b/src/main/webapp/static/js/configType/configType.js @@ -23,6 +23,7 @@ {type: 'checkbox', fixed: 'left'} ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} ,{field: 'type', align: 'center',title: '绫诲瀷'} + ,{field: 'name', align: 'center',title: '鍚嶇О'} ,{field: 'value', align: 'center',title: '鍊�'} ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150} ]], @@ -86,8 +87,9 @@ shadeClose: false, content: 'configTypeAdd.html', success: function(layero, index){ - clearFormVal(layer.getChildFrame('#detail', index)); + // clearFormVal(layer.getChildFrame('#detail', index)); layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"}); + } }); break; @@ -266,6 +268,7 @@ shade: [0.5,'#000'] //0.1閫忔槑搴︾殑鑳屾櫙 }); var data = { + name: $('#type option:selected').text(), type: $('#type').val(), value: $('#value').val(), }; -- Gitblit v1.9.1