safecheck-client 3.0.39-55 → 3.0.39-57

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.
Files changed (36) hide show
  1. package/package.json +1 -1
  2. package/src/App.vue +31 -26
  3. package/src/components/pc/PaperDefectMain.vue +867 -867
  4. package/src/components/pc/RoleSelector.vue +172 -172
  5. package/src/components/rongcheng/AddPlanItem.vue +344 -344
  6. package/src/components/rongcheng/CheckCurrentCreate.vue +1081 -1081
  7. package/src/components/rongcheng/PaperDefectMain.vue +828 -828
  8. package/src/filiale/BFshiye/pc/checkUserList.vue +772 -772
  9. package/src/filiale/baiyin/android/SafecheckUserInfo.vue +775 -775
  10. package/src/filiale/baiyin/android.js +12 -12
  11. package/src/filiale/dexin/android/SafecheckOrderV.vue +2983 -2984
  12. package/src/filiale/dexin/android/SafecheckOrderVTemp.vue +4 -1
  13. package/src/filiale/dexin/pc/PaperList.vue +840 -840
  14. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1357 -1357
  15. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +823 -823
  16. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1919 -1919
  17. package/src/filiale/rongchuang/android/CurrentCreate.vue +1055 -0
  18. package/src/filiale/rongchuang/android/PhoneUpUserinfo.vue +1262 -1262
  19. package/src/filiale/rongchuang/pc/checkPlanList.vue +398 -398
  20. package/src/filiale/rongchuang/pc.js +18 -18
  21. package/src/filiale/wensu/android/SafecheckOrderV.vue +2444 -2444
  22. package/src/filiale/wensu/android/SafecheckUserInfo.vue +712 -712
  23. package/src/filiale/wensu/pc/CheckSearchUser.vue +1251 -1251
  24. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1191 -1191
  25. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +913 -913
  26. package/src/filiale/yangchunboneng/android.js +21 -21
  27. package/src/filiale/yangchunboneng/pc/CheckBookList.vue +353 -353
  28. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1197 -1197
  29. package/src/filiale/yangchunboneng/pc/HiddenSituation.vue +171 -171
  30. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +1112 -1112
  31. package/src/filiale/yangchunboneng/pc/PaperList.vue +757 -757
  32. package/src/filiale/yangchunboneng/pc/SelectCheckPlan.vue +331 -331
  33. package/src/filiale/yangchunboneng/pc.js +29 -29
  34. package/src/main.js +33 -33
  35. package/src/rongcheng.js +319 -319
  36. package/yarn-error.log +0 -140
