wxw
2025-03-27 ee4806a4b2ec94ec63b4cb9b58447d9863baebe5
HTML/views/WareHouseSetting/Locate.html
@@ -344,7 +344,7 @@
                     field: 'AreaName',
                     title: '所属区域',
                     align: 'center',
                     width: 130,
                     width: 180,
                     templet: function(d) {
                        return d.AreaNo + '-' + d.AreaName;
@@ -353,6 +353,7 @@
                     field: 'LocatNo',
                     title: '储位编码',
                     align: 'center',
                     width: 160,
                  }, {
                     field: 'StatusName',
                     title: '储位状态',
@@ -362,28 +363,42 @@
                     field: 'FlagName',
                     title: '储位标识',
                     align: 'center',
                     width: 90,
                     width: 110,
                  }, {
                     field: 'Row',
                     title: '排',
                     title: '组',
                     align: 'center',
                     width: 70,
                     width: 90,
                  }, {
                     field: 'Column',
                     title: '列',
                     title: '位置',
                     align: 'center',
                     width: 70,
                  }, {
                     field: 'Layer',
                     title: '层',
                     align: 'center',
                     width: 70,
                  }, {
                     field: 'Depth',
                     title: '深度',
                     align: 'center',
                     width: 70,
                     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: '高度',
@@ -403,7 +418,6 @@
                  {
                     title: '操作',
                     fixed: 'right',
                     width: 120,
                     align: 'center',
                     toolbar: '#table-content-list'
                  }