From 0b83d075e78acfded07fafe8da133376b2260ef6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 18 六月 2020 10:26:16 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/pakStore/stockAdjust.js |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/stockAdjust.js b/src/main/webapp/static/js/pakStore/stockAdjust.js
index 58f1ffe..86ed038 100644
--- a/src/main/webapp/static/js/pakStore/stockAdjust.js
+++ b/src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -6,6 +6,25 @@
     var layDate = layui.laydate;
     var form = layui.form;
 
-
+    tableIns = table.render({
+        elem: '#chooseData',
+        data: [],
+        even: true,
+        limit: 500,
+        cellMinWidth: 50,
+        toolbar: '#toolbar',
+        cols: [[
+            {fixed: 'left', field: 'count', title: '鏁伴噺(蹇呭~)', align: 'center', edit:'text', width: 120,  style:'color: blue;font-weight: bold'},
+            {field: 'matNo', align: 'center', title: '鐗╂枡缂栫爜'},
+            {field: 'barcode', align: 'center', title: '鏉$爜'},
+            {field: 'matName', align: 'center', title: '鐗╂枡鍚嶇О'},
+            {field: 'str1', align: 'center', title: '鐗╂枡鍗曚綅'},
+            {field: 'str2', align: 'center', title: '鐗╂枡瑙勬牸'},
+            {fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:80}
+        ]],
+        done: function (res, curr, count) {
+            limit();
+        }
+    });
 
 })
\ No newline at end of file

--
Gitblit v1.9.1