自动化立体仓库 - WMS系统
#
zhou zhou
2025-11-11 44d988ced51e46e1a6526b328bae580e5679c305
#
2个文件已修改
16 ■■■■ 已修改文件
src/main/webapp/views/erpOutstock/outstock.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/erpPoinstock/poinstock.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/erpOutstock/outstock.html
@@ -170,10 +170,10 @@
                const pageSize = ref(100)
                const pageTotal = ref(0)
                const tableSearchParam = ref({
                    dateStart: null,
                    dateEnd: null,
                    // dateStart:new Date(),
                    // dateEnd: new Date(),
                    // dateStart: null,
                    // dateEnd: null,
                    dateStart:new Date(),
                    dateEnd: new Date(),
                    fbillno: null,
                    fsupplyid: null,
                    bizTypeName: null,
src/main/webapp/views/erpPoinstock/poinstock.html
@@ -229,10 +229,10 @@
            const pageSize = ref(100)
            const pageTotal = ref(0)
            const tableSearchParam = ref({
                dateStart:null,
                dateEnd: null,
                // dateStart:new Date(),
                // dateEnd: new Date(),
                // dateStart:null,
                // dateEnd: null,
                dateStart:new Date(),
                dateEnd: new Date(),
                fbillno: null,
                fsupplyid:null,
                bizTypeName:null,