ecinc-cloud-yoahtgl 9.5.200 → 9.5.230
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/index.js +3 -1
- package/lib/ecyoahtgl.common.js +1517 -82
- package/lib/ecyoahtgl.umd.js +1520 -85
- package/lib/ecyoahtgl.umd.min.js +4 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5,6 +5,7 @@ import HtglDateTableTree from './src/dateTableTree'
|
|
|
5
5
|
// htda
|
|
6
6
|
import HtglHtdaJyjl from './src/htda/jyjl'
|
|
7
7
|
// index
|
|
8
|
+
import HtglIndexInvoice from './src/index/components/invoice'
|
|
8
9
|
import HtglIndexCommonForm from './src/index/components/commonForm'
|
|
9
10
|
import HtglFkjd from './src/index/components/fkjd'
|
|
10
11
|
import HtglFzhttj from './src/index/components/fzhttj'
|
|
@@ -51,7 +52,8 @@ const components = {
|
|
|
51
52
|
HtglTjfxHtqy,
|
|
52
53
|
HtglTjfxHtzxtj,
|
|
53
54
|
HtglTjfxSkhttj,
|
|
54
|
-
HtglWdjy
|
|
55
|
+
HtglWdjy,
|
|
56
|
+
HtglIndexInvoice
|
|
55
57
|
}
|
|
56
58
|
// 定义 install 方法
|
|
57
59
|
const install = function(Vue) {
|