Demo
2024-02-24 a4389f638340954e565124aed9776f1da5c49c4a
HTML/views/WareHouseSetting/Roadway.html
@@ -190,7 +190,11 @@
                        field: 'WareHouseName',
                        title: '所属仓库',
                        width: 120,
                        align: 'center'
                        align: 'center',
                        templet: function(d) {
                           return d.WareHouseNo + '-' + d.WareHouseName;
                        }
                        
                     }, {
                        field: 'RoadwayNo',