@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,128 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* 主题变量,定义一些具有指定业务场景的变量
|
|
3
|
+
* 一般不写具体样式,而是使用 base.less 中的基础变量
|
|
4
|
+
*
|
|
5
|
+
* @Author: huxuetong
|
|
6
|
+
* @Date: 2023-08-16 16:28:40
|
|
7
|
+
* @Last Modified by: huxuetong
|
|
8
|
+
* @Last Modified time: 2023-11-29 16:54:32
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
.theme2 {
|
|
12
|
+
// 主颜色
|
|
13
|
+
--ind-primary-color: var(--ind-blue);
|
|
14
|
+
--ind-bg-color-light: var(--ind-white);
|
|
15
|
+
|
|
16
|
+
// 页面的边距
|
|
17
|
+
--ind-page-padding: var(--ind-padding-xs);
|
|
18
|
+
|
|
19
|
+
--desc-color: #999;
|
|
20
|
+
|
|
21
|
+
--main-color: var(--ind-blue);
|
|
22
|
+
--deep-mian-color: #2b85e4;
|
|
23
|
+
--deep-menu-color: #f3f2f0;
|
|
24
|
+
--selected-background: #1890ff;
|
|
25
|
+
--selected-background-hover: #384568;
|
|
26
|
+
--link-hover-color: tint(#488aff, 20%);
|
|
27
|
+
--info-color: #2db7f5;
|
|
28
|
+
--success-color: #19be6b;
|
|
29
|
+
--warning-color: #ff9900;
|
|
30
|
+
--error-color: #ed4014;
|
|
31
|
+
|
|
32
|
+
--nav-bar-color: #333;
|
|
33
|
+
--nav-bar-bg-color: #f5f5f5;
|
|
34
|
+
|
|
35
|
+
--tooltip-color: #fff;
|
|
36
|
+
--subsidiary-color: #808695;
|
|
37
|
+
--rate-star-color: #f5a623;
|
|
38
|
+
|
|
39
|
+
--text-color: #333333;
|
|
40
|
+
|
|
41
|
+
--menu-dark-title: #f5f5f5;
|
|
42
|
+
--menu-dark-active-bg: var(--ind-white);
|
|
43
|
+
--layout-sider-background: #f5f5f5;
|
|
44
|
+
--menu-dark-subsidiary-color: #333333;
|
|
45
|
+
--menu-dark-group-title-color: #333333;
|
|
46
|
+
--menu-white-group-title-color: #b6b6b8;
|
|
47
|
+
|
|
48
|
+
--border-color-base: var(--ind-border-color-base);
|
|
49
|
+
|
|
50
|
+
--check-border: #dcdee2;
|
|
51
|
+
|
|
52
|
+
--main-background: #f5f7f9;
|
|
53
|
+
|
|
54
|
+
--main-background-light: #f5f7f9;
|
|
55
|
+
|
|
56
|
+
--table-td-hover-bg: tint(#488aff, 90%);
|
|
57
|
+
|
|
58
|
+
--red-color: red;
|
|
59
|
+
|
|
60
|
+
--input-border-color: #999999;
|
|
61
|
+
|
|
62
|
+
--blue-color: var(--ind-blue);
|
|
63
|
+
|
|
64
|
+
--green-color: green;
|
|
65
|
+
|
|
66
|
+
--gray-color: #ccc;
|
|
67
|
+
|
|
68
|
+
--font-size-large: var(--ind-font-size-lg);
|
|
69
|
+
|
|
70
|
+
/*
|
|
71
|
+
* ag-grid合计行颜色变量
|
|
72
|
+
*/
|
|
73
|
+
--ag-sum-row-color-10: #cccfd7;
|
|
74
|
+
--ag-sum-row-color-5: #dcdfe6;
|
|
75
|
+
--ag-sum-row-color-1: #ebedf2;
|
|
76
|
+
|
|
77
|
+
--ind-main-sider-width: 200px;
|
|
78
|
+
--ind-main-sider-collapsed-width: 68px;
|
|
79
|
+
|
|
80
|
+
// basic layout 系统布局变量 -begin
|
|
81
|
+
--header-height: 48px;
|
|
82
|
+
--header-bg: linear-gradient(90deg, #1d42ab, #2173dc, #1e93ff);
|
|
83
|
+
--header-color: hsla(0, 0%, 100%, 0.7);
|
|
84
|
+
--header-color-hover: var(--ind-white);
|
|
85
|
+
--header-border-bottom-color: #4fe3c1;
|
|
86
|
+
--menu-black-active-bg: var(--ind-white); //#263353;
|
|
87
|
+
--menu-white-group-title-color: var(--text-color); //#B6B6B8;
|
|
88
|
+
--ivu-menu-item-font-size: var(--ind-font-size-md);
|
|
89
|
+
|
|
90
|
+
--menu-select-bg: #f0faff;
|
|
91
|
+
--deep-menu-color: var(--ind-primary-color); //@text-color; //#F3F2F0;
|
|
92
|
+
--selected-background: var(--menu-select-bg); //@primary-color;
|
|
93
|
+
--selected-background-hover: var(--menu-select-bg); //#384568;
|
|
94
|
+
--menu-icon-margin-right: 8px;
|
|
95
|
+
// basic layout 系统布局变量 -end
|
|
96
|
+
|
|
97
|
+
// page-view layout 系统布局变量 -begin
|
|
98
|
+
--ind-panel-vertical-margin: 12px;
|
|
99
|
+
--ind-panel-horizon-margin: 16px;
|
|
100
|
+
--search-margin-bottom: 16px; // 24px; // 6px;
|
|
101
|
+
--search-button-margin: 16px;
|
|
102
|
+
// page-view layout 系统布局变量 -end
|
|
103
|
+
|
|
104
|
+
// table layout 系统布局变量 -begin
|
|
105
|
+
--grid-table-padding: 16px;
|
|
106
|
+
// table layout 系统布局变量 -end
|
|
107
|
+
|
|
108
|
+
--file-line-height: 41px;
|
|
109
|
+
|
|
110
|
+
--input-height: 24px;
|
|
111
|
+
--ind-small-button-height: 32px;
|
|
112
|
+
--ind-small-button-padding: 15px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.theme2 .ag-theme-balham {
|
|
116
|
+
--ag-grid-size: 6px;
|
|
117
|
+
--ag-font-size: var(--ind-font-size-md);
|
|
118
|
+
--ag-list-item-height: 42px;
|
|
119
|
+
--ag-odd-row-background-color: #fcfdfe;
|
|
120
|
+
--ag-row-hover-color: #ecf0f1;
|
|
121
|
+
--ag-column-hover-color: #ecf0f1;
|
|
122
|
+
|
|
123
|
+
--ag-cell-icon-margin-left: var(--ag-grid-size);
|
|
124
|
+
--ag-cell-horizontal-padding: 12px;
|
|
125
|
+
--ag-cell-header-horizontal-padding: var(--ag-cell-horizontal-padding);
|
|
126
|
+
--ag-cell-line-heght: 20px;
|
|
127
|
+
--ag-row-group-indent-size: 28px;
|
|
128
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export function getPermission(): any
|
|
2
|
+
export function getMenuHistory(): any
|
|
3
|
+
export function menuHistory({ appId, permissionId }: { appId: any; permissionId: any }): any
|
|
4
|
+
export function deleteMenuHistory(historyId: any): any
|
|
5
|
+
export function getMenuCollect(): any
|
|
6
|
+
export function addMenuCollect({ appId, permissionId }: { appId: any; permissionId: any }): any
|
|
7
|
+
export function deleteMenuCollect(collectId: any): any
|
|
8
|
+
export function removeMenuCollect({ appId, permissionId }: { appId: any; permissionId: any }): any
|
|
9
|
+
export function getDict(dictId: any): any
|
|
10
|
+
export function getDictMap(dictIdArr: any): Promise<{}>
|
|
11
|
+
export function getAppList(): any
|
|
12
|
+
export function getMaxTabNumValue(): any
|
|
13
|
+
export function getNotCacheList(): any
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
function login({
|
|
3
|
+
userName,
|
|
4
|
+
password,
|
|
5
|
+
validCodeId,
|
|
6
|
+
validCodeInput,
|
|
7
|
+
}: {
|
|
8
|
+
userName: any
|
|
9
|
+
password: any
|
|
10
|
+
validCodeId: any
|
|
11
|
+
validCodeInput: any
|
|
12
|
+
}): any
|
|
13
|
+
function getUserInfo(): any
|
|
14
|
+
function getGlobalPolicy(): any
|
|
15
|
+
function updatePassword(data: any): any
|
|
16
|
+
function getCaptchaURL(validCodeId: any): string
|
|
17
|
+
function logout(): any
|
|
18
|
+
}
|
|
19
|
+
export default _default
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export function getNeedVerifyTips(): any
|
|
2
|
+
export function getDistInfo(params: any): any
|
|
3
|
+
export function getEmergency(params: any): any
|
|
4
|
+
export function getEmergencys(params: any): any
|
|
5
|
+
export function getInitialData(): any
|
|
6
|
+
export function rejectAre(data: any): any
|
|
7
|
+
export function saveAre(data: any): any
|
|
8
|
+
export function saveComItemAre(data: any): any
|
|
9
|
+
export function submitAre(data: any): any
|
|
10
|
+
export function getWeekplan(params: any): any
|
|
11
|
+
export function getWeekplans(params: any): any
|
|
12
|
+
export function saveUserDistListconfis(data: any): any
|
|
13
|
+
export function getUserDistListconfis(busiForm: any): any
|
|
14
|
+
export function getDists(params: any): any
|
|
15
|
+
export function getDistContracts(params: any): any
|
|
16
|
+
export function getDistNoContracts(params: any): any
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function listPage(): any
|
|
2
|
+
export function applyPageInit(): any
|
|
3
|
+
export function verifyPageInit(): any
|
|
4
|
+
export function getApplyInitInfo(): any
|
|
5
|
+
export function getVerifyInitInfo(): any
|
|
6
|
+
export function getLogs(formId: any): any
|
|
7
|
+
export function deleteItem(formId: any): any
|
|
8
|
+
export function getCigarDetail(params: any): any
|
|
9
|
+
export function getCigarInfo(params: any): any
|
|
10
|
+
export function getMonthItems(params: any): any
|
|
11
|
+
export function getWorkDays(params: any): any
|
|
12
|
+
export function saveCigar(data: any): any
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export function listPage(): any
|
|
2
|
+
export function applyPageInit(): any
|
|
3
|
+
export function verifyPageInit(): any
|
|
4
|
+
export function getApplyInitInfo(): any
|
|
5
|
+
export function getVerifyInitInfo(): any
|
|
6
|
+
export function getLogs(formId: any): any
|
|
7
|
+
export function getComWhses(comId: any): any
|
|
8
|
+
export function deleteItem(formId: any): any
|
|
9
|
+
export function getEmergencyDetail(params: any): any
|
|
10
|
+
export function getEmergencyInfo(params: any): any
|
|
11
|
+
export function getMonthItems(params: any): any
|
|
12
|
+
export function getMonthAllocate(params: any): any
|
|
13
|
+
export function getWorkDays(params: any): any
|
|
14
|
+
export function saveEmergency(data: any): any
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function getInitialData(): any
|
|
2
|
+
export function getNeedVerifyTips(): any
|
|
3
|
+
export function getArriWeeks(planMonth: any): any
|
|
4
|
+
export function getArriWeek(planMonth: any): any
|
|
5
|
+
export function submitAre(data: any): any
|
|
6
|
+
export function rejectAre(data: any): any
|
|
7
|
+
export function weekDataList(params: any): any
|
|
8
|
+
export function getDataList(searchParms: any): any
|
|
9
|
+
export function getDataSumList(searchParms: any): any
|
|
10
|
+
export function getDataListByWhse(searchParms: any): any
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function getApplyInitInfo(): any
|
|
2
|
+
export function getVerifyInitInfo(): any
|
|
3
|
+
export function getNeedVerifyTips(): any
|
|
4
|
+
export function getWeekplanInfo(params: any): any
|
|
5
|
+
export function getComPlanMonth(params: any): any
|
|
6
|
+
export function getArriWeeks(planMonth: any): any
|
|
7
|
+
export function saveWeekplan(data: any): any
|
|
8
|
+
export function getSupplyInfo(params: any): any
|
|
9
|
+
export function saveSupply(data: any): any
|
|
10
|
+
export function getComStatus(params: any): any
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function getContractList(searchParams: any): any
|
|
2
|
+
export function getRcWhseList(comId: any): any
|
|
3
|
+
export function getNcWhseList(whseId: any): any
|
|
4
|
+
export function create(data: any): any
|
|
5
|
+
export function update(data: any): any
|
|
6
|
+
export function getWhseList(): any
|
|
7
|
+
export function updateFormStatus(params: any): any
|
|
8
|
+
export function deleteContract(params: any): any
|
|
9
|
+
export function updateInfo(contrId: any): any
|
|
10
|
+
export function getInfo(contrId: any): any
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function getInvoiceList(params: any): any
|
|
2
|
+
export function getInvoiceBatchList(params: any): any
|
|
3
|
+
export function getInvoiceBatchDetail(params: any): any
|
|
4
|
+
export function getInvoiceBatchPrint(params: any): any
|
|
5
|
+
export function addBatch(data: any): any
|
|
6
|
+
export function printBatch(data: any): any
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export function getContractList(searchParams: any): any
|
|
2
|
+
export function getZeroContractList(searchParams: any): any
|
|
3
|
+
export function updateNcWhseId(data: any): any
|
|
4
|
+
export function checkStore(data: any): any
|
|
5
|
+
export function batchUpdateNcWhseId(data: any): any
|
|
6
|
+
export function batchUpdateItemId(data: any): any
|
|
7
|
+
export function batchCheckStore(data: any): any
|
|
8
|
+
export function getInfo(contrId: any): any
|
|
9
|
+
export function updateNote(data: any): any
|
|
10
|
+
export function updateFormStatus(data: any): any
|
|
11
|
+
export function updateZeroAct(data: any): any
|
|
12
|
+
export function contractCancelOrder(data: any): any
|
|
13
|
+
export function contractCancelOrderZero(data: any): any
|
|
14
|
+
export function contractCancelOrderToNc(data: any): any
|
|
15
|
+
export function contractCancelOrderToNcZero(data: any): any
|
|
16
|
+
export function contractCancelOrderToLogisticsData(data: any): any
|
|
17
|
+
export function contractOrderToNc(data: any): any
|
|
18
|
+
export function contractOrderToNcZero(data: any): any
|
|
19
|
+
export function contractOrderToLogisticsData(data: any): any
|
|
20
|
+
export function contractOrderToLogisticsDataZero(data: any): any
|
|
21
|
+
export function isZeroDate(): any
|
|
22
|
+
export function getNcWhseList(whseId: any, contrIds: any): any
|
|
23
|
+
export function getItemList(itemId: any): any
|
|
24
|
+
export function updateStore(): any
|
|
25
|
+
export function getTime(): any
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function getContractList(searchParams: any): any
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export function getContractList(searchParams: any): any
|
|
2
|
+
export function updatePlanStatus(data: any): any
|
|
3
|
+
export function batchContract(data: any): any
|
|
4
|
+
export function checkBatch(data: any): any
|
|
5
|
+
export function checkItem(data: any): any
|
|
6
|
+
export function fetchDetail(planListId: any): any
|
|
7
|
+
export function checkSingleSave(data: any): any
|
|
8
|
+
export function singleSave(data: any): any
|
|
9
|
+
export function checkSave(data: any): any
|
|
10
|
+
export function saveContract(data: any): any
|
|
11
|
+
export function getWhseItem(itemId: any, comId: any, oldIssWhseId: any): any
|
|
12
|
+
export function getWhseItemByOldWhseId(itemId: any, comId: any, oldWhseId: any, newWhseId: any): any
|
|
13
|
+
export function getAgreement(): any
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export function getContractList(searchParams: any): any
|
|
2
|
+
export function getZeroContractList(searchParams: any): any
|
|
3
|
+
export function getContractIdList(): any
|
|
4
|
+
export function updateStatus(data: any): any
|
|
5
|
+
export function updateStandNum(data: any): any
|
|
6
|
+
export function updateNote(data: any): any
|
|
7
|
+
export function upload(data: any): any
|
|
8
|
+
export function uploadZero(data: any): any
|
|
9
|
+
export function checkContract(data: any): any
|
|
10
|
+
export function orderZeroBh(data: any): any
|
|
11
|
+
export function orderCancelZeroBh(data: any): any
|
|
12
|
+
export function deleteContract(data: any): any
|
|
13
|
+
export function excuteSql(sql: any): any
|
|
14
|
+
export function uploadNew(data: any): any
|
|
15
|
+
export function downloadNew(params: any): any
|
|
16
|
+
export function cancelContract(params: any): any
|
|
17
|
+
export function pullContractStandNum(params: any): any
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function getContract(contrId: any): any
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function deleteItem(returnId: any): any
|
|
2
|
+
export function fetchItemData(packBars: any): any
|
|
3
|
+
export function fetchReturnDetail(returnId: any): any
|
|
4
|
+
export function fetchReturnItemDetail(returnId: any): any
|
|
5
|
+
export function fetchFileDetail(returnId: any): any
|
|
6
|
+
export function saveData(data: any): any
|
|
7
|
+
export function verifyReturnData(returnId: any, status: any): any
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export function zeroList(year: any, type: any, reqType: any): any
|
|
2
|
+
export function getComTree(type: any): any
|
|
3
|
+
export function getInitInfo(type: any, reqType: any, seg?: string): any
|
|
4
|
+
export function getConfirmZeroData(params: any): any
|
|
5
|
+
export function getCreateZeroData(params: any): any
|
|
6
|
+
export function isLock(data: any): any
|
|
7
|
+
export function getUpdateData(data: any): any
|
|
8
|
+
export function updateQty(data: any): any
|
|
9
|
+
export function splitQty(data: any): any
|
|
10
|
+
export function batchSplit(data: any): any
|
|
11
|
+
export function sendLogis(data: any): any
|
|
12
|
+
export function confirm(data: any): any
|
|
13
|
+
export function deleteQty(data: any): any
|
|
14
|
+
export function getLogisticsByReqNum(reqNum: any): any
|
|
15
|
+
export function fetchComZeroInitInfo(zeroId: any, comId: any): any
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function query(data: any): any
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function deleteItem(comId: any, accountType: any, accountValue: any): any
|
|
2
|
+
export function fetchDetail(comId: any, accountType: any, accountValue: any): any
|
|
3
|
+
export function submitData(data: any, flag: any): any
|
|
4
|
+
export function downloadFromAccess(data: any): any
|
|
5
|
+
export function getList(comId: any, accountType: any): any
|
|
6
|
+
export function setDefault(data: any): any
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function deleteItem(comId: any, whseId: any): any
|
|
2
|
+
export function fetchDetail(comId: any, whseId: any): any
|
|
3
|
+
export function submitData(data: any, flag: any): any
|
|
4
|
+
export function updateFromAccess(data: any): any
|
|
5
|
+
export function getAccessUrl(): any
|
|
6
|
+
export function getAll(comId: any, whseName: any, isUse: any): any
|
|
7
|
+
export function listByCom(comId: any): any
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export function deleteItem(packBar: any, refId: any): any
|
|
2
|
+
export function fetchDetail(packBar: any, refId: any): any
|
|
3
|
+
export function submitData(data: any, flag: any): any
|
|
4
|
+
export function submitDatas(data: any): any
|
|
5
|
+
export function getListInfo(selectId: any, selectPackBar: any): any
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export function getPriceList(params: any): any
|
|
2
|
+
export function saveVerify(data: any): any
|
|
3
|
+
export function sendVerify(verifyId: any): any
|
|
4
|
+
export function verifyPassWithDate(data: any): any
|
|
5
|
+
export function cancelVerify(verifyId: any): any
|
|
6
|
+
export function getPackBarVerifyRecords(params: any): any
|
|
7
|
+
export function getVerifyList(params: any): any
|
|
8
|
+
export function verifyPass(verifyId: any): any
|
|
9
|
+
export function verifyReject(verifyId: any): any
|
|
10
|
+
export function queryNewestPrice(): any
|
|
11
|
+
export function get(verifyId: any): any
|
|
12
|
+
export function getVerifyDetail(verifyId: any): any
|
|
13
|
+
export function verifyDelete(verifyId: any): any
|
|
14
|
+
export function getCvendorList(params: any): any
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export function getInitData(): any
|
|
2
|
+
export function getMonthPlanAdjust(comId: any, month1: any, pcomId: any, isMonopolyPuh: any): any
|
|
3
|
+
export function submitMonthPlanAdjustData(data: any): any
|
|
4
|
+
export function syncUpdateItem(comId: any, month1: any, pcomId: any, status: any): any
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export function getInitData(): any
|
|
2
|
+
export function getMonthPlanAdjust(comId: any, month1: any, pcomId: any, isMonopolyPuh: any): any
|
|
3
|
+
export function submitMonthPlanAdjustData(data: any): any
|
|
4
|
+
export function syncUpdateItem(comId: any, month1: any, pcomId: any, status: any): any
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function getMonthPlanAdjustQuery(comIds: any, month1: any, itemIds: any): any
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export function getInitData(): any
|
|
2
|
+
export function getMonthPlanAdjust(comId: any, month1: any, pcomId: any, isMonopolyPuh: any): any
|
|
3
|
+
export function submitMonthPlanAdjustData(data: any): any
|
|
4
|
+
export function syncUpdateItem(comId: any, month1: any, pcomId: any, status: any): any
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export function getIcomParmsInitData(): any
|
|
2
|
+
export function getInitData(): any
|
|
3
|
+
export function getCenterIndexData(month1: any, statusFlag: any, searchSaleorgId: any): any
|
|
4
|
+
export function getSaleOrgMonthPlanList(month1: any, saleorgId: any): any
|
|
5
|
+
export function getItemList(month1: any): any
|
|
6
|
+
export function getItemBalanceList(itemId: any, month1: any): any
|
|
7
|
+
export function submitMonthPlanData(data: any): any
|
|
8
|
+
export function sendDataToProduct(month1: any): any
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function getComMonthPlan(
|
|
2
|
+
pcomId: any,
|
|
3
|
+
itemId: any,
|
|
4
|
+
month1: any,
|
|
5
|
+
isMonopolyPuh: any,
|
|
6
|
+
isImported: any,
|
|
7
|
+
): any
|
|
8
|
+
export function getPcomTree(month1: any): any
|
|
9
|
+
export function getItemTree(month1: any, pcomId: any): any
|
|
10
|
+
export function submitMonthPlanData(data: any): any
|