From c8dd6140ad38f5f87e969c8dfe914695b1b80bf6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 10 六月 2020 09:31:41 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/pakStore/pakStore.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/pakStore/pakStore.js b/src/main/webapp/static/js/pakStore/pakStore.js index ad5f908..f9f16a1 100644 --- a/src/main/webapp/static/js/pakStore/pakStore.js +++ b/src/main/webapp/static/js/pakStore/pakStore.js @@ -5,6 +5,22 @@ var layDate = layui.laydate; var form = layui.form; + tableIns = table.render({ + elem: '#chooseData', + even: true, + cellMinWidth: 50, + cols: [[ + {type: 'checkbox', fixed: 'left'}, + {field: 'matNo', align: 'center', title: '鐗╂枡缂栫爜', sort: 'true'}, + {field: 'barcode', align: 'center', title: '鏉$爜'}, + {field: 'matName', align: 'center', title: '鐗╂枡鍚嶇О'}, + {field: 'str1', align: 'center', title: '鐗╂枡鍗曚綅'}, + {field: 'str2', align: 'center', title: '鐗╂枡瑙勬牸'}, + {field: 'count', title: '鏁伴噺', align: 'center', edit:'text', width: 100} + ]], + done: function (res, curr, count) { + } + }); }); -- Gitblit v1.9.1