jingh
2021-07-21 876a9326bc0edf2f94565dd7e74bfa40e051d8e6
WebTM/views/Baseset/»ù´¡×ÊÁÏ/Gy_MaterialList.html
@@ -60,9 +60,10 @@
              , cellMinWidth: 80 //全局定义常规单元格的最小宽度,layui 2.2.1 æ–°å¢ž
              , cols: [[
                  { type: 'radio' }
                , { field: 'HItemID', width: 150, title: '物料ID', hide: true }
                , { field: 'HNumber', width: 150, title: '物料代码' }
                , { field: 'HName', width: 150, title: '物料名称', sort: true }
                , { field: 'HItemID', title: '物料ID', hide: true }
                , { field: 'HNumber', title: '物料代码' }
                , { field: 'HName', title: '物料名称', sort: true }
                , { field: 'HModel', title: '规格型号' }
              ]]
              , page: true
            });
@@ -72,6 +73,7 @@
                if (Value == null) {
                    Value = '';
                }
                var index = layer.load();
                $.ajax({
                    type: "get",
                    //url: "http://61.130.49.162:9090/WMSAPI///Web/GetDepartmentList_Json",
@@ -89,8 +91,10 @@
                            }
                        });
                        layer.close(index);
                    },
                    error: function (result) {
                        layer.close(index);
                        console.log(result);
                        //layer.msg('获取采购订单出现异常', { icon: 2, time: 2000 });
                    }