wxw
2025-03-27 ee4806a4b2ec94ec63b4cb9b58447d9863baebe5
HTML/views/WareHouseSetting/Locate.html
@@ -323,26 +323,28 @@
                     field: 'WareHouseName',
                     title: '所属仓库',
                     align: 'center',
                     width: 140,
                     width: 180,
                     fixed: 'left',
                     templet: function(d) {
                        return d.WareHouseNo + '-' + d.WareHouseName;
                     }
                  }, {
                     field: 'RoadwayNo',
                     title: '所属巷道',
                     align: 'center',
                     width: 130,
                     templet: function(d) {
                  },
                  // {
                  //    field: 'RoadwayNo',
                  //    title: '所属巷道',
                  //    align: 'center',
                  //    width: 130,
                  //    templet: function(d) {
                        return d.RoadwayNo + '-' + d.RoadwayName;
                     }
                  }, {
                  //       return d.RoadwayNo + '-' + d.RoadwayName;
                  //    }
                  // },
                  {
                     field: 'AreaName',
                     title: '所属区域',
                     align: 'center',
                     width: 130,
                     width: 180,
                     templet: function(d) {
                        return d.AreaNo + '-' + d.AreaName;
@@ -351,6 +353,7 @@
                     field: 'LocatNo',
                     title: '储位编码',
                     align: 'center',
                     width: 160,
                  }, {
                     field: 'StatusName',
                     title: '储位状态',
@@ -360,46 +363,61 @@
                     field: 'FlagName',
                     title: '储位标识',
                     align: 'center',
                     width: 90,
                  }, {
                     field: 'Row',
                     title: '排',
                     align: 'center',
                     width: 70,
                  }, {
                     field: 'Column',
                     title: '列',
                     align: 'center',
                     width: 70,
                  }, {
                     field: 'Layer',
                     title: '层',
                     align: 'center',
                     width: 70,
                  }, {
                     field: 'Depth',
                     title: '深度',
                     align: 'center',
                     width: 70,
                  }, {
                     field: 'Height',
                     title: '高度',
                     align: 'center',
                     width: 90,
                  }, {
                     field: 'Weight',
                     title: '重量',
                     align: 'center',
                     width: 90,
                  }, {
                     field: 'TempName',
                     title: '存储坏境',
                     align: 'center',
                     width: 110,
                  }, {
                     field: 'Row',
                     title: '组',
                     align: 'center',
                     width: 90,
                  }, {
                     field: 'Column',
                     title: '位置',
                     align: 'center',
                     width: 90,
                  },
                  {
                     field: 'AisleOne',
                     title: '通道口1',
                     align: 'center',
                     width: 160,
                  },
                  {
                     field: 'AisleTwo',
                     title: '通道口2',
                     align: 'center',
                     width: 160,
                  },
                  // {
                  //    field: 'Layer',
                  //    title: '层',
                  //    align: 'center',
                  //    width: 70,
                  // },
                  // {
                  //    field: 'Depth',
                  //    title: '深度',
                  //    align: 'center',
                  //    width: 70,
                  // },
                  // {
                  //    field: 'Height',
                  //    title: '高度',
                  //    align: 'center',
                  //    width: 90,
                  // }, {
                  //    field: 'Weight',
                  //    title: '重量',
                  //    align: 'center',
                  //    width: 90,
                  // }, {
                  //    field: 'TempName',
                  //    title: '存储坏境',
                  //    align: 'center',
                  //    width: 110,
                  // },
                  {
                     title: '操作',
                     fixed: 'right',
                     width: 120,
                     align: 'center',
                     toolbar: '#table-content-list'
                  }