|
@@ -331,6 +331,9 @@
|
|
|
let priceListsparams = []
|
|
|
console.log('params',n.value,fileFlow.priceLists)
|
|
|
fileFlow.priceLists.map(ele => {
|
|
|
+ if(ele.type == 1){
|
|
|
+ return
|
|
|
+ }
|
|
|
let discount = params[`discount${ele.priceListId}`]?.length?1:0;
|
|
|
console.log('discount',discount)
|
|
|
priceListsparams.push({
|