@bit-sun/business-component 2.4.25 → 2.4.26
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
|
@@ -9555,7 +9555,7 @@ var AddSkuSelect = function AddSkuSelect(parProps) {
|
|
|
9555
9555
|
'ctl-withAuth': true
|
|
9556
9556
|
},
|
|
9557
9557
|
resType: 'list',
|
|
9558
|
-
resPosition: isNoUseItemBarcode ?
|
|
9558
|
+
resPosition: isNoUseItemBarcode ? 3 : 4,
|
|
9559
9559
|
resKeyValue: ['id', 'name']
|
|
9560
9560
|
}, {
|
|
9561
9561
|
url: "/items/category/queryCategoryTree",
|
|
@@ -9564,7 +9564,7 @@ var AddSkuSelect = function AddSkuSelect(parProps) {
|
|
|
9564
9564
|
currentPage: 1
|
|
9565
9565
|
},
|
|
9566
9566
|
resType: 'treeList',
|
|
9567
|
-
resPosition: isNoUseItemBarcode ?
|
|
9567
|
+
resPosition: isNoUseItemBarcode ? 4 : 5
|
|
9568
9568
|
}];
|
|
9569
9569
|
var mTpPromiseLoadList = handleFormSearchSourceLoad(initialPromiseLoadList, parProps);
|
|
9570
9570
|
var props = {
|
package/dist/index.js
CHANGED
|
@@ -9575,7 +9575,7 @@ var AddSkuSelect = function AddSkuSelect(parProps) {
|
|
|
9575
9575
|
'ctl-withAuth': true
|
|
9576
9576
|
},
|
|
9577
9577
|
resType: 'list',
|
|
9578
|
-
resPosition: isNoUseItemBarcode ?
|
|
9578
|
+
resPosition: isNoUseItemBarcode ? 3 : 4,
|
|
9579
9579
|
resKeyValue: ['id', 'name']
|
|
9580
9580
|
}, {
|
|
9581
9581
|
url: "/items/category/queryCategoryTree",
|
|
@@ -9584,7 +9584,7 @@ var AddSkuSelect = function AddSkuSelect(parProps) {
|
|
|
9584
9584
|
currentPage: 1
|
|
9585
9585
|
},
|
|
9586
9586
|
resType: 'treeList',
|
|
9587
|
-
resPosition: isNoUseItemBarcode ?
|
|
9587
|
+
resPosition: isNoUseItemBarcode ? 4 : 5
|
|
9588
9588
|
}];
|
|
9589
9589
|
var mTpPromiseLoadList = handleFormSearchSourceLoad(initialPromiseLoadList, parProps);
|
|
9590
9590
|
var props = {
|
package/package.json
CHANGED
|
@@ -389,7 +389,7 @@ export const AddSkuSelect = (parProps: any) => {
|
|
|
389
389
|
'ctl-withAuth': true
|
|
390
390
|
},
|
|
391
391
|
resType: 'list',
|
|
392
|
-
resPosition: isNoUseItemBarcode ?
|
|
392
|
+
resPosition: isNoUseItemBarcode ? 3 : 4,
|
|
393
393
|
resKeyValue: ['id','name']
|
|
394
394
|
},
|
|
395
395
|
{
|
|
@@ -399,7 +399,7 @@ export const AddSkuSelect = (parProps: any) => {
|
|
|
399
399
|
currentPage: 1,
|
|
400
400
|
},
|
|
401
401
|
resType: 'treeList',
|
|
402
|
-
resPosition: isNoUseItemBarcode ?
|
|
402
|
+
resPosition: isNoUseItemBarcode ? 4 : 5
|
|
403
403
|
},
|
|
404
404
|
]
|
|
405
405
|
const mTpPromiseLoadList = handleFormSearchSourceLoad(initialPromiseLoadList, parProps);
|