vue-ulejfinvoice
v0.1.2
Published
This is for internal use only.
Readme
uleinvoice
This is for internal use only.
Build Setup
# install dependencies
npm install vue-uleinvoice
## params
| param | type | description |
| --- | --- | --- |
| `isInvoice` | `Boolean` | show invoice page |
| `noticeTxt` | `Array` | invoice notice info |
## functions
#2025.02.21 update
# viewInvoice()
#params arguments[0]
# loadinfo: load invoice info in the order detail page after applied invoice
# loaded: view invoice info in the order detail page
# null: invoke getInvoice api
### hideInvoice()
hide invoice page and do your own operations
#
### doInvoice()
submit invoice information, you can do your own operations,
callback info {applyNo:'xxxxx'}
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildFor detailed explanation on how things work, consult the docs for vue-loader.
