yyw提交

This commit is contained in:
DESKTOP-8FGKA8Q\chunfen 2024-11-12 14:37:55 +08:00
parent 8f156fa71b
commit 82bfc36ab5

View File

@ -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',