|
@ -61,6 +61,11 @@ import packageivt from './pdm/ivt/packageivt/zh' |
|
|
import packageinfoivt from './pdm/ivt/packageinfoivt/zh' |
|
|
import packageinfoivt from './pdm/ivt/packageinfoivt/zh' |
|
|
import packagerelation from './pdm/ivt/packagerelation/zh' |
|
|
import packagerelation from './pdm/ivt/packagerelation/zh' |
|
|
import stockingivt from './pdm/ivt/stockingivt/zh' |
|
|
import stockingivt from './pdm/ivt/stockingivt/zh' |
|
|
|
|
|
import shafttubeivt from './pdm/ivt/shafttubeivt/zh' |
|
|
|
|
|
import bstcutpointivt from './pdm/ivt/bstcutpointivt/zh' |
|
|
|
|
|
import subpackage from './pdm/ivt/subpackage/zh' |
|
|
|
|
|
import inbill from './pdm/st/inbill/zh' |
|
|
|
|
|
import outbill from './pdm/st/outbill/zh' |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
...zhLocale, |
|
|
...zhLocale, |
|
@ -126,6 +131,11 @@ export default { |
|
|
...packageivt, |
|
|
...packageivt, |
|
|
...packageinfoivt, |
|
|
...packageinfoivt, |
|
|
...packagerelation, |
|
|
...packagerelation, |
|
|
...stockingivt |
|
|
...stockingivt, |
|
|
|
|
|
...shafttubeivt, |
|
|
|
|
|
...bstcutpointivt, |
|
|
|
|
|
...subpackage, |
|
|
|
|
|
...inbill, |
|
|
|
|
|
...outbill |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|