#
luxiaotao1123
2021-04-12 0b88bff9c283553707d493360b68c7752509602e
src/main/webapp/static/js/ioWorks/matQuery.js
@@ -13,13 +13,14 @@
    base: baseUrl + "/static/layui/lay/modules/"
}).extend({
    notice: 'notice/notice',
}).use(['table','laydate', 'form',  'notice'], function() {
}).use(['table','laydate', 'form', 'admin', 'notice'], function() {
    var table = layui.table;
    var $ = layui.jquery;
    var layer = layui.layer;
    var form = layui.form;
    var notice = layui.notice;
    var layDate = layui.laydate;
    var admin = layui.admin;
    tableIns = table.render({
        elem: '#chooseData',
@@ -125,12 +126,12 @@
                    layer.close(index);
                    if (success) {
                        layer.open({
                        admin.open({
                            type: 1,
                            title: '单据填充',
                            offset: '100px',
                            area: ['360px'],
                            shade: 0.1,
                            shade: 0.3,
                            content: $('#getOrderNo'),
                            success: function(layero, index){
                                layer.iframeAuto(index);