@indfnd/common-mobile 0.0.2
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/CHANGELOG.md +13 -0
- package/dist/ind-common-mobile.es.js +68601 -0
- package/dist/ind-common-mobile.umd.cjs +149 -0
- package/dist/style.css +0 -0
- package/dist/styles/img/budget-icon.png +0 -0
- package/dist/styles/img/detail-btn.png +0 -0
- package/dist/styles/img/done-icon.png +0 -0
- package/dist/styles/img/empty.png +0 -0
- package/dist/styles/img/file-icon.png +0 -0
- package/dist/styles/img/filedown-icon.png +0 -0
- package/dist/styles/img/home/aver.png +0 -0
- package/dist/styles/img/home/bottom-label.png +0 -0
- package/dist/styles/img/home/cursor-pointer.png +0 -0
- package/dist/styles/img/home/danger.png +0 -0
- package/dist/styles/img/home/digital.png +0 -0
- package/dist/styles/img/home/empty.png +0 -0
- package/dist/styles/img/home/env.png +0 -0
- package/dist/styles/img/home/file.png +0 -0
- package/dist/styles/img/home/inner.png +0 -0
- package/dist/styles/img/home/invalidate.png +0 -0
- package/dist/styles/img/home/kpi-icon-env.png +0 -0
- package/dist/styles/img/home/kpi-icon-file.png +0 -0
- package/dist/styles/img/home/kpi-icon-law.png +0 -0
- package/dist/styles/img/home/kpi-icon-process.png +0 -0
- package/dist/styles/img/home/kpi-icon-record.png +0 -0
- package/dist/styles/img/home/kpi-icon-risk.png +0 -0
- package/dist/styles/img/home/kpi-icon-security.png +0 -0
- package/dist/styles/img/home/kpi-icon0.png +0 -0
- package/dist/styles/img/home/kpi-icon1.png +0 -0
- package/dist/styles/img/home/kpi-icon2.png +0 -0
- package/dist/styles/img/home/kpi-icon3.png +0 -0
- package/dist/styles/img/home/law.png +0 -0
- package/dist/styles/img/home/lie.png +0 -0
- package/dist/styles/img/home/more-icon.png +0 -0
- package/dist/styles/img/home/query-icon.png +0 -0
- package/dist/styles/img/home/risk.png +0 -0
- package/dist/styles/img/home/standard.png +0 -0
- package/dist/styles/img/home/todo-icon.png +0 -0
- package/dist/styles/img/home/top-bg.png +0 -0
- package/dist/styles/img/home/you.png +0 -0
- package/dist/styles/img/home//345/220/221/344/270/213/347/256/255/345/244/264 /346/213/267/350/264/235 13.png +0 -0
- package/dist/styles/img/home//345/220/221/344/270/213/347/256/255/345/244/264 /346/213/267/350/264/235 13@2x.png +0 -0
- package/dist/styles/img/home//347/237/251/345/275/242 5 /346/213/267/350/264/235 171@2x.png +0 -0
- package/dist/styles/img/item-icon.png +0 -0
- package/dist/styles/img/need-icon.png +0 -0
- package/dist/styles/img/normal-icon.png +0 -0
- package/dist/styles/img/order-icon.png +0 -0
- package/dist/styles/img/organ-icon.png +0 -0
- package/dist/styles/img/save-icon.png +0 -0
- package/dist/styles/img/scheme-amt-icon.png +0 -0
- package/dist/styles/img/scheme-icon.png +0 -0
- package/dist/styles/img/shaixuan.png +0 -0
- package/dist/styles/img/shaixuanzhong.png +0 -0
- package/dist/styles/img/standard-icon-basic.png +0 -0
- package/dist/styles/img/standard-icon.png +0 -0
- package/dist/styles/img/uncheck-icon.png +0 -0
- package/dist/styles/imgs/login/login-bg.jpg +0 -0
- package/dist/styles/imgs/logistics/aircraft.png +0 -0
- package/dist/styles/imgs/logistics/arrow.png +0 -0
- package/dist/styles/imgs/logistics/van.png +0 -0
- package/dist/styles/imgs/logo.png +0 -0
- package/dist/styles/index.css +1 -0
- package/global.d.ts +4 -0
- package/package.json +84 -0
- package/src/styles/variables/base.less +152 -0
- package/src/styles/variables/index.less +3 -0
- package/src/styles/variables/theme1.less +123 -0
- package/src/styles/variables/theme2.less +128 -0
- package/types/api/basic/app.d.ts +13 -0
- package/types/api/basic/home.d.ts +6 -0
- package/types/api/basic/user.d.ts +19 -0
- package/types/api/common/msgreviceset.d.ts +2 -0
- package/types/api/common/todohandlerset.d.ts +2 -0
- package/types/api/iam/ac/allocation/batchverify.d.ts +16 -0
- package/types/api/iam/ac/allocation/cigar.d.ts +12 -0
- package/types/api/iam/ac/allocation/emergency.d.ts +14 -0
- package/types/api/iam/ac/allocation/weekallot.d.ts +10 -0
- package/types/api/iam/ac/allocation/weekplan.d.ts +10 -0
- package/types/api/iam/ac/contract/contract-cancel.d.ts +2 -0
- package/types/api/iam/ac/contract/contract-create.d.ts +10 -0
- package/types/api/iam/ac/contract/contract-edit.d.ts +5 -0
- package/types/api/iam/ac/contract/contract-invoice.d.ts +6 -0
- package/types/api/iam/ac/contract/contract-order.d.ts +25 -0
- package/types/api/iam/ac/contract/contract-other.d.ts +1 -0
- package/types/api/iam/ac/contract/contract-plan.d.ts +3 -0
- package/types/api/iam/ac/contract/contract-preparation.d.ts +13 -0
- package/types/api/iam/ac/contract/contract-registration.d.ts +17 -0
- package/types/api/iam/ac/contract/contract-seal.d.ts +2 -0
- package/types/api/iam/ac/contract/contract-track.d.ts +1 -0
- package/types/api/iam/ac/contract/qrtztask.d.ts +6 -0
- package/types/api/iam/ac/export/export.d.ts +3 -0
- package/types/api/iam/ac/returned/make-contract.d.ts +4 -0
- package/types/api/iam/ac/returned/returned.d.ts +7 -0
- package/types/api/iam/ac/zero/base.d.ts +15 -0
- package/types/api/iam/ac/zero/normal.d.ts +3 -0
- package/types/api/iam/ac/zero/stock.d.ts +3 -0
- package/types/api/iam/ac/zjsysalefore/zjsysalefore.d.ts +3 -0
- package/types/api/iam/am/agreement/consult.d.ts +5 -0
- package/types/api/iam/am/agreement/consultquery.d.ts +1 -0
- package/types/api/iam/am/agreement/decompose.d.ts +2 -0
- package/types/api/iam/am/basic/agreement.d.ts +5 -0
- package/types/api/iam/am/basic/agreementnew.d.ts +5 -0
- package/types/api/iam/am/basic/architecture.d.ts +3 -0
- package/types/api/iam/am/basic/com.d.ts +3 -0
- package/types/api/iam/am/basic/comaccount.d.ts +6 -0
- package/types/api/iam/am/basic/comitem.d.ts +4 -0
- package/types/api/iam/am/basic/comitemwhse.d.ts +4 -0
- package/types/api/iam/am/basic/comwhse.d.ts +7 -0
- package/types/api/iam/am/basic/contract.d.ts +4 -0
- package/types/api/iam/am/basic/item.d.ts +3 -0
- package/types/api/iam/am/basic/itemref.d.ts +5 -0
- package/types/api/iam/am/basic/nccomwhseitem.d.ts +3 -0
- package/types/api/iam/am/basic/onekeyset.d.ts +4 -0
- package/types/api/iam/am/basic/parms.d.ts +4 -0
- package/types/api/iam/am/basic/produce.d.ts +3 -0
- package/types/api/iam/am/basic/product.d.ts +3 -0
- package/types/api/iam/am/basic/whse.d.ts +4 -0
- package/types/api/iam/am/basic/whseitem.d.ts +4 -0
- package/types/api/iam/am/basic/whsenc.d.ts +4 -0
- package/types/api/iam/am/basicchange/comaccountverify.d.ts +5 -0
- package/types/api/iam/am/basicchange/comwhseverify.d.ts +5 -0
- package/types/api/iam/am/basicchange/price.d.ts +14 -0
- package/types/api/iam/am/basicchange/tax.d.ts +5 -0
- package/types/api/iam/am/month/emergsupply/centerverify.d.ts +4 -0
- package/types/api/iam/am/month/emergsupply/emergsupply.d.ts +4 -0
- package/types/api/iam/am/month/emergsupply/emergsupplyquery.d.ts +1 -0
- package/types/api/iam/am/month/emergsupply/saleorgcreate.d.ts +4 -0
- package/types/api/iam/am/month/formulate/centerbalance.d.ts +8 -0
- package/types/api/iam/am/month/formulate/itemadjust.d.ts +10 -0
- package/types/api/iam/am/month/formulate/monthplan.d.ts +7 -0
- package/types/api/iam/am/month/formulate/saleorgdecomponse.d.ts +4 -0
- package/types/api/iam/am/month/formulate/saleorgverify.d.ts +6 -0
- package/types/api/iam/am/month/param.d.ts +2 -0
- package/types/api/iam/am/month/ratelimit.d.ts +9 -0
- package/types/api/iam/am/month/secondformulate/create.d.ts +5 -0
- package/types/api/iam/am/monthXj/formulateXj/centerbalance.d.ts +8 -0
- package/types/api/iam/am/monthXj/formulateXj/create.d.ts +10 -0
- package/types/api/iam/am/monthXj/formulateXj/itemadjust.d.ts +11 -0
- package/types/api/iam/am/monthXj/formulateXj/saleorgverify.d.ts +4 -0
- package/types/api/iam/am/preweekplan/formulate/weekplan.d.ts +6 -0
- package/types/api/iam/am/preweekplan/param.d.ts +2 -0
- package/types/api/iam/am/preweekplan/ratelimit.d.ts +9 -0
- package/types/api/iam/am/report/Export2ExcelForTransferSituation.d.ts +20 -0
- package/types/api/iam/am/report/agree.d.ts +8 -0
- package/types/api/iam/am/report/agreechange.d.ts +1 -0
- package/types/api/iam/am/report/allocation.d.ts +1 -0
- package/types/api/iam/am/report/cigaragree.d.ts +8 -0
- package/types/api/iam/am/report/comstock.d.ts +1 -0
- package/types/api/iam/am/report/contractCheck.d.ts +1 -0
- package/types/api/iam/am/report/contractorder.d.ts +6 -0
- package/types/api/iam/am/report/cxb.d.ts +1 -0
- package/types/api/iam/am/report/cxbquery.d.ts +1 -0
- package/types/api/iam/am/report/dayPlan.d.ts +1 -0
- package/types/api/iam/am/report/distcalculation.d.ts +2 -0
- package/types/api/iam/am/report/dxc-day.d.ts +1 -0
- package/types/api/iam/am/report/dxc-month.d.ts +1 -0
- package/types/api/iam/am/report/execute.d.ts +1 -0
- package/types/api/iam/am/report/home.d.ts +7 -0
- package/types/api/iam/am/report/invoice.d.ts +2 -0
- package/types/api/iam/am/report/logistics.d.ts +2 -0
- package/types/api/iam/am/report/monthallocation.d.ts +1 -0
- package/types/api/iam/am/report/monthplanimp.d.ts +1 -0
- package/types/api/iam/am/report/monthplanimpxj.d.ts +1 -0
- package/types/api/iam/am/report/monthsale.d.ts +1 -0
- package/types/api/iam/am/report/nextnextmonthplan.d.ts +1 -0
- package/types/api/iam/am/report/stock.d.ts +3 -0
- package/types/api/iam/am/report/track.d.ts +2 -0
- package/types/api/iam/am/report/transfer-implement.d.ts +2 -0
- package/types/api/iam/am/report/transfer-situation.d.ts +1 -0
- package/types/api/iam/am/report/weekplan.d.ts +2 -0
- package/types/api/iam/am/report/zero.d.ts +2 -0
- package/types/api/iam/am/trans/trans.d.ts +6 -0
- package/types/api/iam/sq/report/monopoly/monopoly.d.ts +11 -0
- package/types/api/iam/sq/report/monthtransferplan.d.ts +2 -0
- package/types/api/ipm/bc/basic/bidding.d.ts +3 -0
- package/types/api/ipm/bc/basic/biddingForCigar.d.ts +3 -0
- package/types/api/ipm/bc/basic/grade.d.ts +2 -0
- package/types/api/ipm/bc/basic/item.d.ts +7 -0
- package/types/api/ipm/bc/basic/jditem.d.ts +2 -0
- package/types/api/ipm/bc/basic/manualsignature.d.ts +4 -0
- package/types/api/ipm/bc/basic/parms.d.ts +1 -0
- package/types/api/ipm/bc/basic/price.d.ts +4 -0
- package/types/api/ipm/bc/basic/regionday.d.ts +4 -0
- package/types/api/ipm/bc/basic/regioninfo.d.ts +3 -0
- package/types/api/ipm/bc/basic/series.d.ts +2 -0
- package/types/api/ipm/bc/basic/smoke.d.ts +6 -0
- package/types/api/ipm/bc/basic/supplier.d.ts +2 -0
- package/types/api/ipm/bc/basic/supplierItem.d.ts +1 -0
- package/types/api/ipm/bc/basic/tender.d.ts +5 -0
- package/types/api/ipm/bc/basic/type.d.ts +2 -0
- package/types/api/ipm/bc/basic/unit.d.ts +2 -0
- package/types/api/ipm/bc/basic/yearSupplier.d.ts +1 -0
- package/types/api/ipm/bc/invtyquery/invtyquery.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/flowprocess.d.ts +2 -0
- package/types/api/ipm/bc/statisticalquery/itemapplydetail.d.ts +2 -0
- package/types/api/ipm/bc/statisticalquery/itemprocess.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/purchasequery.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/quarterprogress.d.ts +6 -0
- package/types/api/ipm/bc/statisticalquery/regiondaycompare.d.ts +5 -0
- package/types/api/ipm/bc/statisticalquery/regiondayquery.d.ts +3 -0
- package/types/api/ipm/bc/statisticalquery/schemefollow.d.ts +5 -0
- package/types/api/ipm/bc/statisticalquery/schemeoutputquery.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/schemeprogress.d.ts +3 -0
- package/types/api/ipm/bc/statisticalquery/xqitemregion.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/xqregiondayquery.d.ts +4 -0
- package/types/api/ipm/bc/statisticalquery/xqschemeoutput.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/zxitemregion.d.ts +2 -0
- package/types/api/ipm/bg/budget/adjust.d.ts +7 -0
- package/types/api/ipm/bg/budget/adjustapplyverify.d.ts +4 -0
- package/types/api/ipm/bg/budget/adjustment.d.ts +9 -0
- package/types/api/ipm/bg/budget/cigaradjustapply.d.ts +6 -0
- package/types/api/ipm/bg/budget/cigarbudget/cigarbg.d.ts +7 -0
- package/types/api/ipm/bg/budget/quarter/quarterNewBg.d.ts +12 -0
- package/types/api/ipm/bg/budget/quarter/quarterbg.d.ts +6 -0
- package/types/api/ipm/bg/budget/reportData.d.ts +31 -0
- package/types/api/ipm/bg/budget/supplement.d.ts +7 -0
- package/types/api/ipm/bg/budget/supplementVerify.d.ts +2 -0
- package/types/api/ipm/bg/budget/supplementVerifyzx.d.ts +3 -0
- package/types/api/ipm/bg/budget/supplementapprove.d.ts +3 -0
- package/types/api/ipm/bg/budget/year/yearbg.d.ts +11 -0
- package/types/api/ipm/bg/ybbudget/ybbudget.d.ts +4 -0
- package/types/api/ipm/dm/demand/backup.d.ts +7 -0
- package/types/api/ipm/dm/demand/centerplan.d.ts +16 -0
- package/types/api/ipm/dm/demand/centerplanorgan.d.ts +9 -0
- package/types/api/ipm/dm/demand/demand.d.ts +10 -0
- package/types/api/ipm/dm/demand/monthneed.d.ts +9 -0
- package/types/api/ipm/dm/demand/monthneedxj.d.ts +15 -0
- package/types/api/ipm/dm/demand/pcdmd.d.ts +6 -0
- package/types/api/ipm/dm/demand/purchase.d.ts +14 -0
- package/types/api/ipm/dm/demand/quarteradd.d.ts +16 -0
- package/types/api/ipm/dm/demand/quarteraddxj.d.ts +16 -0
- package/types/api/ipm/dm/demand/quarterapply.d.ts +29 -0
- package/types/api/ipm/dm/demand/quarterapplynew.d.ts +40 -0
- package/types/api/ipm/dm/demand/quarterapplyxjnew.d.ts +34 -0
- package/types/api/ipm/dm/demand/quarteritem.d.ts +4 -0
- package/types/api/ipm/dm/demand/quarterneed.d.ts +13 -0
- package/types/api/ipm/dm/demand/supplement.d.ts +11 -0
- package/types/api/ipm/dm/demand/supplementbalance.d.ts +26 -0
- package/types/api/ipm/dm/demand/supplementverify.d.ts +2 -0
- package/types/api/ipm/qt/basic/contrast.d.ts +4 -0
- package/types/api/ipm/qt/basic/outconfirm.d.ts +16 -0
- package/types/api/ipm/qt/basic/qtapply.d.ts +7 -0
- package/types/api/ipm/qt/basic/qtitem.d.ts +6 -0
- package/types/api/ipm/qt/qtchangesheet.d.ts +15 -0
- package/types/api/ipm/qt/qtchangetable.d.ts +7 -0
- package/types/api/ipm/qt/qtdailystatement.d.ts +1 -0
- package/types/api/ipm/qt/qtreturn/edit.d.ts +3 -0
- package/types/api/ipm/qt/qtreturn.d.ts +5 -0
- package/types/api/ipm/qt/qtspareinv.d.ts +12 -0
- package/types/api/ipm/qt/qtspareinvq.d.ts +15 -0
- package/types/api/ipm/qt/stand-book.d.ts +18 -0
- package/types/api/ipm/sc/scheme/cigar/schemeapply.d.ts +56 -0
- package/types/api/ipm/sc/scheme/cigar/schemearchiving.d.ts +7 -0
- package/types/api/ipm/sc/scheme/cigar/schemechange.d.ts +17 -0
- package/types/api/ipm/sc/scheme/cigar/schemechangecheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/cigar/schemecheck.d.ts +4 -0
- package/types/api/ipm/sc/scheme/cigar/schemereporte.d.ts +2 -0
- package/types/api/ipm/sc/scheme/cigar/schemesummary.d.ts +17 -0
- package/types/api/ipm/sc/scheme/cigar/schemesummarycheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/schemeapply.d.ts +37 -0
- package/types/api/ipm/sc/scheme/schemearchiving.d.ts +9 -0
- package/types/api/ipm/sc/scheme/schemechange.d.ts +9 -0
- package/types/api/ipm/sc/scheme/schemechangecheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/schemecheck.d.ts +6 -0
- package/types/api/ipm/sc/scheme/schemereporte.d.ts +2 -0
- package/types/api/ipm/sc/scheme/schemesummary.d.ts +11 -0
- package/types/api/ipm/sc/scheme/schemesummarycheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/ybscheme.d.ts +26 -0
- package/types/api/ipm/st/stock/account.d.ts +13 -0
- package/types/api/ipm/st/stock/applyother.d.ts +12 -0
- package/types/api/ipm/st/stock/itemdistribute.d.ts +5 -0
- package/types/api/ipm/st/stock/punch.d.ts +13 -0
- package/types/api/ipm/st/stock/regioncheck.d.ts +13 -0
- package/types/api/ipm/st/stock/regioninput.d.ts +11 -0
- package/types/api/ipm/st/stock/regionlocked.d.ts +7 -0
- package/types/api/ipm/st/stock/regionoutput.d.ts +11 -0
- package/types/api/ipm/st/stock/schemeapply.d.ts +49 -0
- package/types/api/ipm/st/stock/schemeoutput.d.ts +11 -0
- package/types/api/ipm/st/stock/schemereceive.d.ts +6 -0
- package/types/api/ipm/st/stock/smokeinput.d.ts +4 -0
- package/types/api/ism/am/basic/item.d.ts +6 -0
- package/types/components/404/back-btn-group.vue.d.ts +17 -0
- package/types/components/404/error-content.vue.d.ts +24 -0
- package/types/components/404/index.d.ts +2 -0
- package/types/components/404/index.vue.d.ts +16 -0
- package/types/components/button/button.vue.d.ts +51 -0
- package/types/components/button/index.d.ts +1 -0
- package/types/components/date-picker/half-year/half-year-date-picker.vue.d.ts +61 -0
- package/types/components/date-picker/index.d.ts +2 -0
- package/types/components/date-picker/quarter/quarter-date-picker.vue.d.ts +62 -0
- package/types/components/form/condition-manager.vue.d.ts +36 -0
- package/types/components/form/form.d.ts +34 -0
- package/types/components/form/form.vue.d.ts +29 -0
- package/types/components/form/index.d.ts +1 -0
- package/types/components/icons/common-icon.vue.d.ts +59 -0
- package/types/components/icons/index.d.ts +1 -0
- package/types/components/icons/index.vue.d.ts +34 -0
- package/types/components/index.d.ts +4 -0
- package/types/components/input-modal/brand/brand-input-modal.vue.d.ts +93 -0
- package/types/components/input-modal/com/com-input-modal.vue.d.ts +93 -0
- package/types/components/input-modal/index.d.ts +4 -0
- package/types/components/input-modal/item/item-input-modal.vue.d.ts +103 -0
- package/types/components/input-modal/tree-select/index.vue.d.ts +60 -0
- package/types/components/input-modal/tree-select/tree.vue.d.ts +190 -0
- package/types/components/layout/basic/app-menu.vue.d.ts +32 -0
- package/types/components/layout/basic/back-top.vue.d.ts +93 -0
- package/types/components/layout/basic/collect.vue.d.ts +18 -0
- package/types/components/layout/basic/custom-bread-crumb.vue.d.ts +43 -0
- package/types/components/layout/basic/error-store.vue.d.ts +35 -0
- package/types/components/layout/basic/full-screen.vue.d.ts +27 -0
- package/types/components/layout/basic/header-bar.vue.d.ts +27 -0
- package/types/components/layout/basic/index.d.ts +1 -0
- package/types/components/layout/basic/language.vue.d.ts +33 -0
- package/types/components/layout/basic/other-menu.vue.d.ts +32 -0
- package/types/components/layout/basic/side-menu-item.vue.d.ts +88 -0
- package/types/components/layout/basic/side-menu.vue.d.ts +125 -0
- package/types/components/layout/basic/sider-trigger.vue.d.ts +42 -0
- package/types/components/layout/basic/sub-header.vue.d.ts +26 -0
- package/types/components/layout/basic/tags-nav.vue.d.ts +47 -0
- package/types/components/layout/basic/user.vue.d.ts +43 -0
- package/types/components/layout/index.d.ts +3 -0
- package/types/components/layout/mixin/item-mixin.d.ts +23 -0
- package/types/components/layout/mixin/mixin.d.ts +11 -0
- package/types/components/layout/route-wrapper/basic-layout.vue.d.ts +28 -0
- package/types/components/layout/route-wrapper/empty-layout.vue.d.ts +18 -0
- package/types/components/layout/route-wrapper/index.d.ts +2 -0
- package/types/components/layout/view-wrapper/detail-view.vue.d.ts +47 -0
- package/types/components/layout/view-wrapper/index.d.ts +2 -0
- package/types/components/layout/view-wrapper/page-view.vue.d.ts +38 -0
- package/types/components/login/index.d.ts +1 -0
- package/types/components/login/login-form.vue.d.ts +88 -0
- package/types/components/login/login.vue.d.ts +16 -0
- package/types/components/modal/audit/audit-log-modal.vue.d.ts +107 -0
- package/types/components/modal/audit/audit-modal.vue.d.ts +55 -0
- package/types/components/modal/help/help-table-modal.vue.d.ts +106 -0
- package/types/components/modal/help/help-tree-modal.vue.d.ts +98 -0
- package/types/components/modal/index.d.ts +5 -0
- package/types/components/modal/material-item/material-item-modal.vue.d.ts +113 -0
- package/types/components/panel/back-top/back-top-panel.vue.d.ts +16 -0
- package/types/components/panel/index.d.ts +2 -0
- package/types/components/panel/loading/loading-panel.vue.d.ts +34 -0
- package/types/components/radio/index.d.ts +1 -0
- package/types/components/radio/unit/unit-radio.vue.d.ts +54 -0
- package/types/components/select/col/col-select.vue.d.ts +80 -0
- package/types/components/select/index.d.ts +2 -0
- package/types/components/select/item-type-combine/item-type-combine-select.vue.d.ts +88 -0
- package/types/components/step-track/index.d.ts +1 -0
- package/types/components/step-track/index.vue.d.ts +40 -0
- package/types/components/tabbar/Tabbar.vue.d.ts +16 -0
- package/types/components/tabbar/index.d.ts +1 -0
- package/types/components/table/ag-table/index.vue.d.ts +668 -0
- package/types/components/table/ag-table/renders/button.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/date.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/enum.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/input.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/link.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/select.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/tooltip.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/tree-select.vue.d.ts +14 -0
- package/types/components/table/components/export-data.vue.d.ts +133 -0
- package/types/components/table/index.d.ts +2 -0
- package/types/components/table/iview-table/table.vue.d.ts +399 -0
- package/types/components/table/other-table/other-table.vue.d.ts +18 -0
- package/types/components/table/utils/formatter.d.ts +9 -0
- package/types/components/table/utils/table2excel.d.ts +5 -0
- package/types/components/tree/index.d.ts +2 -0
- package/types/components/tree/item/item-tree.vue.d.ts +175 -0
- package/types/components/tree/tree.vue.d.ts +181 -0
- package/types/components/tree-select/index.d.ts +2 -0
- package/types/components/tree-select/item/item-tree-select.vue.d.ts +32 -0
- package/types/components/tree-select/tree-select.vue.d.ts +38 -0
- package/types/components/upload/file/upload-file.vue.d.ts +269 -0
- package/types/components/upload/img/upload-img.vue.d.ts +280 -0
- package/types/components/upload/index.d.ts +2 -0
- package/types/config.d.ts +31 -0
- package/types/directives/click-outside/index.d.ts +4 -0
- package/types/directives/index.d.ts +2 -0
- package/types/directives/vue-print-nb/index.d.ts +1 -0
- package/types/directives/vue-print-nb/print.d.ts +5 -0
- package/types/directives/vue-print-nb/printarea.d.ts +44 -0
- package/types/index.d.ts +23 -0
- package/types/mixins/popper.d.ts +68 -0
- package/types/plugins/config-plugin.d.ts +11 -0
- package/types/plugins/index.d.ts +2 -0
- package/types/plugins/router-plugin.d.ts +16 -0
- package/types/router/basic-routes.d.ts +8 -0
- package/types/router/generator-routers.d.ts +29 -0
- package/types/router/guard.d.ts +11 -0
- package/types/router/index.d.ts +6 -0
- package/types/store/app.d.ts +98 -0
- package/types/store/index.d.ts +8 -0
- package/types/store/user.d.ts +45 -0
- package/types/third/index.d.ts +1 -0
- package/types/third/vxe-table/install.d.ts +2 -0
- package/types/utils/Export2Excel.d.ts +20 -0
- package/types/utils/ag-table/ag-table-locale.d.ts +265 -0
- package/types/utils/ag-table/agGridUtils.d.ts +39 -0
- package/types/utils/ag-table/index.d.ts +2 -0
- package/types/utils/ag-table-locale.d.ts +265 -0
- package/types/utils/agGridUtils.d.ts +39 -0
- package/types/utils/assist.d.ts +1 -0
- package/types/utils/color.d.ts +16 -0
- package/types/utils/cryptor.d.ts +6 -0
- package/types/utils/date.d.ts +11 -0
- package/types/utils/event.d.ts +2 -0
- package/types/utils/eventBus.d.ts +21 -0
- package/types/utils/excel/Export2Excel.d.ts +20 -0
- package/types/utils/excel/assist.d.ts +1 -0
- package/types/utils/excel/excel.d.ts +63 -0
- package/types/utils/excel/index.d.ts +2 -0
- package/types/utils/excel.d.ts +63 -0
- package/types/utils/index.d.ts +8 -0
- package/types/utils/libs/sm3.d.ts +2 -0
- package/types/utils/router.d.ts +12 -0
- package/types/utils/storage.d.ts +4 -0
- package/types/utils/style.d.ts +1 -0
- package/types/utils/tableheight.d.ts +2 -0
- package/types/utils/theme.d.ts +3 -0
- package/types/utils/token.d.ts +2 -0
- package/types/utils/transfer-queue.d.ts +2 -0
- package/types/utils/vxeutils.d.ts +4 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export function getYbBudgetList(params: any): any
|
|
2
|
+
export function getYbRecordList(params: any): any
|
|
3
|
+
export function getItemList(params: any): any
|
|
4
|
+
export function getUserSchemeList(params: any): any
|
|
5
|
+
export function getExeBasis(vocationType: any): any
|
|
6
|
+
export function fetchDetail(schemeId: any): any
|
|
7
|
+
export function save(data: any): any
|
|
8
|
+
export function saveChgScheme(data: any): any
|
|
9
|
+
export function saveSummary(data: any): any
|
|
10
|
+
export function checkStatus(data: any): any
|
|
11
|
+
export function checkSummary(data: any): any
|
|
12
|
+
export function deleteScheme(schemeId: any): any
|
|
13
|
+
export function getUserOrgan({ userType, vocationLink }: { userType: any; vocationLink: any }): any
|
|
14
|
+
export function getCurMonthMaxIndex({
|
|
15
|
+
userType,
|
|
16
|
+
vocationLink,
|
|
17
|
+
vocationType,
|
|
18
|
+
prefix,
|
|
19
|
+
}: {
|
|
20
|
+
userType: any
|
|
21
|
+
vocationLink: any
|
|
22
|
+
vocationType: any
|
|
23
|
+
prefix: any
|
|
24
|
+
}): any
|
|
25
|
+
export function getCustMaterial(organId: any, schemeId: any, budgetId: any): any
|
|
26
|
+
export function getTerminalCustNeedList(organId: any, applyOrganType: any): any
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export function getAccountApplyDetail(applyId: any): any
|
|
2
|
+
export function getAccountSettleDetail(settleId: any): any
|
|
3
|
+
export function getCurStatus(vocationType: any): any
|
|
4
|
+
export function getCurUserType(vocationType: any): any
|
|
5
|
+
export function saveAccountApply(data: any): any
|
|
6
|
+
export function saveAccountSettle(data: any): any
|
|
7
|
+
export function deleteAccountApply(applyId: any): any
|
|
8
|
+
export function deleteAccountSettle(settleId: any): any
|
|
9
|
+
export function cancelAccountApply(vocationType: any): any
|
|
10
|
+
export function cancelAccountSettle(vocationType: any): any
|
|
11
|
+
export function getSettleMonth(vocationType: any): any
|
|
12
|
+
export function createRegionDay(data: any): any
|
|
13
|
+
export function createRegionDayXj(data: any): any
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function listPage(params: any): any
|
|
2
|
+
export function submitData(data: any, isEditStatus: any): any
|
|
3
|
+
export function deleteItem(applyId: any): any
|
|
4
|
+
export function countermand(applyId: any, applyStatus: any): any
|
|
5
|
+
export function fetchDetail(applyId: any): any
|
|
6
|
+
export function getUserOrganList(userType: any, vocationLink: any): any
|
|
7
|
+
export function checkData(data: any): any
|
|
8
|
+
export function batchSubmit(data: any): any
|
|
9
|
+
export function getReportList(begin: any, end: any, organAll: any, itemName: any): any
|
|
10
|
+
export function getCarrierName(vocationType: any): any
|
|
11
|
+
export function updateShippingData(applyIds: any): any
|
|
12
|
+
export function getShippingData(applyIds: any): any
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export function submitData(data: any): any
|
|
2
|
+
export function fetchDetail(punchId: any): any
|
|
3
|
+
export function deleteItem(punchId: any): any
|
|
4
|
+
export function batchRevocation(data: any): any
|
|
5
|
+
export function checkData(data: any): any
|
|
6
|
+
export function getRegionInputData(itemType: any): any
|
|
7
|
+
export function getSchemeApplyData(itemType: any): any
|
|
8
|
+
export function getSchemeApplyItem(applyId: any): any
|
|
9
|
+
export function getSchemeOutputItem(outId: any, punchId: any): any
|
|
10
|
+
export function getRegionPunchMap(punchId: any): any
|
|
11
|
+
export function saveRegionPunch(data: any): any
|
|
12
|
+
export function checkRegionPunchData(data: any): any
|
|
13
|
+
export function getPunchPrintList(punchIds: any): any
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export function saveRegionCheckData(data: any): any
|
|
2
|
+
export function deleteRegionCheckData(data: any): any
|
|
3
|
+
export function withdrawRegionCheckData(data: any): any
|
|
4
|
+
export function batchCheck(data: any): any
|
|
5
|
+
export function checkRegionCheckData(data: any): any
|
|
6
|
+
export function getCheckBasicInfo(params: any): any
|
|
7
|
+
export function getRegionCheckItemList(params: any): any
|
|
8
|
+
export function fetchCheckDetail(params: any): any
|
|
9
|
+
export function getDubiousItemList(params: any): any
|
|
10
|
+
export function getCurrCheckNode(params: any): any
|
|
11
|
+
export function getUnfinishedRegionInfo(params: any): any
|
|
12
|
+
export function getLatestCloseMonth(params: any): any
|
|
13
|
+
export function queryRegionCheckDetail(params: any): any
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function getPurchaseList(purchaseType: any, itemType: any, punchType: any): any
|
|
2
|
+
export function submitData(data: any): any
|
|
3
|
+
export function fetchDetail(inputId: any): any
|
|
4
|
+
export function getRegion(busiType: any): any
|
|
5
|
+
export function deleteItem(inputId: any): any
|
|
6
|
+
export function batchRegion(data: any): any
|
|
7
|
+
export function checkData(data: any): any
|
|
8
|
+
export function getRegionInputOrderData(inputIds: any): any
|
|
9
|
+
export function getCurrUserNode(userType: any): any
|
|
10
|
+
export function checkInput(data: any): any
|
|
11
|
+
export function batchCheckInput(data: any): any
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function getItemRegionData(itemIds: any): any
|
|
2
|
+
export function submitData(data: any): any
|
|
3
|
+
export function deleteItem(lockedId: any): any
|
|
4
|
+
export function fetchDetail(lockedId: any): any
|
|
5
|
+
export function updateRegion(data: any): any
|
|
6
|
+
export function batchRevocation(data: any): any
|
|
7
|
+
export function batchRegion(data: any): any
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function batchRegion(data: any): any
|
|
2
|
+
export function checkData(data: any): any
|
|
3
|
+
export function fetchDetail(outId: any, busiType: any): any
|
|
4
|
+
export function getOutPutData(outIds: any): any
|
|
5
|
+
export function getShippingData(outIds: any): any
|
|
6
|
+
export function updateShippingData(outIds: any): any
|
|
7
|
+
export function getPermitUserOrgan(busiType: any): any
|
|
8
|
+
export function getCarrierList(params: any): any
|
|
9
|
+
export function getOutputList(params: any): any
|
|
10
|
+
export function getDayPrintData(day: any, itemType?: string): any
|
|
11
|
+
export function getPackageList(): any
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export function listPage(params: any): any
|
|
2
|
+
export function getRegionList(busiType: any, regionType: any, parentId: any): any
|
|
3
|
+
export function getSchemeList(vocationType: any): any
|
|
4
|
+
export function getTerminalSchemeList(): any
|
|
5
|
+
export function getPermitRegionList(
|
|
6
|
+
busiType: any,
|
|
7
|
+
organType: any,
|
|
8
|
+
organId: any,
|
|
9
|
+
initSchemeId: any,
|
|
10
|
+
): any
|
|
11
|
+
export function getAddressList(regionId: any): any
|
|
12
|
+
export function submitData(data: any): any
|
|
13
|
+
export function batchSubmitData(data: any): any
|
|
14
|
+
export function getSchemeItemOrg(
|
|
15
|
+
schemeId: any,
|
|
16
|
+
applyType: any,
|
|
17
|
+
zxRegionId: any,
|
|
18
|
+
gzzRegionId: any,
|
|
19
|
+
organId: any,
|
|
20
|
+
applyId: any,
|
|
21
|
+
busiType: any,
|
|
22
|
+
packageId: any,
|
|
23
|
+
): any
|
|
24
|
+
export function getSmokePakeages(
|
|
25
|
+
schemeId: any,
|
|
26
|
+
applyType: any,
|
|
27
|
+
zxRegionId: any,
|
|
28
|
+
gzzRegionId: any,
|
|
29
|
+
organId: any,
|
|
30
|
+
applyId: any,
|
|
31
|
+
busiType: any,
|
|
32
|
+
): any
|
|
33
|
+
export function getPermitTerminalRegionItemList(params: any): any
|
|
34
|
+
export function getGzzRegionList(type: any, busiType: any, regionType: any): any
|
|
35
|
+
export function getPackageList(): any
|
|
36
|
+
export function getRegionListByType(type: any, busiType: any, regionType: any): any
|
|
37
|
+
export function batchRevocation(data: any): any
|
|
38
|
+
export function batchSubmit(data: any): any
|
|
39
|
+
export function deleteItem(applyId: any): any
|
|
40
|
+
export function fetchDetail(applyId: any, busiType: any, isDetail: any): any
|
|
41
|
+
export function fetchBatchDetail(applyId: any): any
|
|
42
|
+
export function getIsXjBm(): any
|
|
43
|
+
export function getPermitIpmComList(busiPk: any): any
|
|
44
|
+
export function getPermitTerminalComList(busiPk: any): any
|
|
45
|
+
export function checkData(data: any): any
|
|
46
|
+
export function batchRegion(data: any): any
|
|
47
|
+
export function getPermitIpmComTree(type: any, busiType: any, busiPk: any): any
|
|
48
|
+
export function getPermitUserOrgan(busiType: any): any
|
|
49
|
+
export function batchSign(data: any): any
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function getSchemeRegionList(initSchemeId: any, vocationType: any): any
|
|
2
|
+
export function getSchemeRegionItem(schemeId: any, organId: any, gzzRegionId: any, outId: any): any
|
|
3
|
+
export function getSchemeOrgList(initSchemeId: any): any
|
|
4
|
+
export function getComRegion(comId: any, vocationType: any, initSchemeId: any): any
|
|
5
|
+
export function getSchemeOutputMap(outId: any): any
|
|
6
|
+
export function getCrtUserName(): any
|
|
7
|
+
export function getQuarterBudgetExe(params: any): any
|
|
8
|
+
export function saveSchemeOutput(data: any): any
|
|
9
|
+
export function deleteSchemeOutput(outId: any): any
|
|
10
|
+
export function getSchemePersonList(initSchemeId: any): any
|
|
11
|
+
export function getParmsControl(vocationType: any): any
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function batchRegion(data: any): any
|
|
2
|
+
export function checkData(data: any): any
|
|
3
|
+
export function checkIsCanReceive(receiveIds: any): any
|
|
4
|
+
export function fetchDetail(receiveId: any, busiType: any): any
|
|
5
|
+
export function getPrintData(receiveIds: any): any
|
|
6
|
+
export function updatePrintStatus(receiveIds: any): any
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function pageItemApi(params: any): Promise<import('axios').AxiosResponse<any>>
|
|
2
|
+
export function listItemApi(params: any): Promise<import('axios').AxiosResponse<any>>
|
|
3
|
+
export function itemDetailApi(params: any): Promise<import('axios').AxiosResponse<any>>
|
|
4
|
+
export function createItemApi(data: any): Promise<import('axios').AxiosResponse<any>>
|
|
5
|
+
export function updateItemApi(data: any): Promise<import('axios').AxiosResponse<any>>
|
|
6
|
+
export function deleteItemApi(data: any): Promise<import('axios').AxiosResponse<any>>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{},
|
|
3
|
+
any,
|
|
4
|
+
{
|
|
5
|
+
second: number
|
|
6
|
+
timer: any
|
|
7
|
+
},
|
|
8
|
+
{},
|
|
9
|
+
{},
|
|
10
|
+
import('vue').ComponentOptionsMixin,
|
|
11
|
+
import('vue').ComponentOptionsMixin,
|
|
12
|
+
{},
|
|
13
|
+
string,
|
|
14
|
+
Readonly<import('vue').ExtractPropTypes<{}>>,
|
|
15
|
+
{}
|
|
16
|
+
>
|
|
17
|
+
export default _default
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
code: StringConstructor
|
|
4
|
+
desc: StringConstructor
|
|
5
|
+
src: StringConstructor
|
|
6
|
+
},
|
|
7
|
+
{},
|
|
8
|
+
{},
|
|
9
|
+
{},
|
|
10
|
+
{},
|
|
11
|
+
import('vue').ComponentOptionsMixin,
|
|
12
|
+
import('vue').ComponentOptionsMixin,
|
|
13
|
+
{},
|
|
14
|
+
string,
|
|
15
|
+
Readonly<
|
|
16
|
+
import('vue').ExtractPropTypes<{
|
|
17
|
+
code: StringConstructor
|
|
18
|
+
desc: StringConstructor
|
|
19
|
+
src: StringConstructor
|
|
20
|
+
}>
|
|
21
|
+
>,
|
|
22
|
+
{}
|
|
23
|
+
>
|
|
24
|
+
export default _default
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{},
|
|
3
|
+
any,
|
|
4
|
+
{
|
|
5
|
+
src: any
|
|
6
|
+
},
|
|
7
|
+
{},
|
|
8
|
+
{},
|
|
9
|
+
import('vue').ComponentOptionsMixin,
|
|
10
|
+
import('vue').ComponentOptionsMixin,
|
|
11
|
+
{},
|
|
12
|
+
string,
|
|
13
|
+
Readonly<import('vue').ExtractPropTypes<{}>>,
|
|
14
|
+
{}
|
|
15
|
+
>
|
|
16
|
+
export default _default
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
busiType: StringConstructor
|
|
4
|
+
},
|
|
5
|
+
{},
|
|
6
|
+
{
|
|
7
|
+
busiEnum: {
|
|
8
|
+
query: string
|
|
9
|
+
save: string
|
|
10
|
+
routeback: string
|
|
11
|
+
confirm: string
|
|
12
|
+
cancel: string
|
|
13
|
+
back: string
|
|
14
|
+
edit: string
|
|
15
|
+
delete: string
|
|
16
|
+
}
|
|
17
|
+
iconEnum: {
|
|
18
|
+
query: string
|
|
19
|
+
save: string
|
|
20
|
+
routeback: string
|
|
21
|
+
confirm: string
|
|
22
|
+
cancel: string
|
|
23
|
+
back: string
|
|
24
|
+
edit: string
|
|
25
|
+
delete: string
|
|
26
|
+
}
|
|
27
|
+
textEnum: {
|
|
28
|
+
query: string
|
|
29
|
+
save: string
|
|
30
|
+
routeback: string
|
|
31
|
+
confirm: string
|
|
32
|
+
cancel: string
|
|
33
|
+
back: string
|
|
34
|
+
edit: string
|
|
35
|
+
delete: string
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{},
|
|
39
|
+
{},
|
|
40
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
41
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
42
|
+
{},
|
|
43
|
+
string,
|
|
44
|
+
Readonly<
|
|
45
|
+
import('vue').ExtractPropTypes<{
|
|
46
|
+
busiType: StringConstructor
|
|
47
|
+
}>
|
|
48
|
+
>,
|
|
49
|
+
{}
|
|
50
|
+
>
|
|
51
|
+
export default _default
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Button } from './button.vue'
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
options: {
|
|
4
|
+
type: ObjectConstructor
|
|
5
|
+
default: () => {}
|
|
6
|
+
}
|
|
7
|
+
clearable: BooleanConstructor
|
|
8
|
+
value: {
|
|
9
|
+
type: StringConstructor
|
|
10
|
+
default: string
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
{},
|
|
14
|
+
{
|
|
15
|
+
visible: boolean
|
|
16
|
+
message: any
|
|
17
|
+
messageTxt: string
|
|
18
|
+
year: any
|
|
19
|
+
halfYear: any
|
|
20
|
+
halfYearTxt: string
|
|
21
|
+
currentYear: any
|
|
22
|
+
currenthalfYear: any
|
|
23
|
+
dataList: {
|
|
24
|
+
label: string
|
|
25
|
+
value: string
|
|
26
|
+
halfYear: string
|
|
27
|
+
currentYear: string
|
|
28
|
+
startMonth: string
|
|
29
|
+
endMonth: string
|
|
30
|
+
disable: boolean
|
|
31
|
+
}[]
|
|
32
|
+
showClose: boolean
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
arrowType(): 'ios-close-circle' | 'ios-calendar-outline'
|
|
36
|
+
},
|
|
37
|
+
{},
|
|
38
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
39
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
40
|
+
{},
|
|
41
|
+
string,
|
|
42
|
+
Readonly<
|
|
43
|
+
import('vue').ExtractPropTypes<{
|
|
44
|
+
options: {
|
|
45
|
+
type: ObjectConstructor
|
|
46
|
+
default: () => {}
|
|
47
|
+
}
|
|
48
|
+
clearable: BooleanConstructor
|
|
49
|
+
value: {
|
|
50
|
+
type: StringConstructor
|
|
51
|
+
default: string
|
|
52
|
+
}
|
|
53
|
+
}>
|
|
54
|
+
>,
|
|
55
|
+
{
|
|
56
|
+
value: string
|
|
57
|
+
options: Record<string, any>
|
|
58
|
+
clearable: boolean
|
|
59
|
+
}
|
|
60
|
+
>
|
|
61
|
+
export default _default
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
options: {
|
|
4
|
+
type: ObjectConstructor
|
|
5
|
+
default: () => {}
|
|
6
|
+
}
|
|
7
|
+
clearable: BooleanConstructor
|
|
8
|
+
value: {
|
|
9
|
+
type: StringConstructor
|
|
10
|
+
default: string
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
{},
|
|
14
|
+
{
|
|
15
|
+
visible: boolean
|
|
16
|
+
message: any
|
|
17
|
+
messageTxt: string
|
|
18
|
+
year: any
|
|
19
|
+
quarter: any
|
|
20
|
+
quarterTxt: string
|
|
21
|
+
currentYear: any
|
|
22
|
+
currentQuarter: any
|
|
23
|
+
dataList: {
|
|
24
|
+
label: string
|
|
25
|
+
value: number
|
|
26
|
+
quarter: string
|
|
27
|
+
quarterIndex: string
|
|
28
|
+
currentYear: string
|
|
29
|
+
startMonth: string
|
|
30
|
+
endMonth: string
|
|
31
|
+
disable: boolean
|
|
32
|
+
}[]
|
|
33
|
+
showClose: boolean
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
arrowType(): 'ios-close-circle' | 'ios-calendar-outline'
|
|
37
|
+
},
|
|
38
|
+
{},
|
|
39
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
40
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
41
|
+
{},
|
|
42
|
+
string,
|
|
43
|
+
Readonly<
|
|
44
|
+
import('vue').ExtractPropTypes<{
|
|
45
|
+
options: {
|
|
46
|
+
type: ObjectConstructor
|
|
47
|
+
default: () => {}
|
|
48
|
+
}
|
|
49
|
+
clearable: BooleanConstructor
|
|
50
|
+
value: {
|
|
51
|
+
type: StringConstructor
|
|
52
|
+
default: string
|
|
53
|
+
}
|
|
54
|
+
}>
|
|
55
|
+
>,
|
|
56
|
+
{
|
|
57
|
+
value: string
|
|
58
|
+
options: Record<string, any>
|
|
59
|
+
clearable: boolean
|
|
60
|
+
}
|
|
61
|
+
>
|
|
62
|
+
export default _default
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
value: BooleanConstructor
|
|
4
|
+
funId: StringConstructor
|
|
5
|
+
fieldList: ArrayConstructor
|
|
6
|
+
formCacheList: ArrayConstructor
|
|
7
|
+
formEnumData: ObjectConstructor
|
|
8
|
+
},
|
|
9
|
+
{},
|
|
10
|
+
{
|
|
11
|
+
datas: any[]
|
|
12
|
+
showEdit: boolean
|
|
13
|
+
editData: {}
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
fieldListCalc(): any
|
|
17
|
+
},
|
|
18
|
+
{},
|
|
19
|
+
import('vue').ComponentOptionsMixin,
|
|
20
|
+
import('vue').ComponentOptionsMixin,
|
|
21
|
+
{},
|
|
22
|
+
string,
|
|
23
|
+
Readonly<
|
|
24
|
+
import('vue').ExtractPropTypes<{
|
|
25
|
+
value: BooleanConstructor
|
|
26
|
+
funId: StringConstructor
|
|
27
|
+
fieldList: ArrayConstructor
|
|
28
|
+
formCacheList: ArrayConstructor
|
|
29
|
+
formEnumData: ObjectConstructor
|
|
30
|
+
}>
|
|
31
|
+
>,
|
|
32
|
+
{
|
|
33
|
+
value: boolean
|
|
34
|
+
}
|
|
35
|
+
>
|
|
36
|
+
export default _default
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let name: string
|
|
3
|
+
function data(): {
|
|
4
|
+
form: {}
|
|
5
|
+
enumList: any[]
|
|
6
|
+
enumData: {}
|
|
7
|
+
showMore: boolean
|
|
8
|
+
}
|
|
9
|
+
namespace props {
|
|
10
|
+
let gridColumns: NumberConstructor
|
|
11
|
+
let labelWidth: NumberConstructor
|
|
12
|
+
let fieldList: ArrayConstructor
|
|
13
|
+
let value: ObjectConstructor
|
|
14
|
+
let formType: StringConstructor
|
|
15
|
+
let searchLoading: BooleanConstructor
|
|
16
|
+
}
|
|
17
|
+
function created(): void
|
|
18
|
+
namespace computed {
|
|
19
|
+
function ruleValidate(): {}
|
|
20
|
+
function defaultSpan(): number
|
|
21
|
+
}
|
|
22
|
+
namespace watch {
|
|
23
|
+
function fieldList(): void
|
|
24
|
+
function value(): void
|
|
25
|
+
}
|
|
26
|
+
namespace methods {
|
|
27
|
+
function initDictData(): void
|
|
28
|
+
function getDictData(): Promise<void>
|
|
29
|
+
function vaildate(): Promise<any>
|
|
30
|
+
function validateField(key: any, callback: any): any
|
|
31
|
+
}
|
|
32
|
+
function render(h: any): any
|
|
33
|
+
}
|
|
34
|
+
export default _default
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
fieldList: ArrayConstructor
|
|
4
|
+
funId: StringConstructor
|
|
5
|
+
value: ObjectConstructor
|
|
6
|
+
},
|
|
7
|
+
{},
|
|
8
|
+
{
|
|
9
|
+
showConditon: boolean
|
|
10
|
+
curCacheId: string
|
|
11
|
+
formCacheList: any[]
|
|
12
|
+
formEnumData: {}
|
|
13
|
+
},
|
|
14
|
+
{},
|
|
15
|
+
{},
|
|
16
|
+
import('vue').ComponentOptionsMixin,
|
|
17
|
+
import('vue').ComponentOptionsMixin,
|
|
18
|
+
{},
|
|
19
|
+
string,
|
|
20
|
+
Readonly<
|
|
21
|
+
import('vue').ExtractPropTypes<{
|
|
22
|
+
fieldList: ArrayConstructor
|
|
23
|
+
funId: StringConstructor
|
|
24
|
+
value: ObjectConstructor
|
|
25
|
+
}>
|
|
26
|
+
>,
|
|
27
|
+
{}
|
|
28
|
+
>
|
|
29
|
+
export default _default
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as FormWrap } from './form.vue'
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
classPrefix: {
|
|
4
|
+
type: StringConstructor
|
|
5
|
+
default: string
|
|
6
|
+
}
|
|
7
|
+
type: {
|
|
8
|
+
type: StringConstructor
|
|
9
|
+
required: true
|
|
10
|
+
}
|
|
11
|
+
color: {
|
|
12
|
+
type: StringConstructor
|
|
13
|
+
default: string
|
|
14
|
+
}
|
|
15
|
+
size: {
|
|
16
|
+
type: NumberConstructor
|
|
17
|
+
default: number
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
{},
|
|
21
|
+
{},
|
|
22
|
+
{
|
|
23
|
+
styles(): {
|
|
24
|
+
fontSize: string
|
|
25
|
+
color: any
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{},
|
|
29
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
30
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
31
|
+
{},
|
|
32
|
+
string,
|
|
33
|
+
Readonly<
|
|
34
|
+
import('vue').ExtractPropTypes<{
|
|
35
|
+
classPrefix: {
|
|
36
|
+
type: StringConstructor
|
|
37
|
+
default: string
|
|
38
|
+
}
|
|
39
|
+
type: {
|
|
40
|
+
type: StringConstructor
|
|
41
|
+
required: true
|
|
42
|
+
}
|
|
43
|
+
color: {
|
|
44
|
+
type: StringConstructor
|
|
45
|
+
default: string
|
|
46
|
+
}
|
|
47
|
+
size: {
|
|
48
|
+
type: NumberConstructor
|
|
49
|
+
default: number
|
|
50
|
+
}
|
|
51
|
+
}>
|
|
52
|
+
>,
|
|
53
|
+
{
|
|
54
|
+
color: string
|
|
55
|
+
size: number
|
|
56
|
+
classPrefix: string
|
|
57
|
+
}
|
|
58
|
+
>
|
|
59
|
+
export default _default
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Icons } from './index.vue'
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
type: {
|
|
4
|
+
type: StringConstructor
|
|
5
|
+
default: string
|
|
6
|
+
}
|
|
7
|
+
},
|
|
8
|
+
{},
|
|
9
|
+
{},
|
|
10
|
+
{
|
|
11
|
+
isCustom(): any
|
|
12
|
+
iconType(): 'IndCommonIcon' | 'Icon'
|
|
13
|
+
iconName(): any
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
getCustomIconName(iconName: any): any
|
|
17
|
+
},
|
|
18
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
19
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
20
|
+
{},
|
|
21
|
+
string,
|
|
22
|
+
Readonly<
|
|
23
|
+
import('vue').ExtractPropTypes<{
|
|
24
|
+
type: {
|
|
25
|
+
type: StringConstructor
|
|
26
|
+
default: string
|
|
27
|
+
}
|
|
28
|
+
}>
|
|
29
|
+
>,
|
|
30
|
+
{
|
|
31
|
+
type: string
|
|
32
|
+
}
|
|
33
|
+
>
|
|
34
|
+
export default _default
|