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 +1 -1
- package/src/editor/store.js +10 -0
package/package.json
CHANGED
package/src/editor/store.js
CHANGED
|
@@ -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
|