This commit is contained in:
liushiwei
2023-11-08 13:39:21 +08:00
parent 66c89f71e1
commit 0e9d59b1eb
18 changed files with 939 additions and 443 deletions

View File

@@ -177,9 +177,6 @@ import { Message } from 'element-ui'
skuIds: [],
jsonFields: {
"商品名称": "productName",
"店铺名称": "mallName",
"评分": "mark",
"是否热销": 'hotTag',
"SPU": "productId",
"SKC": "productSkcId",
"SKU ID": "productSkuId",
@@ -225,6 +222,9 @@ import { Message } from 'element-ui'
"非VMI备货单数 - 到货延迟": "notVmiOrderInfo.arrivalDelayNum",
"备货逻辑": "purchaseConfig",
"库存货值(CNY)": "productTotalPrice",
"店铺名称": "mallName",
"评分": "mark",
"是否热销": 'hotTag'
}
}
},