@things-factory/operato-wms 4.3.807 → 4.3.815

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.
@@ -68,6 +68,7 @@ class ArrivalNoticeDetail extends localize(i18next)(PageView) {
68
68
  vasData: Object,
69
69
  arrivalNoticeId: String,
70
70
  _disableTransport: Boolean,
71
+ _remark: String,
71
72
  userRole: Array,
72
73
  enableDirectInbound: Boolean,
73
74
  _enableLotIdInput: Boolean
@@ -585,6 +586,13 @@ class ArrivalNoticeDetail extends localize(i18next)(PageView) {
585
586
  })}
586
587
  </select>
587
588
 
589
+ ${this._remark
590
+ ? html`
591
+ <label>${i18next.t('field.remark')}</label>
592
+ <input name="remark" value="${this._remark}" readonly />
593
+ `
594
+ : ''}
595
+
588
596
  ${this._attachments?.length > 0
589
597
  ? html`
590
598
  <label>${i18next.t('label.attachment')}</label>
@@ -1048,6 +1056,7 @@ class ArrivalNoticeDetail extends localize(i18next)(PageView) {
1048
1056
  refNo3
1049
1057
  refNo4
1050
1058
  importCargo
1059
+ remark
1051
1060
  attachment {
1052
1061
  id
1053
1062
  name
@@ -1166,6 +1175,7 @@ class ArrivalNoticeDetail extends localize(i18next)(PageView) {
1166
1175
  this._bizplaceName = arrivalNotice.bizplace.name
1167
1176
  this._importCargo = arrivalNotice.importCargo
1168
1177
  this._status = arrivalNotice.status
1178
+ this._remark = arrivalNotice.remark
1169
1179
 
1170
1180
  this._fillupANForm({ ...arrivalNotice })
1171
1181
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-wms",
3
- "version": "4.3.807",
3
+ "version": "4.3.815",
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.767",
66
- "@things-factory/attachment-ui": "^4.3.767",
67
- "@things-factory/auth-ui": "^4.3.767",
68
- "@things-factory/barcode-ui": "^4.3.767",
69
- "@things-factory/biz-ui": "^4.3.798",
70
- "@things-factory/board-service": "^4.3.767",
71
- "@things-factory/board-ui": "^4.3.770",
72
- "@things-factory/code-ui": "^4.3.770",
73
- "@things-factory/context-ui": "^4.3.767",
74
- "@things-factory/export-ui": "^4.3.767",
75
- "@things-factory/export-ui-csv": "^4.3.767",
76
- "@things-factory/export-ui-excel": "^4.3.767",
77
- "@things-factory/fav-base": "^4.3.767",
78
- "@things-factory/form-ui": "^4.3.767",
79
- "@things-factory/geography": "^4.3.767",
80
- "@things-factory/grist-ui": "^4.3.770",
81
- "@things-factory/help": "^4.3.767",
82
- "@things-factory/i18n-base": "^4.3.767",
83
- "@things-factory/id-rule-base": "^4.3.770",
84
- "@things-factory/import-ui": "^4.3.790",
85
- "@things-factory/import-ui-excel": "^4.3.790",
86
- "@things-factory/menu-ui": "^4.3.770",
87
- "@things-factory/more-ui": "^4.3.767",
88
- "@things-factory/notification": "^4.3.767",
89
- "@things-factory/pdf": "^4.3.767",
90
- "@things-factory/print-proxy-service": "^4.3.767",
91
- "@things-factory/print-ui": "^4.3.767",
92
- "@things-factory/product-base": "^4.3.804",
93
- "@things-factory/resource-ui": "^4.3.790",
94
- "@things-factory/sales-ui": "^4.3.806",
95
- "@things-factory/scene-data-transform": "^4.3.767",
96
- "@things-factory/scene-excel": "^4.3.767",
97
- "@things-factory/scene-firebase": "^4.3.767",
98
- "@things-factory/scene-form": "^4.3.767",
99
- "@things-factory/scene-google-map": "^4.3.767",
100
- "@things-factory/scene-graphql": "^4.3.767",
101
- "@things-factory/scene-label": "^4.3.767",
102
- "@things-factory/scene-marker": "^4.3.767",
103
- "@things-factory/scene-mqtt": "^4.3.767",
104
- "@things-factory/scene-restful": "^4.3.767",
105
- "@things-factory/scene-visualizer": "^4.3.767",
106
- "@things-factory/setting-ui": "^4.3.770",
107
- "@things-factory/system-ui": "^4.3.767",
108
- "@things-factory/transport-base": "^4.3.798",
109
- "@things-factory/tutorial-ui": "^4.3.767",
110
- "@things-factory/warehouse-base": "^4.3.805",
111
- "@things-factory/worksheet-base": "^4.3.807"
65
+ "@things-factory/apptool-ui": "^4.3.815",
66
+ "@things-factory/attachment-ui": "^4.3.815",
67
+ "@things-factory/auth-ui": "^4.3.815",
68
+ "@things-factory/barcode-ui": "^4.3.815",
69
+ "@things-factory/biz-ui": "^4.3.815",
70
+ "@things-factory/board-service": "^4.3.815",
71
+ "@things-factory/board-ui": "^4.3.815",
72
+ "@things-factory/code-ui": "^4.3.815",
73
+ "@things-factory/context-ui": "^4.3.815",
74
+ "@things-factory/export-ui": "^4.3.815",
75
+ "@things-factory/export-ui-csv": "^4.3.815",
76
+ "@things-factory/export-ui-excel": "^4.3.815",
77
+ "@things-factory/fav-base": "^4.3.815",
78
+ "@things-factory/form-ui": "^4.3.815",
79
+ "@things-factory/geography": "^4.3.815",
80
+ "@things-factory/grist-ui": "^4.3.815",
81
+ "@things-factory/help": "^4.3.815",
82
+ "@things-factory/i18n-base": "^4.3.815",
83
+ "@things-factory/id-rule-base": "^4.3.815",
84
+ "@things-factory/import-ui": "^4.3.815",
85
+ "@things-factory/import-ui-excel": "^4.3.815",
86
+ "@things-factory/menu-ui": "^4.3.815",
87
+ "@things-factory/more-ui": "^4.3.815",
88
+ "@things-factory/notification": "^4.3.815",
89
+ "@things-factory/pdf": "^4.3.815",
90
+ "@things-factory/print-proxy-service": "^4.3.815",
91
+ "@things-factory/print-ui": "^4.3.815",
92
+ "@things-factory/product-base": "^4.3.815",
93
+ "@things-factory/resource-ui": "^4.3.815",
94
+ "@things-factory/sales-ui": "^4.3.815",
95
+ "@things-factory/scene-data-transform": "^4.3.815",
96
+ "@things-factory/scene-excel": "^4.3.815",
97
+ "@things-factory/scene-firebase": "^4.3.815",
98
+ "@things-factory/scene-form": "^4.3.815",
99
+ "@things-factory/scene-google-map": "^4.3.815",
100
+ "@things-factory/scene-graphql": "^4.3.815",
101
+ "@things-factory/scene-label": "^4.3.815",
102
+ "@things-factory/scene-marker": "^4.3.815",
103
+ "@things-factory/scene-mqtt": "^4.3.815",
104
+ "@things-factory/scene-restful": "^4.3.815",
105
+ "@things-factory/scene-visualizer": "^4.3.815",
106
+ "@things-factory/setting-ui": "^4.3.815",
107
+ "@things-factory/system-ui": "^4.3.815",
108
+ "@things-factory/transport-base": "^4.3.815",
109
+ "@things-factory/tutorial-ui": "^4.3.815",
110
+ "@things-factory/warehouse-base": "^4.3.815",
111
+ "@things-factory/worksheet-base": "^4.3.815"
112
112
  },
113
113
  "devDependencies": {
114
- "@things-factory/builder": "^4.3.767",
114
+ "@things-factory/builder": "^4.3.815",
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": "a3f32a6fd94b621108941fdc374d13e47ec6603e"
120
+ "gitHead": "e44c5a15e2b5495997bb929f5dfc80622a326c5e"
121
121
  }