@bit-sun/business-component 3.0.0-alpha.21 → 3.0.0-alpha.22
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
|
@@ -8383,18 +8383,18 @@ function commonFun(type, prefixUrl, requestConfigProp, modalTableBusProps) {
|
|
|
8383
8383
|
// pageSize: 5000,
|
|
8384
8384
|
// currentPage: 1,
|
|
8385
8385
|
'qp-status-eq': '1'
|
|
8386
|
-
}), loadSelectSource$1("".concat(prefixUrl.formSelectFix, "/
|
|
8386
|
+
}), loadSelectSource$1("".concat(prefixUrl.formSelectFix, "/store"), {
|
|
8387
8387
|
pageSize: 5000,
|
|
8388
8388
|
currentPage: 1
|
|
8389
|
-
}), loadSelectSource$1("".concat(prefixUrl.formSelectFix, "/
|
|
8389
|
+
}), loadSelectSource$1("".concat(prefixUrl.formSelectFix, "/accountingSubject"), {
|
|
8390
8390
|
pageSize: 5000,
|
|
8391
8391
|
currentPage: 1
|
|
8392
8392
|
})]).then(function (x) {
|
|
8393
8393
|
formatSource(x, 0, 2, tableSearchForm);
|
|
8394
8394
|
formatSource(x, 1, 3, tableSearchForm);
|
|
8395
|
-
formatSource(x, 2,
|
|
8396
|
-
formatSource(x, 3,
|
|
8397
|
-
formatSource(x, 4,
|
|
8395
|
+
formatSource(x, 2, 5, tableSearchForm);
|
|
8396
|
+
formatSource(x, 3, 6, tableSearchForm);
|
|
8397
|
+
formatSource(x, 4, 7, tableSearchForm);
|
|
8398
8398
|
});
|
|
8399
8399
|
modalTableProps = _objectSpread2({
|
|
8400
8400
|
modalTableTitle: '选择店铺',
|
package/dist/index.js
CHANGED
|
@@ -8405,18 +8405,18 @@ function commonFun(type, prefixUrl, requestConfigProp, modalTableBusProps) {
|
|
|
8405
8405
|
// pageSize: 5000,
|
|
8406
8406
|
// currentPage: 1,
|
|
8407
8407
|
'qp-status-eq': '1'
|
|
8408
|
-
}), loadSelectSource$1("".concat(prefixUrl.formSelectFix, "/
|
|
8408
|
+
}), loadSelectSource$1("".concat(prefixUrl.formSelectFix, "/store"), {
|
|
8409
8409
|
pageSize: 5000,
|
|
8410
8410
|
currentPage: 1
|
|
8411
|
-
}), loadSelectSource$1("".concat(prefixUrl.formSelectFix, "/
|
|
8411
|
+
}), loadSelectSource$1("".concat(prefixUrl.formSelectFix, "/accountingSubject"), {
|
|
8412
8412
|
pageSize: 5000,
|
|
8413
8413
|
currentPage: 1
|
|
8414
8414
|
})]).then(function (x) {
|
|
8415
8415
|
formatSource(x, 0, 2, tableSearchForm);
|
|
8416
8416
|
formatSource(x, 1, 3, tableSearchForm);
|
|
8417
|
-
formatSource(x, 2,
|
|
8418
|
-
formatSource(x, 3,
|
|
8419
|
-
formatSource(x, 4,
|
|
8417
|
+
formatSource(x, 2, 5, tableSearchForm);
|
|
8418
|
+
formatSource(x, 3, 6, tableSearchForm);
|
|
8419
|
+
formatSource(x, 4, 7, tableSearchForm);
|
|
8420
8420
|
});
|
|
8421
8421
|
modalTableProps = _objectSpread2({
|
|
8422
8422
|
modalTableTitle: '选择店铺',
|
package/package.json
CHANGED
|
@@ -1281,20 +1281,20 @@ export function commonFun (type?: string, prefixUrl: any, requestConfigProp?: an
|
|
|
1281
1281
|
// currentPage: 1,
|
|
1282
1282
|
'qp-status-eq': '1',
|
|
1283
1283
|
}),
|
|
1284
|
-
loadSelectSource(`${prefixUrl.formSelectFix}/
|
|
1284
|
+
loadSelectSource(`${prefixUrl.formSelectFix}/store`, {
|
|
1285
1285
|
pageSize: 5000,
|
|
1286
1286
|
currentPage: 1,
|
|
1287
1287
|
}),
|
|
1288
|
-
loadSelectSource(`${prefixUrl.formSelectFix}/
|
|
1288
|
+
loadSelectSource(`${prefixUrl.formSelectFix}/accountingSubject`, {
|
|
1289
1289
|
pageSize: 5000,
|
|
1290
1290
|
currentPage: 1,
|
|
1291
1291
|
}),
|
|
1292
1292
|
]).then((x: any)=>{
|
|
1293
1293
|
formatSource(x,0, 2, tableSearchForm);
|
|
1294
1294
|
formatSource(x,1, 3, tableSearchForm);
|
|
1295
|
-
formatSource(x,2,
|
|
1296
|
-
formatSource(x,3,
|
|
1297
|
-
formatSource(x,4,
|
|
1295
|
+
formatSource(x,2, 5, tableSearchForm);
|
|
1296
|
+
formatSource(x,3, 6, tableSearchForm);
|
|
1297
|
+
formatSource(x,4, 7, tableSearchForm);
|
|
1298
1298
|
})
|
|
1299
1299
|
modalTableProps = {
|
|
1300
1300
|
modalTableTitle: '选择店铺',
|