npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

izhejin-ui

v1.0.78

Published

izhejin-ui

Readme

vue-action

A Vue.js project build with vue + vuex + vue-router + vue-resource + element-ui

Build Setup

# 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、选中待签发的电子债权凭证,发起签发申请