给单据增加sku字段

This commit is contained in:
季圣华
2021-07-28 00:54:44 +08:00
parent 1f166552b2
commit 5bf41a3b3b
37 changed files with 154 additions and 316 deletions

View File

@@ -19,7 +19,7 @@
props: {
modalWidth: {
type: Number,
default: 1100,
default: 1200,
required: false
},
value: {

View File

@@ -99,6 +99,7 @@
{dataIndex: 'standard', title: '规格', width: 80},
{dataIndex: 'model', title: '型号', width: 80},
{dataIndex: 'unit', title: '单位', width: 60},
{dataIndex: 'sku', title: '多属性', width: 100},
{dataIndex: 'stock', title: '库存', width: 50},
{dataIndex: 'expand', title: '扩展信息', width: 80}
],