yusijie
2022-09-29 4c3079dc8b8cfc4a3cfc19167bfc18bbe12aae39
WebTM/views/Baseset/»ù´¡×ÊÁÏ/WMSBarCodeDetailsList.html
@@ -73,7 +73,7 @@
            var HInterID = params[params[0]];
            var HBillType = params[params[1]];
            form.on('submit(FH)', function () {
                var checkStatus = table.checkStatus('ck-table')
                var checkStatus = table.checkStatus('mainTable')
                    , data = checkStatus.data;
                parent.GetHKeeperValue(data);
                var index = parent.layer.getFrameIndex(window.name);
@@ -88,6 +88,7 @@
                elem: '#mainTable'
                // , url: '/demo/table/user/'
                , toolbar: '#toolbarDemo'
                , height: 'full-1000'
                , data: []
                , cellMinWidth: 80 //全局定义常规单元格的最小宽度,layui 2.2.1 æ–°å¢ž
                , cols: [[
@@ -102,7 +103,7 @@
                    , { field: 'HQtyMust', width: 150, title: '应收数量' }
                    , { field: 'HBatchNo', width: 150, title: '批次' }
                    , { field: 'HPieceQty', width: 150, title: '件数' }
                    , { fixed: 'right', title: '操作', toolbar: '#barDemo' }
                    , { fixed: 'right', width: 70, title: '操作', toolbar: '#barDemo' }
                ]]
                , page: true
            });
@@ -117,7 +118,7 @@
                        ajaxReturnData = JSON.parse(JSON.stringify(result)).data;
                        table.reload('mainTable', {
                            data: ajaxReturnData
                            , height: 'full-10'
                            , height: 'full-1000'
                            , loading: false
                            , done: function (index, res) {