@things-factory/operato-mms 4.3.238 → 4.3.241

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.
@@ -97,6 +97,7 @@ export const ORDER_INVENTORY_STATUS = {
97
97
  DONE: { name: 'inventory_status_done', value: 'DONE' }
98
98
  }
99
99
 
100
+ //vas --> keep
100
101
  export const ORDER_VAS_STATUS = {
101
102
  PENDING: { name: 'vas_status_pending', value: 'PENDING' },
102
103
  PROCESSING: { name: 'vas_status_processing', value: 'PROCESSING' },
@@ -622,6 +622,7 @@ class CreateStockReplenishment extends connect(store)(PageView) {
622
622
  _clearView() {
623
623
  this.stockReplenishmentForm.reset()
624
624
  this.productData = { ...this.productData, records: [] }
625
+ //vas -- double check
625
626
  this.vasData = { ...this.vasData, records: [] }
626
627
  if (this._document?._files) {
627
628
  this._document._files = []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-mms",
3
- "version": "4.3.238",
3
+ "version": "4.3.241",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -61,7 +61,7 @@
61
61
  "@operato/scene-wheel-sorter": "^0.1.8",
62
62
  "@things-factory/apptool-ui": "^4.3.237",
63
63
  "@things-factory/attachment-base": "^4.3.237",
64
- "@things-factory/auth-ui": "^4.3.237",
64
+ "@things-factory/auth-ui": "^4.3.239",
65
65
  "@things-factory/biz-base": "^4.3.237",
66
66
  "@things-factory/board-service": "^4.3.237",
67
67
  "@things-factory/board-ui": "^4.3.237",
@@ -77,16 +77,16 @@
77
77
  "@things-factory/i18n-base": "^4.3.237",
78
78
  "@things-factory/import-ui": "^4.3.237",
79
79
  "@things-factory/import-ui-excel": "^4.3.237",
80
- "@things-factory/integration-fulfillment": "^4.3.238",
81
- "@things-factory/integration-lmd": "^4.3.238",
80
+ "@things-factory/integration-fulfillment": "^4.3.239",
81
+ "@things-factory/integration-lmd": "^4.3.239",
82
82
  "@things-factory/lite-menu": "^4.3.237",
83
- "@things-factory/marketplace-base": "^4.3.238",
83
+ "@things-factory/marketplace-base": "^4.3.239",
84
84
  "@things-factory/more-ui": "^4.3.237",
85
85
  "@things-factory/notification": "^4.3.237",
86
86
  "@things-factory/oauth2-client": "^4.3.237",
87
87
  "@things-factory/pdf": "^4.3.227",
88
88
  "@things-factory/product-base": "^4.3.237",
89
- "@things-factory/resource-ui": "^4.3.237",
89
+ "@things-factory/resource-ui": "^4.3.239",
90
90
  "@things-factory/scene-data-transform": "^4.3.237",
91
91
  "@things-factory/scene-excel": "^4.3.237",
92
92
  "@things-factory/scene-firebase": "^4.3.227",
@@ -100,11 +100,11 @@
100
100
  "@things-factory/scene-visualizer": "^4.3.237",
101
101
  "@things-factory/setting-ui": "^4.3.237",
102
102
  "@things-factory/system-ui": "^4.3.237",
103
- "@things-factory/warehouse-base": "^4.3.238"
103
+ "@things-factory/warehouse-base": "^4.3.241"
104
104
  },
105
105
  "devDependencies": {
106
106
  "@things-factory/builder": "^4.3.227",
107
107
  "@types/node-fetch": "^2.5.7"
108
108
  },
109
- "gitHead": "926d659dd0e4d6c24c33ed7cf558779a51f5cba7"
109
+ "gitHead": "507fce6438f95509d660bc61cd1ddc615c868ee3"
110
110
  }