gm-printer 10.15.5 → 10.15.6-beta.0

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": "gm-printer",
3
- "version": "10.15.5",
3
+ "version": "10.15.6-beta.0",
4
4
  "description": "diy printer",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -336,6 +336,16 @@ class Store extends EditorStore {
336
336
  textAlign: 'center'
337
337
  },
338
338
  text: i18next.t('{{列.货值}}')
339
+ },
340
+ {
341
+ head: i18next.t('周转物数量更正'),
342
+ headStyle: {
343
+ textAlign: 'center'
344
+ },
345
+ style: {
346
+ textAlign: 'center'
347
+ },
348
+ text: i18next.t('{{列.周转物数量更正}}')
339
349
  }
340
350
  ]
341
351
  break