优化库存逻辑和单据sku

This commit is contained in:
季圣华
2021-07-28 23:13:49 +08:00
parent 7154492a51
commit 8744e7eb6a
4 changed files with 7 additions and 6 deletions

View File

@@ -100,7 +100,8 @@
{dataIndex: 'model', title: '型号', width: 80},
{dataIndex: 'unit', title: '单位', width: 60},
{dataIndex: 'sku', title: '多属性', width: 100},
{dataIndex: 'stock', title: '库存', width: 50},
{dataIndex: 'skuStock', title: '多属性库存', width: 100},
{dataIndex: 'stock', title: '商品库存', width: 100},
{dataIndex: 'expand', title: '扩展信息', width: 80}
],
scrollTrigger: {},