@bit-sun/business-component 4.2.1-alpha.12-aiwei → 4.2.1-alpha.13-aiwei
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
|
@@ -12566,19 +12566,19 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
12566
12566
|
var m5 = (_opList6 = opList) === null || _opList6 === void 0 ? void 0 : _opList6.filter(function (r) {
|
|
12567
12567
|
return (r === null || r === void 0 ? void 0 : r.field) === 'store_channel_name' && trim(r === null || r === void 0 ? void 0 : r.value);
|
|
12568
12568
|
});
|
|
12569
|
-
tableSearchForm[7] = _objectSpread2(_objectSpread2({}, tableSearchForm[
|
|
12569
|
+
tableSearchForm[7] = _objectSpread2(_objectSpread2({}, tableSearchForm[7]), {}, {
|
|
12570
12570
|
initialSource: m1
|
|
12571
12571
|
});
|
|
12572
|
-
tableSearchForm[8] = _objectSpread2(_objectSpread2({}, tableSearchForm[
|
|
12572
|
+
tableSearchForm[8] = _objectSpread2(_objectSpread2({}, tableSearchForm[8]), {}, {
|
|
12573
12573
|
initialSource: m2
|
|
12574
12574
|
});
|
|
12575
|
-
tableSearchForm[9] = _objectSpread2(_objectSpread2({}, tableSearchForm[
|
|
12575
|
+
tableSearchForm[9] = _objectSpread2(_objectSpread2({}, tableSearchForm[9]), {}, {
|
|
12576
12576
|
initialSource: m3
|
|
12577
12577
|
});
|
|
12578
|
-
tableSearchForm[10] = _objectSpread2(_objectSpread2({}, tableSearchForm[
|
|
12578
|
+
tableSearchForm[10] = _objectSpread2(_objectSpread2({}, tableSearchForm[10]), {}, {
|
|
12579
12579
|
initialSource: m4
|
|
12580
12580
|
});
|
|
12581
|
-
tableSearchForm[11] = _objectSpread2(_objectSpread2({}, tableSearchForm[
|
|
12581
|
+
tableSearchForm[11] = _objectSpread2(_objectSpread2({}, tableSearchForm[11]), {}, {
|
|
12582
12582
|
initialSource: m5
|
|
12583
12583
|
});
|
|
12584
12584
|
});
|
package/dist/index.js
CHANGED
|
@@ -12589,19 +12589,19 @@ function commonFun(type, prefixUrl, parentProps) {
|
|
|
12589
12589
|
var m5 = (_opList6 = opList) === null || _opList6 === void 0 ? void 0 : _opList6.filter(function (r) {
|
|
12590
12590
|
return (r === null || r === void 0 ? void 0 : r.field) === 'store_channel_name' && _.trim(r === null || r === void 0 ? void 0 : r.value);
|
|
12591
12591
|
});
|
|
12592
|
-
tableSearchForm[7] = _objectSpread2(_objectSpread2({}, tableSearchForm[
|
|
12592
|
+
tableSearchForm[7] = _objectSpread2(_objectSpread2({}, tableSearchForm[7]), {}, {
|
|
12593
12593
|
initialSource: m1
|
|
12594
12594
|
});
|
|
12595
|
-
tableSearchForm[8] = _objectSpread2(_objectSpread2({}, tableSearchForm[
|
|
12595
|
+
tableSearchForm[8] = _objectSpread2(_objectSpread2({}, tableSearchForm[8]), {}, {
|
|
12596
12596
|
initialSource: m2
|
|
12597
12597
|
});
|
|
12598
|
-
tableSearchForm[9] = _objectSpread2(_objectSpread2({}, tableSearchForm[
|
|
12598
|
+
tableSearchForm[9] = _objectSpread2(_objectSpread2({}, tableSearchForm[9]), {}, {
|
|
12599
12599
|
initialSource: m3
|
|
12600
12600
|
});
|
|
12601
|
-
tableSearchForm[10] = _objectSpread2(_objectSpread2({}, tableSearchForm[
|
|
12601
|
+
tableSearchForm[10] = _objectSpread2(_objectSpread2({}, tableSearchForm[10]), {}, {
|
|
12602
12602
|
initialSource: m4
|
|
12603
12603
|
});
|
|
12604
|
-
tableSearchForm[11] = _objectSpread2(_objectSpread2({}, tableSearchForm[
|
|
12604
|
+
tableSearchForm[11] = _objectSpread2(_objectSpread2({}, tableSearchForm[11]), {}, {
|
|
12605
12605
|
initialSource: m5
|
|
12606
12606
|
});
|
|
12607
12607
|
});
|
package/package.json
CHANGED
|
@@ -2438,11 +2438,11 @@ export function commonFun (type?: string, prefixUrl: any, parentProps?:any) {
|
|
|
2438
2438
|
debugger
|
|
2439
2439
|
const m4 = opList?.filter((r: any) => r?.field === 'head_item' && trim(r?.value));
|
|
2440
2440
|
const m5 = opList?.filter((r: any) => r?.field === 'store_channel_name' && trim(r?.value));
|
|
2441
|
-
tableSearchForm[7] = { ...tableSearchForm[
|
|
2442
|
-
tableSearchForm[8] = { ...tableSearchForm[
|
|
2443
|
-
tableSearchForm[9] = { ...tableSearchForm[
|
|
2444
|
-
tableSearchForm[10] = { ...tableSearchForm[
|
|
2445
|
-
tableSearchForm[11] = { ...tableSearchForm[
|
|
2441
|
+
tableSearchForm[7] = { ...tableSearchForm[7], initialSource: m1 };
|
|
2442
|
+
tableSearchForm[8] = { ...tableSearchForm[8], initialSource: m2 };
|
|
2443
|
+
tableSearchForm[9] = { ...tableSearchForm[9], initialSource: m3 };
|
|
2444
|
+
tableSearchForm[10] = { ...tableSearchForm[10], initialSource: m4 };
|
|
2445
|
+
tableSearchForm[11] = { ...tableSearchForm[11], initialSource: m5 };
|
|
2446
2446
|
})
|
|
2447
2447
|
modalTableProps = {
|
|
2448
2448
|
modalTableTitle: '选择商店',
|