@indfnd/common-m 0.0.5
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 +2726 -0
- package/css/view-design/fonts/ionicons.svg +870 -0
- package/css/view-design/fonts/ionicons.ttf +0 -0
- package/css/view-design/fonts/ionicons.woff +0 -0
- package/css/view-design/fonts/ionicons.woff2 +0 -0
- package/css/view-design/iview.css +17233 -0
- package/dist/ind-common.es.js +28117 -0
- package/dist/ind-common.umd.cjs +52 -0
- package/dist/styles/imgs/error-page/error-401.svg +1 -0
- package/dist/styles/imgs/error-page/error-404.svg +1 -0
- package/dist/styles/imgs/error-page/error-500.svg +1 -0
- package/dist/styles/imgs/login/login-bg.jpg +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 +98 -0
- package/src/styles/common.less +198 -0
- package/src/styles/components/404.less +46 -0
- package/src/styles/components/auth.less +45 -0
- package/src/styles/components/button.less +34 -0
- package/src/styles/components/date-picker.less +37 -0
- package/src/styles/components/drawer.less +20 -0
- package/src/styles/components/dropdown.less +18 -0
- package/src/styles/components/excel-flow.less +72 -0
- package/src/styles/components/form.less +306 -0
- package/src/styles/components/index.less +18 -0
- package/src/styles/components/layout/basic-layout.less +509 -0
- package/src/styles/components/layout/collect.less +10 -0
- package/src/styles/components/layout/detail-view.less +107 -0
- package/src/styles/components/layout/full-screen.less +7 -0
- package/src/styles/components/layout/index.less +8 -0
- package/src/styles/components/layout/other-menu.less +142 -0
- package/src/styles/components/layout/page-view.less +144 -0
- package/src/styles/components/layout/sider-trigger.less +41 -0
- package/src/styles/components/layout/tags-nav.less +113 -0
- package/src/styles/components/login.less +47 -0
- package/src/styles/components/modal.less +85 -0
- package/src/styles/components/panel.less +163 -0
- package/src/styles/components/select.less +3 -0
- package/src/styles/components/sign.less +27 -0
- package/src/styles/components/table.less +314 -0
- package/src/styles/components/tree.less +166 -0
- package/src/styles/components/upload.less +164 -0
- package/src/styles/components/wangEditor.less +804 -0
- package/src/styles/index.less +5 -0
- package/src/styles/reset.less +65 -0
- package/src/styles/third/ag.less +173 -0
- package/src/styles/third/icons/sort-desc.svg +1 -0
- package/src/styles/third/icons/sort-up.svg +1 -0
- package/src/styles/third/icons/sorting.svg +1 -0
- package/src/styles/third/index.less +11 -0
- package/src/styles/third/view-design.less +364 -0
- package/src/styles/variables/base.less +143 -0
- package/src/styles/variables/index.less +4 -0
- package/src/styles/variables/lambo-default.less +914 -0
- package/src/styles/variables/theme/default/button.less +7 -0
- package/src/styles/variables/theme/default/common.less +60 -0
- package/src/styles/variables/theme/default/index.less +7 -0
- package/src/styles/variables/theme/default/layout.less +40 -0
- package/src/styles/variables/theme/default/table.less +37 -0
- package/src/styles/variables/theme/default/tag.less +3 -0
- package/src/styles/variables/theme/default/upload.less +3 -0
- package/src/styles/variables/theme/index.less +13 -0
- package/src/styles/variables/theme/small/button.less +7 -0
- package/src/styles/variables/theme/small/common.less +41 -0
- package/src/styles/variables/theme/small/index.less +5 -0
- package/src/styles/variables/theme/small/layout.less +21 -0
- package/src/styles/variables/theme/small/table.less +17 -0
- package/src/styles/variables/theme/small/tag.less +3 -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 +6 -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/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/form.d.ts +34 -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 +17 -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 +12 -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 +12 -0
- package/types/components/layout/route-wrapper/basic-layout.vue.d.ts +27 -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 +33 -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/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 +32 -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 +17 -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-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 +22 -0
- package/types/utils/excel.d.ts +63 -0
- package/types/utils/index.d.ts +10 -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/tableheight.d.ts +2 -0
- package/types/utils/token.d.ts +2 -0
- package/types/utils/vxeutils.d.ts +4 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function getBaseInfo(): any
|
|
2
|
+
export function fetchUserAndDate(organId: any, organType: any, organLevel: any): any
|
|
3
|
+
export function fetchDetail(adjustId: any): any
|
|
4
|
+
export function submitData(data: any, isEditStatus: any, adjustId: any): any
|
|
5
|
+
export function deleteItem(adjustId: any): any
|
|
6
|
+
export function getBudgetTypeList(quarter: any, organId: any, organLevel: any): any
|
|
7
|
+
export function submitAdjust(data: any, quarter: any, organId: any): any
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export function getBaseInfo(): any
|
|
2
|
+
export function getRowDetailInfo(data: any): any
|
|
3
|
+
export function fetchDetail(adjustId: any, detailType: any): any
|
|
4
|
+
export function submitData(data: any, isEditStatus: any, adjustId: any): any
|
|
5
|
+
export function deleteItem(adjustId: any): any
|
|
6
|
+
export function submitVerifyData(data: any, adjustId: any): any
|
|
7
|
+
export function getUserOrganList(userType: any, vocationLink: any, type: any, rightsType: any): any
|
|
8
|
+
export function getIpmComTree(isHasLeaf: any, type: any): any
|
|
9
|
+
export function revocation(adjustId: any, status: any, obj: any): any
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function getBaseInfo(userType: any): any
|
|
2
|
+
export function getRowDetailInfo(data: any): any
|
|
3
|
+
export function fetchDetail(adjustId: any, detailType: any): any
|
|
4
|
+
export function submitData(data: any, isEditStatus: any, adjustId: any): any
|
|
5
|
+
export function deleteItem(adjustId: any): any
|
|
6
|
+
export function getUserOrganList(userType: any, vocationLink: any): any
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function getTableName(level: any, superiorLevel: any): any
|
|
2
|
+
export function getList(date1: any, obj: any): any
|
|
3
|
+
export function getQuarterList(date1: any): any
|
|
4
|
+
export function getDecomposeList(date1: any): any
|
|
5
|
+
export function submitData(data: any): any
|
|
6
|
+
export function updateData(data: any): any
|
|
7
|
+
export function getReportList(date1: any, level: any, organAll: any, isAdmins: any): any
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function getTableName(level: any, superiorLevel: any): any
|
|
2
|
+
export function getList(date1: any): any
|
|
3
|
+
export function getFactoryList(date1: any): any
|
|
4
|
+
export function getAreaList(date1: any, organId: any): any
|
|
5
|
+
export function getFactoryAgain(date1: any, batchId: any): any
|
|
6
|
+
export function getBatchList(date1: any, status: any): any
|
|
7
|
+
export function submitData(data: any, obj: any): any
|
|
8
|
+
export function checkData(data: any): any
|
|
9
|
+
export function checkBudgetDecomp(data: any): any
|
|
10
|
+
export function getIcomParms(): any
|
|
11
|
+
export function getCheckOrganId(): any
|
|
12
|
+
export function revocation(organId: any, status: any, date: any, obj: any): any
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function getList(date1: any): any
|
|
2
|
+
export function getDecomposeList(date1: any): any
|
|
3
|
+
export function getSubmissionList(date1: any): any
|
|
4
|
+
export function getApproveList(date1: any, treeAll: any, isDifferent: any, organType: any): any
|
|
5
|
+
export function submitData(data: any, obj: any): any
|
|
6
|
+
export function checkData(data: any): any
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export function getProgressList(
|
|
2
|
+
quarterCode: any,
|
|
3
|
+
organAll: any,
|
|
4
|
+
budgetType: any,
|
|
5
|
+
isAdmins: any,
|
|
6
|
+
): any
|
|
7
|
+
export function getProgressListXj(
|
|
8
|
+
quarterCode: any,
|
|
9
|
+
organAll: any,
|
|
10
|
+
budgetType: any,
|
|
11
|
+
isAdmins: any,
|
|
12
|
+
): any
|
|
13
|
+
export function getBudgetAddList(
|
|
14
|
+
dateCode: any,
|
|
15
|
+
dateCode2: any,
|
|
16
|
+
organAll: any,
|
|
17
|
+
budgetType: any,
|
|
18
|
+
isAdmins: any,
|
|
19
|
+
): any
|
|
20
|
+
export function getYearProgressList(params: any): any
|
|
21
|
+
export function getYearProgressListXj(params: any): any
|
|
22
|
+
export function getQuarterReportList(
|
|
23
|
+
date1: any,
|
|
24
|
+
level: any,
|
|
25
|
+
organAll: any,
|
|
26
|
+
obj: any,
|
|
27
|
+
isAdmins: any,
|
|
28
|
+
checkedAll: any,
|
|
29
|
+
): any
|
|
30
|
+
export function getBudgetAddQuery(params: any): any
|
|
31
|
+
export function getBudgetAddQueryXj(params: any): any
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function fetchUserAndDate(organId: any, vocationType: any): any
|
|
2
|
+
export function fetchDetail(addId: any, detailType: any): any
|
|
3
|
+
export function submitData(data: any, isEditStatus: any, addId: any): any
|
|
4
|
+
export function deleteItem(addId: any): any
|
|
5
|
+
export function getUserOrganList(userType: any, vocationLink: any): any
|
|
6
|
+
export function revocation(addId: any, status: any, organType: any, flowNode: any): any
|
|
7
|
+
export function revocationXj(addId: any, status: any, organType: any, personOrganId: any): any
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function getTableName(level: any, superiorLevel: any): any
|
|
2
|
+
export function getList(date1: any, obj: any): any
|
|
3
|
+
export function getDecomposeList(date1: any): any
|
|
4
|
+
export function getSubmissionList(date1: any): any
|
|
5
|
+
export function getCheckList(date1: any, treeAll: any, isDifferent: any, dateType: any): any
|
|
6
|
+
export function getReportList(date1: any, level: any, organAll: any, obj: any): any
|
|
7
|
+
export function submitData(data: any, obj: any): any
|
|
8
|
+
export function updateData(data: any, obj: any): any
|
|
9
|
+
export function checkData(data: any): any
|
|
10
|
+
export function getCheckTree(date1: any): any
|
|
11
|
+
export function getUserOrganList(): any
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function getNeedId(): any
|
|
2
|
+
export function getNeedItem(needId: any): any
|
|
3
|
+
export function submitData(data: any, isEditStatus: any, schemeId: any): any
|
|
4
|
+
export function deleteItem(schemeId: any): any
|
|
5
|
+
export function revocationItem(schemeId: any): any
|
|
6
|
+
export function fetchDetail(schemeId: any): any
|
|
7
|
+
export function getRowDetailInfo(data: any): any
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export function fetchDetail(
|
|
2
|
+
planId: any,
|
|
3
|
+
planType: any,
|
|
4
|
+
parentId: any,
|
|
5
|
+
isHasPermission: any,
|
|
6
|
+
isCopy: any,
|
|
7
|
+
): any
|
|
8
|
+
export function getIpmComTree(isEdit: any, isHasPermission: any, planId: any, isImportant: any): any
|
|
9
|
+
export function deleteCenetrPlan(planId: any): any
|
|
10
|
+
export function returnCenterPlan(planId: any, operType: any): any
|
|
11
|
+
export function submitCenterPlan(data: any): any
|
|
12
|
+
export function getCurrUserNode(): any
|
|
13
|
+
export function checkCenterPlan(data: any): any
|
|
14
|
+
export function getMonitorDetail(planId: any, monitorType: any): any
|
|
15
|
+
export function getBatchMonitorDetail(planIds: any, monitorType: any, isHasPermission?: string): any
|
|
16
|
+
export function submitChange(data: any): any
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export function fetchDetail(planId: any, planType: any, parentId: any): any
|
|
2
|
+
export function getIpmComTree(isEdit: any, gcOrganId: any, planId: any): any
|
|
3
|
+
export function deleteCenetrPlan(planId: any): any
|
|
4
|
+
export function submitCenterPlan(data: any): any
|
|
5
|
+
export function getCurrUserNode(): any
|
|
6
|
+
export function checkCenterPlan(data: any): any
|
|
7
|
+
export function getMonitorDetail(planId: any, monitorType: any): any
|
|
8
|
+
export function getBatchMonitorDetail(planIds: any, monitorType: any, isHasPermission?: string): any
|
|
9
|
+
export function submitChange(data: any): any
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function getItemData(itemType: any): any
|
|
2
|
+
export function getQuarterItemData(quarterCode: any, itemType: any, isAll: any): any
|
|
3
|
+
export function getUserName(): any
|
|
4
|
+
export function getCommonOpinion(params: any): any
|
|
5
|
+
export function getCenterItemData(): any
|
|
6
|
+
export function getImpTaskDetail(params: any): any
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export function fetchDetail(planId: any): any
|
|
2
|
+
export function getNeedList(itemType: any): any
|
|
3
|
+
export function getNeedItemDetail(needIds: any): any
|
|
4
|
+
export function deleteMonthPlan(planId: any): any
|
|
5
|
+
export function returnMonthPlan(planId: any): any
|
|
6
|
+
export function submitMonthPlan(data: any): any
|
|
7
|
+
export function checkRepeatPlanCode(planCode: any): any
|
|
8
|
+
export function getNewPlanCode(reportDate: any, planType: any, itemType: any, planId: any): any
|
|
9
|
+
export function checkSCYearQtyOrd(planId: any, reportDate: any, qtyOrd: any): any
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export function fetchDetail(planId: any): any
|
|
2
|
+
export function getNeedList(itemType: any): any
|
|
3
|
+
export function getNeedItemDetail(needIds: any): any
|
|
4
|
+
export function deleteMonthPlan(planId: any): any
|
|
5
|
+
export function returnMonthPlan(planId: any): any
|
|
6
|
+
export function submitMonthPlan(data: any): any
|
|
7
|
+
export function checkRepeatPlanCode(planCode: any): any
|
|
8
|
+
export function getNewPlanCode(reportDate: any, planType: any, itemType: any, planId: any): any
|
|
9
|
+
export function checkSCYearQtyOrd(
|
|
10
|
+
planId: any,
|
|
11
|
+
reportDate: any,
|
|
12
|
+
qtyOrd10: any,
|
|
13
|
+
qtyOrd20: any,
|
|
14
|
+
qtyOrd30: any,
|
|
15
|
+
): any
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function savePcdmd(data: any): any
|
|
2
|
+
export function detail(pcdmdId: any): any
|
|
3
|
+
export function deletePcdmd(pcdmdId: any): any
|
|
4
|
+
export function getAuditLog(pcdmdId: any): any
|
|
5
|
+
export function getMyMinAuditStatus(): any
|
|
6
|
+
export function batchAudit(data: any): any
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export function getSchemeOrRegion(): any
|
|
2
|
+
export function getNeedOrRegion(busiType: any, subRegionType: any): any
|
|
3
|
+
export function getSchemeItem(schemeId: any): any
|
|
4
|
+
export function getNeedItem(needId: any, busiType: any): any
|
|
5
|
+
export function verifyPurchaseId(ids: any, purchaseType: any): any
|
|
6
|
+
export function submitData(data: any): any
|
|
7
|
+
export function deleteItem(purchaseId: any): any
|
|
8
|
+
export function fetchDetail(purchaseId: any, purchaseType: any): any
|
|
9
|
+
export function updateData(data: any): any
|
|
10
|
+
export function revocationItem(purchaseId: any, purchaseType: any, status: any): any
|
|
11
|
+
export function operationData(data: any): any
|
|
12
|
+
export function checkData(data: any): any
|
|
13
|
+
export function settlement(data: any): any
|
|
14
|
+
export function getPurchaseOrderData(purchaseIds: any, busiType: any, purchaseType: any): any
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export function fetchDetail(addId: any, organId: any, itemType: any, isCheck: any): any
|
|
2
|
+
export function getApplyChildOrgan(userType: any, isFromGs: any): any
|
|
3
|
+
export function getCurrUserNode(userType: any): any
|
|
4
|
+
export function submitData(data: any): any
|
|
5
|
+
export function batchCheckAdd(data: any): any
|
|
6
|
+
export function batchCheck(data: any): any
|
|
7
|
+
export function saveQuarterAddNeed(data: any): any
|
|
8
|
+
export function deleteItem(addId: any): any
|
|
9
|
+
export function returnQuarterAdd(addId: any, operType: any): any
|
|
10
|
+
export function returnQuarterNeed(needId: any, operType: any): any
|
|
11
|
+
export function getQuarterAddDataByIds(addIds: any, itemType: any): any
|
|
12
|
+
export function getQuarterNeedDetail(needId: any): any
|
|
13
|
+
export function getQuarterAddDetail(needId: any, itemId: any): any
|
|
14
|
+
export function getCurrZXUserNode(itemType: any): any
|
|
15
|
+
export function checkQuarterAddNeed(data: any): any
|
|
16
|
+
export function submitQuarterNeed(data: any): any
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export function fetchDetail(addId: any, organId: any, itemType: any, isCheck: any): any
|
|
2
|
+
export function getApplyChildOrgan(userType: any, isFromGs: any): any
|
|
3
|
+
export function getCurrUserNode(userType: any): any
|
|
4
|
+
export function submitData(data: any): any
|
|
5
|
+
export function batchCheckAdd(data: any): any
|
|
6
|
+
export function batchCheck(data: any): any
|
|
7
|
+
export function saveQuarterAddNeed(data: any): any
|
|
8
|
+
export function deleteItem(addId: any): any
|
|
9
|
+
export function returnQuarterAdd(addId: any, operType: any): any
|
|
10
|
+
export function returnQuarterNeed(needId: any, operType: any): any
|
|
11
|
+
export function getQuarterAddDataByIds(addIds: any, itemType: any): any
|
|
12
|
+
export function getQuarterNeedDetail(needId: any): any
|
|
13
|
+
export function getQuarterAddDetail(needId: any, itemId: any): any
|
|
14
|
+
export function getCurrZXUserNode(itemType: any): any
|
|
15
|
+
export function checkQuarterAddNeed(data: any): any
|
|
16
|
+
export function submitQuarterNeed(data: any): any
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export function checkIsHaveQuarterApply(quarterCode: any, itemType: any, reportId: any): any
|
|
2
|
+
export function getUserOrganList(userType: any, vocationLink: any): any
|
|
3
|
+
export function getIpmComTree(isPermit: any, type: any): any
|
|
4
|
+
export function getQuarterApplyList(
|
|
5
|
+
quarterCode: any,
|
|
6
|
+
itemType: any,
|
|
7
|
+
userType: any,
|
|
8
|
+
vocationLink: any,
|
|
9
|
+
): any
|
|
10
|
+
export function saveQuarterApplyInfo(data: any): any
|
|
11
|
+
export function getChildrenComId(currOrganId: any, organType: any, type: any): any
|
|
12
|
+
export function getQuarterCheckList(
|
|
13
|
+
quarterCode: any,
|
|
14
|
+
itemType: any,
|
|
15
|
+
currOrganId: any,
|
|
16
|
+
organType: any,
|
|
17
|
+
checkStatus: any,
|
|
18
|
+
type: any,
|
|
19
|
+
applyType: any,
|
|
20
|
+
): any
|
|
21
|
+
export function getQuarterCheckStatus(
|
|
22
|
+
quarterCode: any,
|
|
23
|
+
itemType: any,
|
|
24
|
+
currOrganId: any,
|
|
25
|
+
checkType: any,
|
|
26
|
+
): any
|
|
27
|
+
export function checkQuarterApplyStatus(data: any): any
|
|
28
|
+
export function checkQuarterApplyStatusFzx(data: any): any
|
|
29
|
+
export function balanceQuarterApplyData(data: any): any
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export function getQuarterApplyList(
|
|
2
|
+
quarterCode: any,
|
|
3
|
+
userType: any,
|
|
4
|
+
itemType: any,
|
|
5
|
+
vocationLink: any,
|
|
6
|
+
isOneBm: any,
|
|
7
|
+
selectedOrganId: any,
|
|
8
|
+
): any
|
|
9
|
+
export function getUserOrganList(userType: any, vocationLink: any, isOneGSBm: any): any
|
|
10
|
+
export function saveQuarterApplyInfo(data: any): any
|
|
11
|
+
export function getIpmComTree(
|
|
12
|
+
subType: any,
|
|
13
|
+
operType: any,
|
|
14
|
+
type: any,
|
|
15
|
+
isFromGs: any,
|
|
16
|
+
selectedOrganId: any,
|
|
17
|
+
): any
|
|
18
|
+
export function getQuarterApplyStatus(
|
|
19
|
+
quarterCode: any,
|
|
20
|
+
itemType: any,
|
|
21
|
+
applyType: any,
|
|
22
|
+
operType: any,
|
|
23
|
+
organId: any,
|
|
24
|
+
): any
|
|
25
|
+
export function checkQuarterApplyStatus(data: any): any
|
|
26
|
+
export function checkGCQuarterApplyStatus(data: any): any
|
|
27
|
+
export function getQuarterApplyCheckList(
|
|
28
|
+
quarterCode: any,
|
|
29
|
+
userType: any,
|
|
30
|
+
itemType: any,
|
|
31
|
+
isBalance: any,
|
|
32
|
+
typeLevel: any,
|
|
33
|
+
currOrganId: any,
|
|
34
|
+
): any
|
|
35
|
+
export function getQuarterApplyCheckStatus(quarterCode: any, itemType: any, isBalance: any): any
|
|
36
|
+
export function getChildrenComId(currOrganId: any, organType: any, type: any): any
|
|
37
|
+
export function checkZXQuarterApplyStatus(data: any): any
|
|
38
|
+
export function checkZXQuarterApplyMark(data: any): any
|
|
39
|
+
export function isCanSubmitQuarter(quarterCode: any, itemType: any): any
|
|
40
|
+
export function getDetailNote(applyId: any, organId: any, itemType: any, date1: any): any
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export function getQuarterApplyList(
|
|
2
|
+
quarterCode: any,
|
|
3
|
+
userType: any,
|
|
4
|
+
itemType: any,
|
|
5
|
+
vocationLink: any,
|
|
6
|
+
isOneBm: any,
|
|
7
|
+
): any
|
|
8
|
+
export function getUserOrganList(userType: any, vocationLink: any, isOneGSBm: any): any
|
|
9
|
+
export function saveQuarterApplyInfo(data: any): any
|
|
10
|
+
export function getIpmComTree(subType: any, operType: any, type: any, isFromGs: any): any
|
|
11
|
+
export function getQuarterApplyStatus(
|
|
12
|
+
quarterCode: any,
|
|
13
|
+
itemType: any,
|
|
14
|
+
applyType: any,
|
|
15
|
+
operType: any,
|
|
16
|
+
organId: any,
|
|
17
|
+
): any
|
|
18
|
+
export function checkQuarterApplyStatus(data: any): any
|
|
19
|
+
export function checkGCQuarterApplyStatus(data: any): any
|
|
20
|
+
export function getQuarterApplyCheckList(
|
|
21
|
+
quarterCode: any,
|
|
22
|
+
userType: any,
|
|
23
|
+
itemType: any,
|
|
24
|
+
isBalance: any,
|
|
25
|
+
typeLevel: any,
|
|
26
|
+
currOrganId: any,
|
|
27
|
+
subItemType: any,
|
|
28
|
+
): any
|
|
29
|
+
export function getQuarterApplyCheckStatus(quarterCode: any, itemType: any, isBalance: any): any
|
|
30
|
+
export function getChildrenComId(currOrganId: any, organType: any, type: any): any
|
|
31
|
+
export function checkZXQuarterApplyStatus(data: any): any
|
|
32
|
+
export function checkZXQuarterApplyMark(data: any): any
|
|
33
|
+
export function isCanSubmitQuarter(quarterCode: any, itemType: any): any
|
|
34
|
+
export function getDetailNote(applyId: any, organId: any, itemType: any, date1: any): any
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export function getPreQuarterItemList(quarterCode: any, itemType: any): any
|
|
2
|
+
export function getQuarterItemList(quarterCode: any, itemType: any): any
|
|
3
|
+
export function getIsSubmitQuarterApply(quarterCode: any, itemType: any, itemId: any): any
|
|
4
|
+
export function saveQuarterItemInfo(data: any): any
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export function getQuarterNeedList(quarterCode: any, itemType: any, status: any): any
|
|
2
|
+
export function getQuarterNeedItemList(busiType: any, needId: any, status: any): any
|
|
3
|
+
export function saveQuarterNeedInfo(data: any): any
|
|
4
|
+
export function checkQuarterNeedStatus(data: any): any
|
|
5
|
+
export function getQuarterNeedData(quarterCode: any, itemType: any, needType: any, status: any): any
|
|
6
|
+
export function saveQuarterNeedData(data: any): any
|
|
7
|
+
export function fetchBackupDetail(needId: any): any
|
|
8
|
+
export function getQuarterNeedPrintData(needId: any): any
|
|
9
|
+
export function saveBackupQuarterNeedData(data: any): any
|
|
10
|
+
export function deleteBackupQuarterNeedData(data: any): any
|
|
11
|
+
export function checkBackupNeedData(data: any): any
|
|
12
|
+
export function getCurrCheckNode(itemType: any): any
|
|
13
|
+
export function returnBackupQuarterNeedData(needId: any, operType: any): any
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function getRowDetailInfo(data: any): any
|
|
2
|
+
export function fetchDetail(
|
|
3
|
+
addId: any,
|
|
4
|
+
userType: any,
|
|
5
|
+
itemType: any,
|
|
6
|
+
isCheck: any,
|
|
7
|
+
isFromGs: any,
|
|
8
|
+
): any
|
|
9
|
+
export function getChildOrgan(): any
|
|
10
|
+
export function submitData(data: any): any
|
|
11
|
+
export function deleteItem(addId: any): any
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export function getPermitIpmComTree(
|
|
2
|
+
type: any,
|
|
3
|
+
itemType: any,
|
|
4
|
+
monthCode: any,
|
|
5
|
+
batchCode: any,
|
|
6
|
+
isBalance: any,
|
|
7
|
+
): any
|
|
8
|
+
export function getPermitOrganList(
|
|
9
|
+
itemType: any,
|
|
10
|
+
monthCode: any,
|
|
11
|
+
organId: any,
|
|
12
|
+
batchCode: any,
|
|
13
|
+
isGS: any,
|
|
14
|
+
): any
|
|
15
|
+
export function getBatchList(itemType: any, monthCode: any, isBalance: any): any
|
|
16
|
+
export function getQuarterAddCheckStatus(monthCode: any, itemType: any, batchCode: any): any
|
|
17
|
+
export function fetchDetail(
|
|
18
|
+
monthCode: any,
|
|
19
|
+
itemType: any,
|
|
20
|
+
status: any,
|
|
21
|
+
organType: any,
|
|
22
|
+
currOrganId: any,
|
|
23
|
+
organIds: any,
|
|
24
|
+
batchCode: any,
|
|
25
|
+
): any
|
|
26
|
+
export function submitData(data: any): any
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export function get(outId: any): any
|
|
2
|
+
export function getPrint(outIds: any): any
|
|
3
|
+
export function getDetail(outId: any): any
|
|
4
|
+
export function confirmOut(
|
|
5
|
+
outId: any,
|
|
6
|
+
transType: any,
|
|
7
|
+
waybillNo: any,
|
|
8
|
+
itemId: any,
|
|
9
|
+
outQty: any,
|
|
10
|
+
produceId: any,
|
|
11
|
+
): any
|
|
12
|
+
export function cancelOut(outId: any): any
|
|
13
|
+
export function confirmBatch(outIds: any): any
|
|
14
|
+
export function updateStatus(data: any): any
|
|
15
|
+
export function deletedetail(outId: any): any
|
|
16
|
+
export function undo(applyId: any, outId: any): any
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function deleteApply(applyId: any): any
|
|
2
|
+
export function fetchDetail(applyId: any): any
|
|
3
|
+
export function getList(applyId: any): any
|
|
4
|
+
export function getContrasList(applyId: any): any
|
|
5
|
+
export function updateItem(data: any): any
|
|
6
|
+
export function submitData(data: any, isEditStatus: any): any
|
|
7
|
+
export function breakApply(data: any): any
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function fetchDetail(itemId: any): any
|
|
2
|
+
export function updateStatus1(data: any): any
|
|
3
|
+
export function updateStatus2(data: any): any
|
|
4
|
+
export function submitData(data: any, isEditStatus: any): any
|
|
5
|
+
export function getProduce(): any
|
|
6
|
+
export function getItem(): any
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export function getTypeList(changeId: any): any
|
|
2
|
+
export function deleteChangeItem(changeId: any): any
|
|
3
|
+
export function confirmToSpareinv(changeId: any): any
|
|
4
|
+
export function add(data: any): any
|
|
5
|
+
export function fetchDetail(changeId: any): any
|
|
6
|
+
export function getList(applyId: any): any
|
|
7
|
+
export function lockQty(itemId: any, outqty: any): any
|
|
8
|
+
export function getContrasList(applyId: any): any
|
|
9
|
+
export function updateItem(data: any): any
|
|
10
|
+
export function getUser(data: any): any
|
|
11
|
+
export function submitData(data: any): any
|
|
12
|
+
export function updateStatus(data: any): any
|
|
13
|
+
export function confirmData(data: any): any
|
|
14
|
+
export function cancel(data: any): any
|
|
15
|
+
export function breakApply(data: any): any
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function getData(date1: any): any
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function deleteApply(applyId: any): any
|
|
2
|
+
export function fetchDetail(applyId: any): any
|
|
3
|
+
export function getList(applyId: any): any
|
|
4
|
+
export function lockQty(itemId: any, outqty: any): any
|
|
5
|
+
export function getContrasList(applyId: any): any
|
|
6
|
+
export function updateItem(data: any): any
|
|
7
|
+
export function getUser(data: any): any
|
|
8
|
+
export function submitData(data: any): any
|
|
9
|
+
export function updateStatus(data: any): any
|
|
10
|
+
export function confirmData(data: any): any
|
|
11
|
+
export function cancel(data: any): any
|
|
12
|
+
export function breakApply(data: any): any
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export function deleteItem1(applyId: any): any
|
|
2
|
+
export function getList1(itemIds: any, itemTypes: any, packTypes: any): any
|
|
3
|
+
export function delete1(applyId: any): any
|
|
4
|
+
export function deleteChangeItem(applyId: any): any
|
|
5
|
+
export function fetchDetail(applyId: any): any
|
|
6
|
+
export function getList(searchParms: any): any
|
|
7
|
+
export function lockQty(itemId: any, outqty: any): any
|
|
8
|
+
export function getContrasList(applyId: any): any
|
|
9
|
+
export function updateItem(data: any): any
|
|
10
|
+
export function getUser(data: any): any
|
|
11
|
+
export function submitData(data: any): any
|
|
12
|
+
export function updateStatus(data: any): any
|
|
13
|
+
export function confirmData(data: any): any
|
|
14
|
+
export function cancel(data: any): any
|
|
15
|
+
export function breakApply(data: any): any
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export function getFeedBack(
|
|
2
|
+
startDate: any,
|
|
3
|
+
endDate: any,
|
|
4
|
+
comIds: any,
|
|
5
|
+
itemIds: any,
|
|
6
|
+
smokeType: any,
|
|
7
|
+
dateType: any,
|
|
8
|
+
itemType: any,
|
|
9
|
+
): any
|
|
10
|
+
export function getFeedBackSummary(startDate: any, endDate: any, itemIds: any, itemType: any): any
|
|
11
|
+
export function getFeedItemSummary(startDate: any, endDate: any, itemIds: any, itemType: any): any
|
|
12
|
+
export function getSfcSummary(
|
|
13
|
+
startDate: any,
|
|
14
|
+
endDate: any,
|
|
15
|
+
itemIds: any,
|
|
16
|
+
produceId: any,
|
|
17
|
+
itemType: any,
|
|
18
|
+
): any
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export function getUserOrgan(): any
|
|
2
|
+
export function getBrand(): any
|
|
3
|
+
export function getBrandItem(): any
|
|
4
|
+
export function getComTree(): any
|
|
5
|
+
export function save(data: any): any
|
|
6
|
+
export function fetchDetail(schemeId: any): any
|
|
7
|
+
export function getMediumRemainAmt(submitDate: any, recordId: any, schemeId: any): any
|
|
8
|
+
export function getAudit(schemeId: any, busiType: any, order: any): any
|
|
9
|
+
export function schemeDoc(schemeId: any): any
|
|
10
|
+
export function deleteScheme(schemeId: any): any
|
|
11
|
+
export function getQuarterAmt(organId: any, quarter: any, schemeId: any): any
|
|
12
|
+
export function getCurMonthMaxIndex(areaId: any): any
|
|
13
|
+
export function getBackAuditLog(schemeId: any): any
|
|
14
|
+
export function updateSchemeStatus(data: any): any
|
|
15
|
+
export function getIpmComTree(isPermit: any, type: any, organId: any): any
|
|
16
|
+
export function getExeTreeData(organType: any, rootId: any): any
|
|
17
|
+
export function getMediumEnumData(): any
|
|
18
|
+
export function getJdUrl(schemeId: any, areaId: any): any
|
|
19
|
+
export function getSchemeCheckData(schemeId: any): any
|
|
20
|
+
export function getExeBasis(isEdit?: string): any
|
|
21
|
+
export function fetchContrastDetail(schemeId: any): any
|
|
22
|
+
export function getJdData(schemeId: any): any
|
|
23
|
+
export function cancelJdOrder(schemeId: any): any
|
|
24
|
+
export function getCustMaterial(
|
|
25
|
+
organId: any,
|
|
26
|
+
schemeId: any,
|
|
27
|
+
submitOrgan: any,
|
|
28
|
+
quarter: any,
|
|
29
|
+
schemeKind: any,
|
|
30
|
+
): any
|
|
31
|
+
export function getCustBatchMaterial(
|
|
32
|
+
organId: any,
|
|
33
|
+
schemeId: any,
|
|
34
|
+
submitOrgan: any,
|
|
35
|
+
quarter: any,
|
|
36
|
+
schemeKind: any,
|
|
37
|
+
): any
|
|
38
|
+
export function getCustNeed(organId: any, status: any, applyOrganType: any): any
|
|
39
|
+
export function backSubmit(
|
|
40
|
+
schemeId: any,
|
|
41
|
+
backType: any,
|
|
42
|
+
auditStatus: any,
|
|
43
|
+
flowType: string,
|
|
44
|
+
flowNode: any,
|
|
45
|
+
): any
|
|
46
|
+
export function getItemQuarterQtyOrd(
|
|
47
|
+
itemIds: any,
|
|
48
|
+
itemType: any,
|
|
49
|
+
quarter: any,
|
|
50
|
+
submitDate: any,
|
|
51
|
+
organId: any,
|
|
52
|
+
schemeId?: string,
|
|
53
|
+
): any
|
|
54
|
+
export function submitScheme(data: any): any
|
|
55
|
+
export function getUserPower(userId: any): any
|
|
56
|
+
export function getMediumIsNeedItem(suppliers: any): any
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function getUserOrgan(): any
|
|
2
|
+
export function getBrand(): any
|
|
3
|
+
export function getBrandItem(): any
|
|
4
|
+
export function getComTree(): any
|
|
5
|
+
export function submit(data: any): any
|
|
6
|
+
export function fetchDetail(schemeId: any): any
|
|
7
|
+
export function getIpmComTree(isPermit: any, type: any, vocationLink: any): any
|