From 67826a2c51bbc013db409dd1a5e29dd4ba52fd72 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期二, 20 一月 2026 09:27:47 +0800
Subject: [PATCH] 初始化

---
 src/main/webapp/static/js/pakStore/emptyOut.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/emptyOut.js b/src/main/webapp/static/js/pakStore/emptyOut.js
index d3e0c09..a5e5b5e 100644
--- a/src/main/webapp/static/js/pakStore/emptyOut.js
+++ b/src/main/webapp/static/js/pakStore/emptyOut.js
@@ -37,7 +37,7 @@
     tableIns = table.render({
         elem: '#locMast',
         headers: {token: localStorage.getItem('token')},
-        url: baseUrl+'/locMast/list/auth',
+        url: baseUrl+'/locMast/list/auth/lev',
         page: true,
         limit: 16,
         limits: [16, 30, 50, 100, 200, 500],
@@ -51,7 +51,7 @@
             ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�',sort:true}
             ,{field: 'locSts$', align: 'center',title: '搴撲綅鐘舵��',width:200}
             // ,{field: 'whsType$', align: 'center',title: '搴撲綅绫诲瀷'}
-            ,{field: 'locType2$', align: 'center',title: '鎵樼洏绫诲瀷'}
+            ,{field: 'barcode', align: 'center',title: '鎵樼洏鏉$爜'}
             ,{field: 'crnNo', align: 'center',title: '鍫嗗灈鏈哄彿'}
             ,{field: 'row1', align: 'center',title: '鎺�'}
             ,{field: 'bay1', align: 'center',title: '鍒�'}

--
Gitblit v1.9.1