优化商品的模块的库存明细,增加仓库列的展示
This commit is contained in:
@@ -547,6 +547,7 @@
|
||||
}
|
||||
},
|
||||
{title: '类型', field: 'Type', width: 100},
|
||||
{title: '仓库名称', field: 'depotName', width: 80},
|
||||
{title: '数量', field: 'BasicNumber', width: 80},
|
||||
{title: '日期', field: 'OperTime', width: 180, formatter: function (value) {
|
||||
return formatTime(value, 'Y-M-D h:m:s');
|
||||
|
||||
Reference in New Issue
Block a user