@things-factory/sales-base 4.3.96 → 4.3.99

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/sales-base",
3
- "version": "4.3.96",
3
+ "version": "4.3.99",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,17 +24,17 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/attachment-base": "^4.3.96",
28
- "@things-factory/auth-base": "^4.3.96",
29
- "@things-factory/biz-base": "^4.3.96",
30
- "@things-factory/code-base": "^4.3.96",
31
- "@things-factory/integration-sftp": "^4.3.96",
32
- "@things-factory/notification": "^4.3.96",
33
- "@things-factory/product-base": "^4.3.96",
34
- "@things-factory/setting-base": "^4.3.96",
35
- "@things-factory/shell": "^4.3.96",
36
- "@things-factory/transport-base": "^4.3.96",
37
- "@things-factory/warehouse-base": "^4.3.96"
27
+ "@things-factory/attachment-base": "^4.3.99",
28
+ "@things-factory/auth-base": "^4.3.99",
29
+ "@things-factory/biz-base": "^4.3.99",
30
+ "@things-factory/code-base": "^4.3.99",
31
+ "@things-factory/integration-sftp": "^4.3.99",
32
+ "@things-factory/notification": "^4.3.99",
33
+ "@things-factory/product-base": "^4.3.99",
34
+ "@things-factory/setting-base": "^4.3.99",
35
+ "@things-factory/shell": "^4.3.99",
36
+ "@things-factory/transport-base": "^4.3.99",
37
+ "@things-factory/warehouse-base": "^4.3.99"
38
38
  },
39
- "gitHead": "23837be4c755896109d1e7a22bab6898cb713bd4"
39
+ "gitHead": "01f43a1b95b1573e8f2f3e134d950a0bbbe16324"
40
40
  }
@@ -442,7 +442,7 @@ export class DeliveryOrderQuery {
442
442
 
443
443
  const releaseGoodParam = params.filters.find(param => param.name === 'releaseGoodNo')
444
444
  if (releaseGoodParam) {
445
- let arrFilters = []
445
+ let arrFilters = []
446
446
  params.filters.splice(
447
447
  params.filters.findIndex(item => item.name == 'releaseGoodNo'),
448
448
  1