#
luxiaotao1123
2021-03-12 782d218578f6367ff365d727c1f1223cf27f54e2
#
2个文件已修改
6 ■■■■ 已修改文件
src/main/webapp/static/js/pakout/pakout.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/custOrder/matQuery.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakout/pakout.js
@@ -114,7 +114,7 @@
                if (data.length === 0){
                    layer.msg('请勾选打印记录', {icon: 9});
                } else {
                    layer.msg('暂未开发此功能', {icon: 3});
                    layer.msg('权限不足、请联系管理员', {icon: 3});
                    // console.log(data);
                    // layer.confirm(res.msg, {
                    //         shadeClose: true
src/main/webapp/views/custOrder/matQuery.html
@@ -12,12 +12,12 @@
    <style>
        html {
            height: 100%;
            padding: 10px;
            /*padding: 10px;*/
            background-color: #f1f1f1;
        }
        body {
            background-color: #fff;
            border-radius: 5px;
            /*border-radius: 5px;*/
            box-shadow: 0 0 3px rgba(0,0,0,.3);
            padding-bottom: 20px;
        }