mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
yyw提交
This commit is contained in:
parent
8f156fa71b
commit
82bfc36ab5
@ -476,7 +476,9 @@
|
|||||||
type_id: null,
|
type_id: null,
|
||||||
brand_id: '',
|
brand_id: '',
|
||||||
sku_title: '',
|
sku_title: '',
|
||||||
status: ''
|
status: '',
|
||||||
|
neq_stock: '',
|
||||||
|
neq_sale_stock: ''
|
||||||
}
|
}
|
||||||
this.filterTime = []
|
this.filterTime = []
|
||||||
},
|
},
|
||||||
@ -551,6 +553,8 @@
|
|||||||
exportType: 'goods_sku',
|
exportType: 'goods_sku',
|
||||||
external_sku_id: this.form.external_sku_id,
|
external_sku_id: this.form.external_sku_id,
|
||||||
goods_title: this.form.goods_title,
|
goods_title: this.form.goods_title,
|
||||||
|
neq_stock: this.form.neq_stock,
|
||||||
|
neq_sale_stock: this.form.neq_sale_stock,
|
||||||
type_id: this.form.type_id || '',
|
type_id: this.form.type_id || '',
|
||||||
status: this.form.status,
|
status: this.form.status,
|
||||||
keyword_type: 'stock',
|
keyword_type: 'stock',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user