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