@things-factory/operato-wms 4.3.677 → 4.3.678

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.
@@ -586,6 +586,12 @@ class DraftReleaseGoodDetail extends connect(store)(localize(i18next)(PageView))
586
586
  }
587
587
  }
588
588
  },
589
+ {
590
+ type: 'string',
591
+ name: 'batchId',
592
+ header: i18next.t('field.batch_id'),
593
+ width: 100
594
+ },
589
595
  {
590
596
  type: 'object',
591
597
  name: 'product',
@@ -825,6 +831,7 @@ class DraftReleaseGoodDetail extends connect(store)(localize(i18next)(PageView))
825
831
  orderProducts {
826
832
  id
827
833
  name
834
+ batchId
828
835
  product {
829
836
  id
830
837
  name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
3
- "version": "4.3.677",
3
+ "version": "4.3.678",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -91,7 +91,7 @@
91
91
  "@things-factory/print-ui": "^4.3.675",
92
92
  "@things-factory/product-base": "^4.3.677",
93
93
  "@things-factory/resource-ui": "^4.3.677",
94
- "@things-factory/sales-ui": "^4.3.677",
94
+ "@things-factory/sales-ui": "^4.3.678",
95
95
  "@things-factory/scene-data-transform": "^4.3.591",
96
96
  "@things-factory/scene-excel": "^4.3.591",
97
97
  "@things-factory/scene-firebase": "^4.3.591",
@@ -107,8 +107,8 @@
107
107
  "@things-factory/system-ui": "^4.3.675",
108
108
  "@things-factory/transport-base": "^4.3.677",
109
109
  "@things-factory/tutorial-ui": "^4.3.677",
110
- "@things-factory/warehouse-base": "^4.3.677",
111
- "@things-factory/worksheet-base": "^4.3.677"
110
+ "@things-factory/warehouse-base": "^4.3.678",
111
+ "@things-factory/worksheet-base": "^4.3.678"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@things-factory/builder": "^4.3.591",
@@ -117,5 +117,5 @@
117
117
  "cypress-localstorage-commands": "^1.6.1",
118
118
  "eslint-plugin-cypress": "^2.12.1"
119
119
  },
120
- "gitHead": "40d5f1f02846df24414d16d4971acea9cc4574b8"
120
+ "gitHead": "b3d9928b406cee3e23e096cb00cf89ece8231870"
121
121
  }