# izhejin-ui

> izhejin-ui

Latest version **1.0.78** (published 2022-02-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install izhejin-ui
pnpm add izhejin-ui
yarn add izhejin-ui
bun add izhejin-ui
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.78 |
| Published | 2022-02-28 |
| First published | 2021-09-10 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | auto |
| Maintainers | chenxuyi |
| Keywords | izhejin |

## Links

- npm: https://www.npmjs.com/package/izhejin-ui
- npm.io page: https://npm.io/package/izhejin-ui

## Recent versions

- 1.0.78 (latest) — 2022-02-28
- 1.0.77 — 2022-02-26
- 1.0.76 — 2022-02-12
- 1.0.75 — 2022-02-08
- 1.0.74 — 2022-02-08
- 1.0.73 — 2022-01-13
- 1.0.72 — 2022-01-12
- 1.0.71 — 2021-12-30
- 1.0.70 — 2021-12-23
- 1.0.69 — 2021-12-10
- 1.0.68 — 2021-12-10
- 1.0.67 — 2021-11-28
- 1.0.66 — 2021-11-26
- 1.0.64 — 2021-11-22
- 1.0.63 — 2021-11-22
- … 57 more at https://npm.io/package/izhejin-ui/versions

## README

# vue-action

> A Vue.js project
build with vue + vuex + vue-router + vue-resource + element-ui

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:3030
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
1、请上传与发票列表记录相匹配的发票影像附件，文件格式支持pdf、图片、压缩包。

2、通过“上传发票附件”功能上传发票影像附件需控制上传的文件大小不超过20M。并请确保一个pdf或图片内只有一张发票影像。

2、上传发票影像附件后系统会自动进行发票OCR识别与真伪验真，需要一定的处理时间，请通过下方“刷新”按钮进行刷新，或保存草稿。

3、如出现OCR识别失败的情况，可在下方补录列表进行发票号码、代码的补录，并通过“匹配发票”按钮进行手工关联。

4、系统会自动校验发票的购销方是否与合同的购销方一致，出现不一致的情况该笔发票记录字体会标红高亮提示。


如果一定要关闭检查驱动数字签名，请以管理员权限尝试以下步骤：

Windows+X”>>命令提示符（管理员）>>

键入bcdedit.exe /set nointegritychecks on

按下确认键出现操作成功完成然后即可关闭窗口

重新启动 Windows

如果你想让Windows重新检查请参照以上步骤键入bcdedit.exe /set nointegritychecks off

重新启动 Windows

const date = this.date
 8         const year = date.getFullYear()
 9         const month = date.getMonth() + 1
10         const day = date.getDate()
11         const week = date.getDay()
12         const hour = date.getHours()
13         const minute = date.getMinutes()
14         const second = date.getSeconds()
15 
16         return formatStr.replace(/Y{2,4}|M{1,2}|D{1,2}|d{1,4}|H{1,2}|m{1,2}|s{1,2}/g, (match) => {
17             switch (match) {
18             case 'YY':
19                 return String(year).slice(-2)
20             case 'YYY':
21             case 'YYYY':
22                 return String(year)
23             case 'M':
24                 return String(month)
25             case 'MM':
26                 return String(month).padStart(2, '0')
27             case 'D':
28                 return String(day)
29             case 'DD':
30                 return String(day).padStart(2, '0')
31             case 'd':
32                 return String(week)
33             case 'dd':
34                 return weeks[week]
35             case 'ddd':
36                 return '周' + weeks[week]
37             case 'dddd':
38                 return '星期' + weeks[week]
39             case 'H':
40                 return String(hour)
41             case 'HH':
42                 return String(hour).padStart(2, '0')
43             case 'm':
44                 return String(minute)
45             case 'mm':
46                 return String(minute).padStart(2, '0')
47             case 's':
48                 return String(second)
49             case 'ss':
50                 return String(second).padStart(2, '0')
51             default:
52                 return match
53             }
54         })
55     }

export default function (value, newFormat, oldFormat = 'YYYYMMDD HH:mm:ss', target) {
  if (value && newFormat) {
    return moment(value, oldFormat).format(newFormat);
  }
  return value;
}



1、点击 新增，勾选资产，再点击单笔签发或合并签发，形成待签发的电子债权凭证；
单笔签发：一笔资产创建一个待签发的电子债权凭证：
合并签发：将选择的资产明细根据债权人、到期日分组汇总，每组创建一个待签发的电子债权凭证。
2、选中待签发的电子债权凭证，发起签发申请

---
_Source: https://npm.io/package/izhejin-ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
