@things-factory/operato-wms 4.3.729 → 4.3.736

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.
@@ -118,12 +118,26 @@ class ReturnOrderInventoryPopup extends localize(i18next)(LitElement) {
118
118
  type: 'text',
119
119
  value: this.releaseOrderNo || this.releaseGoodNameInput || null,
120
120
  props: { searchOper: 'i_like' }
121
+ },
122
+ {
123
+ name: 'productSKU',
124
+ label: i18next.t('field.sku'),
125
+ type: 'text',
126
+ props: { searchOper: 'i_like' }
121
127
  }
122
128
  ]
123
129
 
124
130
  this.config = {
125
131
  list: {
126
- fields: ['releaseGoodName', 'batchId', 'productName', 'packingType', 'releaseQty', 'releaseUomValue']
132
+ fields: [
133
+ 'releaseGoodName',
134
+ 'batchId',
135
+ 'productSKU',
136
+ 'productName',
137
+ 'packingType',
138
+ 'releaseQty',
139
+ 'releaseUomValue'
140
+ ]
127
141
  },
128
142
  pagination: { pages: [10, 20, 50, 2500] },
129
143
  rows: { selectable: { multiple: true }, appendable: false },
@@ -166,6 +180,12 @@ class ReturnOrderInventoryPopup extends localize(i18next)(LitElement) {
166
180
  header: i18next.t('field.batch_id'),
167
181
  width: 120
168
182
  },
183
+ {
184
+ type: 'string',
185
+ name: 'productSKU',
186
+ header: i18next.t('field.sku'),
187
+ width: 150
188
+ },
169
189
  {
170
190
  type: 'string',
171
191
  name: 'productName',
@@ -257,6 +277,7 @@ class ReturnOrderInventoryPopup extends localize(i18next)(LitElement) {
257
277
  id
258
278
  }
259
279
  productName
280
+ productSKU
260
281
  productBrand
261
282
  packingType
262
283
  packingSize
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
3
- "version": "4.3.729",
3
+ "version": "4.3.736",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -62,60 +62,60 @@
62
62
  "@operato/scene-tab": "^0.1.8",
63
63
  "@operato/scene-table": "^0.1.8",
64
64
  "@operato/scene-wheel-sorter": "^0.1.8",
65
- "@things-factory/apptool-ui": "^4.3.729",
66
- "@things-factory/attachment-ui": "^4.3.729",
67
- "@things-factory/auth-ui": "^4.3.729",
68
- "@things-factory/barcode-ui": "^4.3.729",
69
- "@things-factory/biz-ui": "^4.3.729",
70
- "@things-factory/board-service": "^4.3.729",
71
- "@things-factory/board-ui": "^4.3.729",
72
- "@things-factory/code-ui": "^4.3.729",
73
- "@things-factory/context-ui": "^4.3.729",
74
- "@things-factory/export-ui": "^4.3.729",
75
- "@things-factory/export-ui-csv": "^4.3.729",
76
- "@things-factory/export-ui-excel": "^4.3.729",
77
- "@things-factory/fav-base": "^4.3.729",
78
- "@things-factory/form-ui": "^4.3.729",
79
- "@things-factory/geography": "^4.3.729",
80
- "@things-factory/grist-ui": "^4.3.729",
81
- "@things-factory/help": "^4.3.729",
82
- "@things-factory/i18n-base": "^4.3.729",
83
- "@things-factory/id-rule-base": "^4.3.729",
84
- "@things-factory/import-ui": "^4.3.729",
85
- "@things-factory/import-ui-excel": "^4.3.729",
86
- "@things-factory/menu-ui": "^4.3.729",
87
- "@things-factory/more-ui": "^4.3.729",
88
- "@things-factory/notification": "^4.3.729",
89
- "@things-factory/pdf": "^4.3.729",
90
- "@things-factory/print-proxy-service": "^4.3.729",
91
- "@things-factory/print-ui": "^4.3.729",
92
- "@things-factory/product-base": "^4.3.729",
93
- "@things-factory/resource-ui": "^4.3.729",
94
- "@things-factory/sales-ui": "^4.3.729",
95
- "@things-factory/scene-data-transform": "^4.3.729",
96
- "@things-factory/scene-excel": "^4.3.729",
97
- "@things-factory/scene-firebase": "^4.3.729",
98
- "@things-factory/scene-form": "^4.3.729",
99
- "@things-factory/scene-google-map": "^4.3.729",
100
- "@things-factory/scene-graphql": "^4.3.729",
101
- "@things-factory/scene-label": "^4.3.729",
102
- "@things-factory/scene-marker": "^4.3.729",
103
- "@things-factory/scene-mqtt": "^4.3.729",
104
- "@things-factory/scene-restful": "^4.3.729",
105
- "@things-factory/scene-visualizer": "^4.3.729",
106
- "@things-factory/setting-ui": "^4.3.729",
107
- "@things-factory/system-ui": "^4.3.729",
108
- "@things-factory/transport-base": "^4.3.729",
109
- "@things-factory/tutorial-ui": "^4.3.729",
110
- "@things-factory/warehouse-base": "^4.3.729",
111
- "@things-factory/worksheet-base": "^4.3.729"
65
+ "@things-factory/apptool-ui": "^4.3.734",
66
+ "@things-factory/attachment-ui": "^4.3.734",
67
+ "@things-factory/auth-ui": "^4.3.734",
68
+ "@things-factory/barcode-ui": "^4.3.734",
69
+ "@things-factory/biz-ui": "^4.3.734",
70
+ "@things-factory/board-service": "^4.3.734",
71
+ "@things-factory/board-ui": "^4.3.734",
72
+ "@things-factory/code-ui": "^4.3.734",
73
+ "@things-factory/context-ui": "^4.3.734",
74
+ "@things-factory/export-ui": "^4.3.734",
75
+ "@things-factory/export-ui-csv": "^4.3.734",
76
+ "@things-factory/export-ui-excel": "^4.3.734",
77
+ "@things-factory/fav-base": "^4.3.734",
78
+ "@things-factory/form-ui": "^4.3.734",
79
+ "@things-factory/geography": "^4.3.734",
80
+ "@things-factory/grist-ui": "^4.3.734",
81
+ "@things-factory/help": "^4.3.734",
82
+ "@things-factory/i18n-base": "^4.3.734",
83
+ "@things-factory/id-rule-base": "^4.3.734",
84
+ "@things-factory/import-ui": "^4.3.734",
85
+ "@things-factory/import-ui-excel": "^4.3.734",
86
+ "@things-factory/menu-ui": "^4.3.734",
87
+ "@things-factory/more-ui": "^4.3.734",
88
+ "@things-factory/notification": "^4.3.734",
89
+ "@things-factory/pdf": "^4.3.734",
90
+ "@things-factory/print-proxy-service": "^4.3.734",
91
+ "@things-factory/print-ui": "^4.3.734",
92
+ "@things-factory/product-base": "^4.3.734",
93
+ "@things-factory/resource-ui": "^4.3.734",
94
+ "@things-factory/sales-ui": "^4.3.736",
95
+ "@things-factory/scene-data-transform": "^4.3.734",
96
+ "@things-factory/scene-excel": "^4.3.734",
97
+ "@things-factory/scene-firebase": "^4.3.734",
98
+ "@things-factory/scene-form": "^4.3.734",
99
+ "@things-factory/scene-google-map": "^4.3.734",
100
+ "@things-factory/scene-graphql": "^4.3.734",
101
+ "@things-factory/scene-label": "^4.3.734",
102
+ "@things-factory/scene-marker": "^4.3.734",
103
+ "@things-factory/scene-mqtt": "^4.3.734",
104
+ "@things-factory/scene-restful": "^4.3.734",
105
+ "@things-factory/scene-visualizer": "^4.3.734",
106
+ "@things-factory/setting-ui": "^4.3.734",
107
+ "@things-factory/system-ui": "^4.3.734",
108
+ "@things-factory/transport-base": "^4.3.734",
109
+ "@things-factory/tutorial-ui": "^4.3.734",
110
+ "@things-factory/warehouse-base": "^4.3.734",
111
+ "@things-factory/worksheet-base": "^4.3.736"
112
112
  },
113
113
  "devDependencies": {
114
- "@things-factory/builder": "^4.3.729",
114
+ "@things-factory/builder": "^4.3.734",
115
115
  "cypress": "^9.4.1",
116
116
  "cypress-file-upload": "^5.0.8",
117
117
  "cypress-localstorage-commands": "^1.6.1",
118
118
  "eslint-plugin-cypress": "^2.12.1"
119
119
  },
120
- "gitHead": "5db084b2dac5f691f401f5dbdf368f57371cb020"
120
+ "gitHead": "02dc436ab7770e7186c50311b0d3c844d847b2ab"
121
121
  }