自动化立体仓库 - WMS系统
#
bfwms
2024-10-16 2ec295813c41bbffc80d543cafe1d9fb63e80533
#
5个文件已修改
10 ■■■■ 已修改文件
src/main/webapp/static/js/locDetl/locDetl.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/mat/mat.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/waitPakinLog/waitPakinLog.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/wrkDetlLog/wrkDetlLog.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/wrkMastLog/wrkMastLog.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locDetl/locDetl.js
@@ -65,7 +65,7 @@
        where:{
          unreason: false
        },
        limits: [20, 30, 50, 100, 200, 500],
        limits: [20, 30, 50, 100, 200, 500, 50000],
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
src/main/webapp/static/js/mat/mat.js
@@ -53,7 +53,7 @@
        url: baseUrl+'/mat/list/auth',
        page: true,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        limits: [16, 30, 50, 100, 200, 500, 50000],
        toolbar: '#toolbar',
        cellMinWidth: 50,
        height: 'full-105',
src/main/webapp/static/js/waitPakinLog/waitPakinLog.js
@@ -33,7 +33,7 @@
        url: baseUrl+'/waitPakinLog/list/auth',
        page: true,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        limits: [16, 30, 50, 100, 200, 500, 50000],
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
src/main/webapp/static/js/wrkDetlLog/wrkDetlLog.js
@@ -25,7 +25,7 @@
        url: baseUrl+'/wrkDetlLog/list/auth',
        page: true,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        limits: [16, 30, 50, 100, 200, 500, 50000],
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
src/main/webapp/static/js/wrkMastLog/wrkMastLog.js
@@ -15,7 +15,7 @@
        url: baseUrl+'/wrkMastLog/list/auth',
        page: true,
        limit: 16,
        limits: [16, 30, 50, 100, 200, 500],
        limits: [16, 30, 50, 100, 200, 500, 50000],
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,