bklLiudl
2024-02-20 8fd50971e486a66b6254b99374e6f8db34f9d7df
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',