package/yarn-error.log DELETED
@@ -1,140 +0,0 @@
1
- Arguments:
2
- C:\Program Files\nodejs\node.exe C:\Users\Administrator\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js install
3
-
4
- PATH:
5
- C:\Python38\Scripts\;C:\Python38\;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\MySQL\MySQL Server 5.0\bin;G:\spring\apache-maven-3.3.9\bin;C:\Program Files\Java\jdk1.8.0_212\bin;C:\Program Files\nodejs\;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;E:\Program Files\Adobe After Effects CC 2018\Support Files\\Plug-ins\Extensions\AtomKraft\bin;C:\Users\Administrator\AppData\Roaming\npm
6
-
7
- Yarn version:
8
- 1.22.4
9
-
10
- Node version:
11
- 12.18.0
12
-
13
- Platform:
14
- win32 x64
15
-
16
- Trace:
17
- Error: https://registry.yarnpkg.com/selenium-server/-/selenium-server-2.52.0.tgz: EPERM: operation not permitted, open 'C:\Users\Administrator\AppData\Local\Yarn\Cache\v6\npm-selenium-server-2.52.0-1d31435eb473476130f01bfdce531209580fb12d-integrity\node_modules\selenium-server\.yarn-tarball.tgz'
18
-
19
- npm manifest:
20
- {
21
- "name": "safecheck-client",
22
- "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
23
- "version": "3.0.7-3-gotest-2",
24
- "description": "安检模块 前端组件",
25
- "author": "丁新 <417755458@qq.com>",
26
- "license": "ISC",
27
- "main": "src/index.js",
28
- "keywords": [
29
- "safecheck"
30
- ],
31
- "scripts": {
32
- "example": "node build/example-server.js",
33
- "dev": "node build/dev-server.js",
34
- "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
35
- "build": "rimraf dist && mkdirp dist && ncp static dist/safecheck && cross-env webpack --progress --hide-modules --config build/webpack.prod.conf.js",
36
- "hanwei": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.hanwei.conf.js",
37
- "android": "node build/dev-android.js",
38
- "unit": "karma start test/unit/karma.conf.js",
39
- "test": "mocha --require babel-register test/*.js",
40
- "make": "rimraf dist-android && mkdirp dist-android && ncp static dist-android/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prodandroid.conf.js && publish",
41
- "e2e": "node test/e2e/runner.js",
42
- "release": "bash build/release.sh"
43
- },
44
- "repository": {
45
- "type": "git",
46
- "url": "https://gitee.com/aote/product-hujiao"
47
- },
48
- "dependencies": {
49
- "less": "^2.7.1",
50
- "vue": "^1.0.17"
51
- },
52
- "devDependencies": {
53
- "jsencrypt": "^3.0.0-rc.1",
54
- "babel-core": "^6.26.0",
55
- "babel-loader": "^6.0.0",
56
- "babel-plugin-transform-runtime": "^6.0.0",
57
- "babel-preset-es2015": "^6.0.0",
58
- "babel-preset-stage-2": "^6.0.0",
59
- "chai": "^3.5.0",
60
- "chromedriver": "^2.21.2",
61
- "connect-history-api-fallback": "^1.1.0",
62
- "cross-env": "^1.0.7",
63
- "cross-spawn": "^2.1.5",
64
- "css-loader": "^0.23.0",
65
- "eslint": "^2.0.0",
66
- "eslint-config-standard": "^5.1.0",
67
- "eslint-friendly-formatter": "^1.2.2",
68
- "eslint-loader": "^1.3.0",
69
- "eslint-plugin-html": "^1.3.0",
70
- "eslint-plugin-promise": "^1.0.8",
71
- "eslint-plugin-standard": "^1.3.2",
72
- "eslint-plugin-vue": "^0.1.1",
73
- "eventsource-polyfill": "^0.9.6",
74
- "express": "^4.13.3",
75
- "extract-text-webpack-plugin": "^1.0.1",
76
- "file-loader": "^0.8.4",
77
- "function-bind": "^1.0.2",
78
- "html-webpack-plugin": "^2.30.1",
79
- "http-proxy-middleware": "^0.11.0",
80
- "inject-loader": "^2.0.1",
81
- "isparta-loader": "^2.0.0",
82
- "jasmine-core": "^2.4.1",
83
- "jquery": "^3.3.1",
84
- "json-loader": "^0.5.4",
85
- "karma": "^1.4.1",
86
- "karma-chrome-launcher": "^2.2.0",
87
- "karma-coverage": "^1.1.1",
88
- "karma-mocha": "^1.3.0",
89
- "karma-phantomjs-launcher": "^1.0.2",
90
- "karma-phantomjs-shim": "^1.4.0",
91
- "karma-sinon-chai": "^1.3.1",
92
- "karma-sourcemap-loader": "^0.3.7",
93
- "karma-spec-reporter": "0.0.31",
94
- "karma-webpack": "^2.0.2",
95
- "less-loader": "^2.2.3",
96
- "lolex": "^1.5.2",
97
- "mkdirp": "^0.5.1",
98
- "mocha": "^3.2.0",
99
- "ncp": "^2.0.0",
100
- "nightwatch": "^0.8.18",
101
- "ol": "^4.6.4",
102
- "phantomjs-prebuilt": "^2.1.3",
103
- "proj4": "^2.2.1",
104
- "rimraf": "^2.5.0",
105
- "selenium-server": "2.52.0",
106
- "sinon": "^2.1.0",
107
- "sinon-chai": "^2.8.0",
108
- "style": "0.0.3",
109
- "style-loader": "^0.20.3",
110
- "url-loader": "^0.5.7",
111
- "vue-client": "1.22.0",
112
- "vue-hot-reload-api": "^1.2.0",
113
- "vue-html-loader": "^1.0.0",
114
- "vue-loader": "^8.2.1",
115
- "vue-resource": "^1.5.0",
116
- "vue-router": "^0.7.13",
117
- "vue-strap": "^1.0.9",
118
- "vue-style-loader": "^1.0.0",
119
- "vue-validator": "2.1.7",
120
- "webpack": "^1.12.2",
121
- "webpack-dev-middleware": "^1.4.0",
122
- "webpack-hot-middleware": "^2.6.0",
123
- "webpack-merge": "^0.8.3",
124
- "weixin-js-sdk": "^1.2.0",
125
- "system-clients": "3.0.38",
126
- "system-phone": "1.2.62",
127
- "telephone-clients": "1.1.27"
128
- },
129
- "directories": {
130
- "doc": "docs",
131
- "example": "examples",
132
- "test": "test"
133
- }
134
- }
135
-
136
- yarn manifest:
137
- No manifest
138
-
139
- Lockfile:
140
- No lockfile