ecinc-cloud-yoahtgl 9.5.210 → 9.5.231
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 +6 -1
- package/lib/ecyoahtgl.common.js +1630 -130
- package/lib/ecyoahtgl.umd.js +1633 -133
- 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'
|
|
@@ -18,7 +19,9 @@ import HtglMbgl from './src/mbgl/index'
|
|
|
18
19
|
import HtglModuleIndex from './src/mbgl/components/moduleIndex'
|
|
19
20
|
// portlet
|
|
20
21
|
import HtglContractClauseBank from './src/portlet/ContractClauseBank'
|
|
22
|
+
import HtglHtmbBtns from './src/portlet/Htmbbtns'
|
|
21
23
|
// tjfx
|
|
24
|
+
|
|
22
25
|
import HtglTjfxListTable from './src/tjfx/components/ListTable'
|
|
23
26
|
import HtglTjfxFkhttj from './src/tjfx/fkhttj'
|
|
24
27
|
import HtglTjfxHtdatj from './src/tjfx/htdatj'
|
|
@@ -51,7 +54,9 @@ const components = {
|
|
|
51
54
|
HtglTjfxHtqy,
|
|
52
55
|
HtglTjfxHtzxtj,
|
|
53
56
|
HtglTjfxSkhttj,
|
|
54
|
-
HtglWdjy
|
|
57
|
+
HtglWdjy,
|
|
58
|
+
HtglIndexInvoice,
|
|
59
|
+
HtglHtmbBtns
|
|
55
60
|
}
|
|
56
61
|
// 定义 install 方法
|
|
57
62
|
const install = function(Vue) {
|