#
luxiaotao1123
2021-06-02 14ab30c9a41b49801e05e3a75c02e59d46bd5661
#
2个文件已修改
4 ■■■ 已修改文件
src/main/resources/application.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/combAgv.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml
@@ -8,7 +8,7 @@
    name: @pom.build.finalName@
  datasource:
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    url: jdbc:sqlserver://localhost:1433;databasename=xtyasrs
    url: jdbc:sqlserver://192.168.0.252:1433;databasename=xtyasrs
    username: sa
    password: sa@123
  mvc:
src/main/webapp/views/pda/combAgv.html
@@ -27,7 +27,6 @@
            <button id="mat-btn" type="button" class="layui-btn layui-btn-normal" onclick="getMat()"><i class="layui-icon">+</i>提取</button>
        </div>
        <div style="display: inline-block">
            工作区
            <!-- 工作区 -->
            <div class="layui-inline" style="width: 100px; margin-left: 10px">
                <select id="devpSelect">
@@ -88,7 +87,6 @@
            async: false,
            success: function (res) {
                if (res.code === 200){
                    debugger
                    var tpl = $("#devpSelectTemplate").html();
                    var template = Handlebars.compile(tpl);
                    var html = template(res);