@bit-sun/business-component 1.1.17 → 1.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -1647,7 +1647,7 @@ var itemsTemp = []; // const mapping = [
|
|
|
1647
1647
|
// { "key": "price", "name": "单价", "rule": "price" }
|
|
1648
1648
|
// ]
|
|
1649
1649
|
|
|
1650
|
-
var mapping = new Map([['skuCode', 'SKU编码'], ['quantity', '数量'], ['price', '单价'], ['regionCode', '库区'], ['checkQuantity', '实盘数量'], ['shareRatio', '共享比例']]); // for dnd
|
|
1650
|
+
var mapping = new Map([['skuCode', 'SKU编码'], ['quantity', '数量'], ['price', '单价'], ['regionCode', '库区'], ['checkQuantity', '实盘数量'], ['shareRatio', '共享比例'], ['lotnumberCode', '批号']]); // for dnd
|
|
1651
1651
|
|
|
1652
1652
|
|
|
1653
1653
|
var reorder = function reorder(list, startIndex, endIndex) {
|
package/dist/index.js
CHANGED
|
@@ -1658,7 +1658,7 @@ var itemsTemp = []; // const mapping = [
|
|
|
1658
1658
|
// { "key": "price", "name": "单价", "rule": "price" }
|
|
1659
1659
|
// ]
|
|
1660
1660
|
|
|
1661
|
-
var mapping = new Map([['skuCode', 'SKU编码'], ['quantity', '数量'], ['price', '单价'], ['regionCode', '库区'], ['checkQuantity', '实盘数量'], ['shareRatio', '共享比例']]); // for dnd
|
|
1661
|
+
var mapping = new Map([['skuCode', 'SKU编码'], ['quantity', '数量'], ['price', '单价'], ['regionCode', '库区'], ['checkQuantity', '实盘数量'], ['shareRatio', '共享比例'], ['lotnumberCode', '批号']]); // for dnd
|
|
1662
1662
|
|
|
1663
1663
|
|
|
1664
1664
|
var reorder = function reorder(list, startIndex, endIndex) {
|
package/package.json
CHANGED