优化商品的模块的库存明细,增加仓库列的展示

This commit is contained in:
季圣华
2021-01-07 00:25:59 +08:00
parent 8d0e59d031
commit 2b0d8d7d4e
4 changed files with 14 additions and 0 deletions

View File

@@ -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');