@@ -31,6 +31,13 @@
type: 'input',
placeholder: ''
},
+ {
+ label: '销售类型',
+ value: 'saleType',
+ width: 380,
+ type: 'DictSelection',
+ dictName: '销售类型'
+ },
{
label: '库存状态',
value: 'hasStock',