|
@@ -373,7 +373,7 @@ export default {
|
|
|
showStock: this.showStock,
|
|
|
warehouseSn: this.warehouseSn,
|
|
|
borrowFlag: this.borrowFlag,
|
|
|
- promotionFlag: this.promoProductClz == '' ? undefined : this.promoProductClz
|
|
|
+ promoProductClz: this.promoProductClz == '' ? undefined : this.promoProductClz
|
|
|
}
|
|
|
// 查询正常产品
|
|
|
if (this.type == 'normal') {
|