lilei 2 年之前
父节点
当前提交
a5029b9175
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/numsGoodsShelves/replenishmentManagement/list.vue

+ 1 - 1
src/views/numsGoodsShelves/replenishmentManagement/list.vue

@@ -194,7 +194,7 @@ export default {
       },
       subColumns: [
         { title: '序号', dataIndex: 'no', width: '4%', align: 'center' },
-        { title: '货位号', dataIndex: 'product.code', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
+        { title: '货位号', dataIndex: 'shelfPlaceCode', width: '12%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '产品编码', dataIndex: 'product.code', width: '20%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '产品名称', dataIndex: 'product.name', width: '32%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },
         { title: '补货数量', dataIndex: 'qty', width: '12%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },