forked from kidgrow-microservices-platform

zhaoxiaohao
2020-08-14 7f7419efa2a8c9419ba4122cbac9bb66040e7f7b
消费记录   去掉depid
1 files modified
2 ■■■ changed files
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/productdetail.html 2 ●●● patch | view | raw | blame | history
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/productdetail.html
@@ -131,7 +131,7 @@
            }
            var proName = $('#product-search-value').val();
                var hospitalId = $('#hospitalId').val();
            table.reload('product-table', { where: { proName: proName,hospitalId: hospitalId,departmentId:'1252408277275664385',startTime: startTime, endTime: endTime } });
            table.reload('product-table', { where: { proName: proName,hospitalId: hospitalId,startTime: startTime, endTime: endTime } });
        });
       
        //比较日期大小