30 Commits
fzq ... develop

Author SHA1 Message Date
f0562eade5 Merge pull request '修改EAP' (#97) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #97
2022-08-09 10:07:48 +08:00
zwq
396e09f696 修改EAP 2022-08-09 10:07:17 +08:00
0402b24568 Merge pull request '更新ERP' (#96) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #96
2022-07-29 16:33:15 +08:00
zwq
dcbece43f8 更新ERP 2022-07-29 16:32:28 +08:00
4cd26e2f47 Merge pull request '打包' (#95) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #95
2022-07-25 10:22:32 +08:00
zwq
35c3b18b0c 打包 2022-07-25 10:21:32 +08:00
b31e9539fd Merge pull request '更新ERP' (#94) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #94
2022-07-25 10:18:48 +08:00
zwq
72af437415 更新ERP 2022-07-25 10:17:59 +08:00
3e6712ddc5 Merge pull request '修改样式' (#93) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #93
2022-06-29 13:32:36 +08:00
zwq
8d0c0feb72 修改样式 2022-06-29 13:31:49 +08:00
47895cfcf5 Merge pull request '改名字' (#92) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #92
2022-06-21 14:04:14 +08:00
zwq
b907cb88f2 改名字 2022-06-21 14:03:26 +08:00
0fc8003621 Merge pull request '改名字' (#91) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #91
2022-06-21 11:35:38 +08:00
zwq
ecc16ce276 改名字 2022-06-21 11:35:09 +08:00
65a30bae9c Merge pull request 'build: 🏗️ 构建完成后添加钉钉通知' (#90) from ci into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #90
2022-06-08 14:57:47 +08:00
1753aa87a9 build: 🏗️ 构建完成后添加钉钉通知 2022-06-08 14:56:36 +08:00
76ce6184e7 Merge pull request '更新' (#89) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #89
2022-06-07 15:14:16 +08:00
7ff955ead5 Merge branch 'develop' into zwq 2022-06-07 15:14:12 +08:00
zwq
b3ec8dfd4e 更新 2022-06-07 15:13:51 +08:00
74e4aefb86 Merge pull request '名字改回来' (#88) from zwq into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #88
2022-06-07 15:13:18 +08:00
zwq
42d7714210 名字改回来 2022-06-07 15:11:51 +08:00
f1c60da6b6 Merge pull request '打包' (#87) from zwq into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #87
2022-06-07 10:44:23 +08:00
zwq
39a1fe7482 打包 2022-06-07 10:43:58 +08:00
5b17f49619 Merge pull request 'build: 🏗️ 调整构建方式,从本地构建后上传dist目录' (#86) from ci into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #86
2022-06-07 10:37:06 +08:00
4929c41361 build: 🏗️ 调整构建方式,从本地构建后上传dist目录 2022-06-07 10:34:36 +08:00
dbb67e6064 Merge pull request '暂时改名字' (#85) from zwq into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #85
2022-06-06 16:01:57 +08:00
zwq
05fa4c5e21 暂时改名字 2022-06-06 16:01:01 +08:00
8a18d705a4 Merge pull request '暂时改名字' (#84) from zwq into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #84
2022-06-06 13:57:53 +08:00
zwq
a64de34ef1 暂时改名字 2022-06-06 13:57:21 +08:00
0bcc5baf7a Merge pull request 'fzq' (#83) from fzq into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #83
2022-05-30 13:45:03 +08:00
162 changed files with 1684 additions and 159 deletions

View File

@@ -1,7 +1,6 @@
.vscode/
.idea/
node_modules/
dist/
**/*.log
LICENSE
README.md

View File

@@ -26,6 +26,17 @@ steps:
depends_on:
- build
- name: notification
image: lddsb/drone-dingtalk-message
settings:
token: 37a6483274f6de648a26d6710e4d8160eb7d471752abb2d70f8b7958af58fe11
type: markdown
secret: SEC83b10f5fefd6127e4073360d4447bb7276a90386aeee1275b2797dd377a903e7
tpl: http://res.picaiba.com/msg/msg.md
tips_title: 你有新消息
success_color: 008800
failure_color: FF0000
volumes:
- name: dockersock
host:

View File

@@ -3,5 +3,6 @@ ENV = 'production'
# base api
VUE_APP_BASE_API = ''
VUE_APP_WB_API = 'a.wms.picaiba.com'
VUE_APP_REPORT_DESIGN_URL = '/ureport/designer'
VUE_APP_REPORT_VIEW_URL = '/ureport/preview'

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
.DS_Store
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

View File

@@ -1,10 +1,14 @@
FROM node:12 AS builder
WORKDIR /app
ADD package.json /app/
RUN npm config set registry https://registry.npmmirror.com && npm install git+https://gitee.com/shihairong/raphael && npm install
ADD . /app
RUN npm run build:prod
#FROM node:12 AS builder
#WORKDIR /app
#ADD package.json /app/
#RUN npm config set registry https://registry.npmmirror.com && npm install git+https://gitee.com/shihairong/raphael && npm install
#ADD . /app
#RUN npm run build:prod
#
#FROM busybox
#LABEL maintainer thomas.hairong@gmail.com
#COPY --from=builder /app/dist /html
FROM busybox
LABEL maintainer thomas.hairong@gmail.com
COPY --from=builder /app/dist /html
COPY dist/ /html

BIN
dist/Lodap.zip vendored Normal file

Binary file not shown.

BIN
dist/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

1
dist/index.html vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/static/css/app.6e5ec1d9.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.dashboard-container[data-v-23572fce]{background:#f2f4f9;min-height:calc(100vh - 134px);overflow-x:scroll;padding:0 16px;padding-top:24px;font-size:14px}.dashboard-container .dashboard-main[data-v-23572fce]{width:100%;min-width:1380px;background-color:#fff;border-radius:8px;min-height:calc(100vh - 186px)}.dashboard-container .dashboard-main .dashboard-title .dashboard-header-line[data-v-23572fce]{display:inline-block;width:4px;height:16px;background:#0b58ff;border-radius:1px;position:relative;top:2px;margin-right:4px}.dashboard-container .dashboard-main .dashboard-title .dashboard-header-title[data-v-23572fce]{display:inline-block;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000;line-height:16px}.dashboard-container .dashboard-main .dashboard-legend[data-v-23572fce]{margin-top:20px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-cassette[data-v-23572fce]{display:inline-block;margin-right:24px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-cassette .dashboard-legend-cassette-cricle[data-v-23572fce]{display:inline-block;width:12px;height:12px;border-radius:6px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-port[data-v-23572fce]{display:inline-block;height:24px;line-height:24px;border-radius:4px;padding:0 16px;margin-left:24px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-btn[data-v-23572fce]{margin:0 20px;float:right}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-search[data-v-23572fce]{float:right}.dashboard-container .dashboard-main .dashboard-layout[data-v-23572fce]{margin:20px 0}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-footer[data-v-23572fce]{text-align:center;margin-top:12px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf[data-v-23572fce]{padding:0 8px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row[data-v-23572fce]{padding:0 1px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row .dashboard-layout-item[data-v-23572fce]{width:100%;text-align:center;height:32px;-webkit-box-shadow:0 3px 6px 0 rgba(166,174,190,.8);box-shadow:0 3px 6px 0 rgba(166,174,190,.8);border-radius:2px 4px 4px 2px;margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row .dashboard-layout-item .dashboard-layout-item-cricle[data-v-23572fce]{display:inline-block;width:12px;height:12px;border-radius:6px;margin-right:6px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row .dashboard-layout-item .dashboard-layout-item-horn[data-v-23572fce]{position:absolute;width:0;height:0;right:0;top:0;border-style:solid;border-width:14px 0 0 14px;border-color:#0b58ff transparent transparent transparent}

View File

@@ -0,0 +1 @@
.edit-input[data-v-49ebac60]{padding-right:100px}.cancel-btn[data-v-49ebac60]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.container[data-v-1f95126c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:50px;padding:4px 40px;background-color:#eee}.container .label-name[data-v-1f95126c]{margin-right:8px;font-size:14px}.submit-bar_container_1-UKi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:28px;width:100%;height:40px}.add-dialog_dialog_19c-6 .add-dialog_input_3zaRq{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 16px 8px 4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.add-dialog_dialog_19c-6 .add-dialog_input_3zaRq .add-dialog_select_3aPry,.add-dialog_dialog_19c-6 .add-dialog_select_3aPry{width:100%}.process-chart_c_3LXgj{margin:16px;height:300px;width:10%;position:relative}.process-chart_c_3LXgj .process-chart_chart_SL9sC{position:relative;height:400px;width:120%}.process-table_content_2g17L{padding:16px;margin:16px;position:relative;height:calc(100vh - 150px)}.process-table_content_2g17L .process-table_flaw-detail_g8l5C{width:1400px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.process-table_content_2g17L .process-table_flaw-detail_g8l5C .process-table_flaw-title_3vhhy{position:relative;width:200px;text-align:center;border:1px solid #ccc;background-color:#eee;padding:8px}.process-table_content_2g17L .process-table_flaw-detail_g8l5C .process-table_flaw-btns_21fhD{position:relative;width:200px;text-align:left}.process-table_content_2g17L .process-table_flaw-detail_g8l5C .process-table_flaw-select_29x-9{position:relative;width:200px;height:40px}.process-node-panel_container_1nz_9{margin:0 16px}.process-node-panel_container_1nz_9 .process-node-panel_content_2ne7O{padding:0 16px;font-size:14px}.process-node-panel_container_1nz_9 .process-node-panel_content_2ne7O div{margin-bottom:8px}.process-node-panel_container_1nz_9 .process-node-panel_content_2ne7O div span:nth-of-type(odd){color:#999}.process-node-panel_container_1nz_9 .process-node-panel_content_2ne7O div span:nth-of-type(2n){color:#666}.process-edit-bar_container_1bh-W{background-color:#eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:4px 16px;margin:-16px 16px 16px 16px;width:98%}.process-drawer_dialog_2wxcT .process-drawer_input_3idWs{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 16px 8px 4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.process-drawer_dialog_2wxcT .process-drawer_input_3idWs .process-drawer_select_1n-Z8,.process-drawer_dialog_2wxcT .process-drawer_select_1n-Z8{width:100%}.list_container_3gVva .list_table_1Smbo{margin:16px;width:98.5%}

View File

@@ -0,0 +1 @@
.drawer-footer[data-v-66806479]{width:100%;margin-top:50px;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding:10px 50px;text-align:left;background:#fff}

View File

@@ -0,0 +1 @@
.edit-input[data-v-5282d6b8]{padding-right:100px}.cancel-btn[data-v-5282d6b8]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-7a98e903]{padding-right:100px}.cancel-btn[data-v-7a98e903]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.app-container[data-v-3a23e516]{width:100%;height:200px}.waring[data-v-3a23e516]{padding:5px;border-radius:5px;background-color:#f56c6c;color:#fff}.normal[data-v-3a23e516]{padding:5px;border-radius:5px;background-color:#67c23a;color:#fff}

View File

@@ -0,0 +1 @@
.edit-input[data-v-732c3250]{padding-right:100px}.cancel-btn[data-v-732c3250]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.errPage-container[data-v-1cdf759b]{width:800px;max-width:100%;margin:100px auto}.errPage-container .pan-back-btn[data-v-1cdf759b]{background:#008489;color:#fff;border:none!important}.errPage-container .pan-gif[data-v-1cdf759b]{margin:0 auto;display:block}.errPage-container .pan-img[data-v-1cdf759b]{display:block;margin:0 auto;width:100%}.errPage-container .text-jumbo[data-v-1cdf759b]{font-size:60px;font-weight:700;color:#484848}.errPage-container .list-unstyled[data-v-1cdf759b]{font-size:14px}.errPage-container .list-unstyled li[data-v-1cdf759b]{padding-bottom:5px}.errPage-container .list-unstyled a[data-v-1cdf759b]{color:#008489;text-decoration:none}.errPage-container .list-unstyled a[data-v-1cdf759b]:hover{text-decoration:underline}

View File

@@ -0,0 +1 @@
.edit-input[data-v-3f4062d7]{padding-right:100px}.cancel-btn[data-v-3f4062d7]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.el-tree[data-v-350bd2ba] .el-tree-node__expand-icon,.el-tree[data-v-350bd2ba] .el-tree-node__label{font-size:20px}.text[data-v-1c0f2c97]{font-size:14px}.item[data-v-1c0f2c97]{margin-bottom:18px}.clearfix[data-v-1c0f2c97]:after,.clearfix[data-v-1c0f2c97]:before{display:table;content:""}.clearfix[data-v-1c0f2c97]:after{clear:both}.box-card[data-v-1c0f2c97]{width:100%}.el-container[data-v-0070ada1] .el-aside{border:2px solid #e4e4e4;border-radius:10px;background-color:#fff;min-height:550px;width:30%;padding-top:20px}

View File

@@ -0,0 +1 @@
@supports(-webkit-mask:none) and (not (cater-color:#fff)){.login-container .el-input input{color:#fff}}.login-container .el-input{display:inline-block;height:47px;width:85%}.login-container .el-input input{background:transparent;border:0;-webkit-appearance:none;border-radius:0;padding:12px 5px 12px 15px;color:#fff;height:47px;caret-color:#fff}.login-container .el-input input:-webkit-autofill{-webkit-text-fill-color:#fff!important}.login-container .el-form-item{border:1px solid hsla(0,0%,100%,.1);background:rgba(0,0,0,.1);border-radius:5px;color:#454545}.login-container[data-v-30639d60]{min-height:100%;width:100%;background:url(../../static/img/login-back.2210a7b4.jpg) 50% no-repeat;background-size:cover;overflow:hidden}.login-container .login-form[data-v-30639d60]{position:relative;width:620px;max-width:100%;top:160px;padding:10px 35px;margin:0 auto;overflow:hidden;background:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:5px;-webkit-box-shadow:5px 5px 5px rgba(0,0,0,.1);box-shadow:5px 5px 5px rgba(0,0,0,.1)}.login-container .login-form .login-language[data-v-30639d60]{position:absolute;top:10px;right:10px;color:#fff;font-size:22px;cursor:pointer}.login-container .login-form .login-copyright[data-v-30639d60]{color:#fff;text-align:center}.login-container .tips[data-v-30639d60]{font-size:14px;color:#fff;margin-bottom:10px}.login-container .tips span[data-v-30639d60]:first-of-type{margin-right:16px}.login-container .svg-container[data-v-30639d60]{padding:6px 5px 6px 15px;color:#889aa4;vertical-align:middle;width:30px;display:inline-block}.login-container .title-container[data-v-30639d60]{position:relative}.login-container .title-container .title[data-v-30639d60]{font-size:26px;color:#eee;margin:0 auto 40px auto;text-align:center;font-weight:700}.login-container .show-pwd[data-v-30639d60]{position:absolute;right:10px;top:7px;font-size:16px;color:#889aa4;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.login-container .thirdparty-button[data-v-30639d60]{position:absolute;right:0;bottom:6px}@media only screen and (max-width:470px){.login-container .thirdparty-button[data-v-30639d60]{display:none}}

View File

@@ -0,0 +1 @@
.edit-input[data-v-3ca30f77]{padding-right:100px}.cancel-btn[data-v-3ca30f77]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-e4ce97b0]{padding-right:100px}.cancel-btn[data-v-e4ce97b0]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.el-tree[data-v-350bd2ba] .el-tree-node__expand-icon,.el-tree[data-v-350bd2ba] .el-tree-node__label{font-size:20px}.el-container[data-v-3c677582] .el-aside{border:2px solid #e4e4e4;border-radius:10px;background-color:#fff;min-height:550px;width:30%;padding-top:20px}

View File

@@ -0,0 +1 @@
.mod-menu .icon-list__input>.el-input__inner,.mod-menu .menu-list__input>.el-input__inner{cursor:pointer}.mod-menu__icon-popover{width:458px;overflow:hidden}.mod-menu__icon-inner{width:478px;max-height:258px;overflow-x:hidden;overflow-y:auto}.mod-menu__icon-list{width:458px;padding:0;margin:-8px 0 0 -8px}.mod-menu__icon-list>.el-button{padding:8px;margin:8px 0 0 8px}.mod-menu__icon-list>.el-button>span{display:inline-block;vertical-align:middle;width:18px;height:18px;font-size:18px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-7afbc726]{padding-right:100px}.cancel-btn[data-v-7afbc726]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-5f68faaa]{padding-right:100px}.cancel-btn[data-v-5f68faaa]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.title[data-v-5d47f12a]{left:150px}.edit-input[data-v-5d47f12a]{padding-right:100px}.cancel-btn[data-v-5d47f12a]{position:absolute;right:15px;top:10px}.back[data-v-5d47f12a]{right:20px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-6282007e]{padding-right:100px}.cancel-btn[data-v-6282007e]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-6c17bb6e]{padding-right:100px}.cancel-btn[data-v-6c17bb6e]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-07c420b7]{padding-right:100px}.cancel-btn[data-v-07c420b7]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-c6111fec]{padding-right:100px}.cancel-btn[data-v-c6111fec]{position:absolute;right:15px;top:10px}.edit-input[data-v-a9803bae]{padding-right:100px}.cancel-btn[data-v-a9803bae]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-8314039c]{padding-right:100px}.cancel-btn[data-v-8314039c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-c1465320]{padding-right:100px}.cancel-btn[data-v-c1465320]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.drawer-footer[data-v-0d4d3fb0],.drawer-footer[data-v-5cb9bb4a]{width:100%;margin-top:50px;border-top:1px solid #e8e8e8;padding:10px 50px;text-align:left;background:#fff}.drawer-footer[data-v-0d4d3fb0]{border-bottom:1px solid #e8e8e8}

View File

@@ -0,0 +1 @@
.wscn-http404-container[data-v-26fcd89f]{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:40%;left:50%}.wscn-http404[data-v-26fcd89f]{position:relative;width:1200px;padding:0 50px;overflow:hidden}.wscn-http404 .pic-404[data-v-26fcd89f]{position:relative;float:left;width:600px;overflow:hidden}.wscn-http404 .pic-404__parent[data-v-26fcd89f]{width:100%}.wscn-http404 .pic-404__child[data-v-26fcd89f]{position:absolute}.wscn-http404 .pic-404__child.left[data-v-26fcd89f]{width:80px;top:17px;left:220px;opacity:0;-webkit-animation-name:cloudLeft-data-v-26fcd89f;animation-name:cloudLeft-data-v-26fcd89f;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s}.wscn-http404 .pic-404__child.mid[data-v-26fcd89f]{width:46px;top:10px;left:420px;opacity:0;-webkit-animation-name:cloudMid-data-v-26fcd89f;animation-name:cloudMid-data-v-26fcd89f;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1.2s;animation-delay:1.2s}.wscn-http404 .pic-404__child.right[data-v-26fcd89f]{width:62px;top:100px;left:500px;opacity:0;-webkit-animation-name:cloudRight-data-v-26fcd89f;animation-name:cloudRight-data-v-26fcd89f;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes cloudLeft-data-v-26fcd89f{0%{top:17px;left:220px;opacity:0}20%{top:33px;left:188px;opacity:1}80%{top:81px;left:92px;opacity:1}to{top:97px;left:60px;opacity:0}}@keyframes cloudLeft-data-v-26fcd89f{0%{top:17px;left:220px;opacity:0}20%{top:33px;left:188px;opacity:1}80%{top:81px;left:92px;opacity:1}to{top:97px;left:60px;opacity:0}}@-webkit-keyframes cloudMid-data-v-26fcd89f{0%{top:10px;left:420px;opacity:0}20%{top:40px;left:360px;opacity:1}70%{top:130px;left:180px;opacity:1}to{top:160px;left:120px;opacity:0}}@keyframes cloudMid-data-v-26fcd89f{0%{top:10px;left:420px;opacity:0}20%{top:40px;left:360px;opacity:1}70%{top:130px;left:180px;opacity:1}to{top:160px;left:120px;opacity:0}}@-webkit-keyframes cloudRight-data-v-26fcd89f{0%{top:100px;left:500px;opacity:0}20%{top:120px;left:460px;opacity:1}80%{top:180px;left:340px;opacity:1}to{top:200px;left:300px;opacity:0}}@keyframes cloudRight-data-v-26fcd89f{0%{top:100px;left:500px;opacity:0}20%{top:120px;left:460px;opacity:1}80%{top:180px;left:340px;opacity:1}to{top:200px;left:300px;opacity:0}}.wscn-http404 .bullshit[data-v-26fcd89f]{position:relative;float:left;width:300px;padding:30px 0;overflow:hidden}.wscn-http404 .bullshit__oops[data-v-26fcd89f]{font-size:32px;line-height:40px;color:#1482f0;margin-bottom:20px;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__headline[data-v-26fcd89f],.wscn-http404 .bullshit__oops[data-v-26fcd89f]{font-weight:700;opacity:0;-webkit-animation-name:slideUp-data-v-26fcd89f;animation-name:slideUp-data-v-26fcd89f;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__headline[data-v-26fcd89f]{font-size:20px;line-height:24px;color:#222;margin-bottom:10px;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__info[data-v-26fcd89f]{font-size:13px;line-height:21px;color:grey;margin-bottom:30px;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.wscn-http404 .bullshit__info[data-v-26fcd89f],.wscn-http404 .bullshit__return-home[data-v-26fcd89f]{opacity:0;-webkit-animation-name:slideUp-data-v-26fcd89f;animation-name:slideUp-data-v-26fcd89f;-webkit-animation-duration:.5s;animation-duration:.5s}.wscn-http404 .bullshit__return-home[data-v-26fcd89f]{display:block;float:left;width:110px;height:36px;background:#1482f0;border-radius:100px;text-align:center;color:#fff;font-size:14px;line-height:36px;cursor:pointer;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes slideUp-data-v-26fcd89f{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideUp-data-v-26fcd89f{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

View File

@@ -0,0 +1 @@
.edit-input[data-v-da97073a]{padding-right:100px}.cancel-btn[data-v-da97073a]{position:absolute;right:15px;top:10px}.edit-input[data-v-cc86fb48]{padding-right:100px}.cancel-btn[data-v-cc86fb48]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-a1be8dee]{padding-right:100px}.cancel-btn[data-v-a1be8dee]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.process-table .process-table-addprocess{margin-left:20px;margin-top:20px}.process-table .process-table-main{width:calc(100% - 40px);margin:20px;border:1px solid #e6ebf5;border-radius:5px;min-width:1000px}.process-table .process-table-main .process-table-main-title{padding:0 20px;width:100%;position:relative}.process-table .process-table-main .process-table-main-title .process-table-main-title-delbtn{position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.process-table .process-table-main .process-table-main-item{width:calc(100% - 40px);margin:0 10px!important;line-height:48px}.process-node-panel_container_xVoVF{margin:0 16px}.process-node-panel_container_xVoVF .process-node-panel_content_6Qtl9{padding:0 16px;font-size:14px}.process-node-panel_container_xVoVF .process-node-panel_content_6Qtl9 div{margin-bottom:8px}.process-node-panel_container_xVoVF .process-node-panel_content_6Qtl9 div span:nth-of-type(odd){color:#999}.process-node-panel_container_xVoVF .process-node-panel_content_6Qtl9 div span:nth-of-type(2n){color:#666}.process-edit-bar_container_3eKjx{background-color:#eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:4px 16px}.list_container_1CdVu .list_input_1gETR{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 16px 8px 4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list_container_1CdVu .list_input_1gETR .list_select_3iZGL,.list_container_1CdVu .list_select_3iZGL{width:100%}

View File

@@ -0,0 +1 @@
span[data-v-239f8dce]{margin-left:30px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-66bd78e1]{padding-right:100px}.cancel-btn[data-v-66bd78e1]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-ce6e7c2c]{padding-right:100px}.cancel-btn[data-v-ce6e7c2c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.drawer-footer[data-v-55723996],.drawer-footer[data-v-a897ac3c]{width:100%;margin-top:50px;border-top:1px solid #e8e8e8;padding:10px 50px;text-align:left;background:#fff}.drawer-footer[data-v-a897ac3c]{border-bottom:1px solid #e8e8e8}

View File

@@ -0,0 +1 @@
.edit-input[data-v-534c0526]{padding-right:100px}.cancel-btn[data-v-534c0526]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-206ab25c]{padding-right:100px}.cancel-btn[data-v-206ab25c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-ff8f9c44]{padding-right:100px}.cancel-btn[data-v-ff8f9c44]{position:absolute;right:15px;top:10px}.edit-input[data-v-4ca4790c]{padding-right:100px}.cancel-btn[data-v-4ca4790c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-49689e8c]{padding-right:100px}.cancel-btn[data-v-49689e8c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-e8895f3c]{padding-right:100px}.cancel-btn[data-v-e8895f3c]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-a2c4e918]{padding-right:100px}.cancel-btn[data-v-a2c4e918]{position:absolute;right:15px;top:10px}.edit-input[data-v-41d27c02]{padding-right:100px}.cancel-btn[data-v-41d27c02]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-7b0427da]{padding-right:100px}.cancel-btn[data-v-7b0427da]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-44977cf9]{padding-right:100px}.cancel-btn[data-v-44977cf9]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-5a807358]{padding-right:100px}.cancel-btn[data-v-5a807358]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.dashboard-container[data-v-54d82d52]{background:#f2f4f9;min-height:calc(100vh - 134px);overflow-x:scroll;padding:0 16px;padding-top:24px;font-size:14px}.dashboard-container .dashboard-main[data-v-54d82d52]{width:100%;min-width:1380px;background-color:#fff;border-radius:8px;min-height:calc(100vh - 186px)}.dashboard-container .dashboard-main .dashboard-title .dashboard-header-line[data-v-54d82d52]{display:inline-block;width:4px;height:16px;background:#0b58ff;border-radius:1px;position:relative;top:2px;margin-right:4px}.dashboard-container .dashboard-main .dashboard-title .dashboard-header-title[data-v-54d82d52]{display:inline-block;font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#000;line-height:16px}.dashboard-container .dashboard-main .dashboard-legend[data-v-54d82d52]{margin-top:20px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-cassette[data-v-54d82d52]{display:inline-block;margin-right:24px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-cassette .dashboard-legend-cassette-cricle[data-v-54d82d52]{display:inline-block;width:12px;height:12px;border-radius:6px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-port[data-v-54d82d52]{display:inline-block;height:24px;line-height:24px;border-radius:4px;padding:0 16px;margin-left:24px}.dashboard-container .dashboard-main .dashboard-legend .dashboard-legend-search[data-v-54d82d52]{float:right}.dashboard-container .dashboard-main .dashboard-layout[data-v-54d82d52]{margin:20px 0}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-footer[data-v-54d82d52]{text-align:center;margin-top:12px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf[data-v-54d82d52]{padding:0 8px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row[data-v-54d82d52]{padding:0 1px}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row .dashboard-layout-item[data-v-54d82d52]{width:100%;text-align:center;height:32px;-webkit-box-shadow:0 3px 6px 0 rgba(166,174,190,.8);box-shadow:0 3px 6px 0 rgba(166,174,190,.8);border-radius:2px 4px 4px 2px;margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dashboard-container .dashboard-main .dashboard-layout .dashboard-layout-shelf-box .dashboard-layout-shelf .dashboard-layout-row .dashboard-layout-item .dashboard-layout-item-cricle[data-v-54d82d52]{display:inline-block;width:12px;height:12px;border-radius:6px;margin-right:6px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-be3f5ace]{padding-right:100px}.cancel-btn[data-v-be3f5ace]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.usermanager-container[data-v-fe4452a8]{padding:20px}.usermanager-container .method-btn-area[data-v-fe4452a8]{padding:15px 30px;margin:10px 0 20px 0;border:1px solid #dfe6ec}.usermanager-container .tree-select-container[data-v-fe4452a8]{border:1px solid #dfe6ec;min-height:400px;padding:20px}.edit-input[data-v-fe4452a8]{padding-right:100px}.cancel-btn[data-v-fe4452a8]{position:absolute;right:15px;top:10px}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
.el-tree[data-v-30783aa4] .el-tree-node__expand-icon,.el-tree[data-v-30783aa4] .el-tree-node__label{font-size:20px}.usermanager-container[data-v-05a26c04]{padding:20px}.usermanager-container .method-btn-area[data-v-05a26c04]{padding:15px 30px;margin:10px 0 20px 0;border:1px solid #dfe6ec}.edit-input[data-v-05a26c04]{padding-right:100px}.cancel-btn[data-v-05a26c04]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-87371a6e]{padding-right:100px}.cancel-btn[data-v-87371a6e]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.edit-input[data-v-417a3860]{padding-right:100px}.cancel-btn[data-v-417a3860]{position:absolute;right:15px;top:10px}

View File

@@ -0,0 +1 @@
.app-container[data-v-3a23e516]{width:100%;height:200px}.waring[data-v-3a23e516]{padding:5px;border-radius:5px;background-color:#f56c6c;color:#fff}.normal[data-v-3a23e516]{padding:5px;border-radius:5px;background-color:#67c23a;color:#fff}.btn-container[data-v-2e322fe2]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.btndiv[data-v-2e322fe2]{width:20%;height:100px;margin:auto}.box-card[data-v-2e322fe2]{background-color:#3e8ef7;margin:10px;color:#fff}

View File

@@ -0,0 +1 @@
.edit-input[data-v-16271d56]{padding-right:100px}.cancel-btn[data-v-16271d56]{position:absolute;right:15px;top:10px}

12
dist/static/css/chunk-libs.c1fa5358.css vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

BIN
dist/static/img/401.089007e7.gif vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

BIN
dist/static/img/404.a57b6f31.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
dist/static/img/404_cloud.0f4bc32b.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
dist/static/img/head.44406e7d.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
dist/static/img/login-back.2210a7b4.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

1
dist/static/js/app.6fb7a37a.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-16bb1ba0"],{"24e2":function(t,a,i){"use strict";i.r(a);var s=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("div",{staticClass:"errPage-container"},[i("el-button",{staticClass:"pan-back-btn",attrs:{icon:"el-icon-arrow-left"},on:{click:t.back}},[t._v("\n "+t._s(t._f("i18nFilter")("btn.back"))+"\n ")]),t._v(" "),i("el-row",[i("el-col",{attrs:{span:12}},[i("h1",{staticClass:"text-jumbo text-ginormous"},[t._v("\n Oops!\n ")]),t._v("\n gif来源"),i("a",{attrs:{href:"https://zh.airbnb.com/",target:"_blank"}},[t._v("airbnb")]),t._v(" 页面\n "),i("h2",[t._v("你没有权限去该页面")]),t._v(" "),i("h6",[t._v("如有不满请联系你领导")]),t._v(" "),i("ul",{staticClass:"list-unstyled"},[i("li",[t._v("或者你可以去:")]),t._v(" "),i("li",{staticClass:"link-type"},[i("router-link",{attrs:{to:"/dashboard"}},[t._v("\n 回首页\n ")])],1),t._v(" "),i("li",{staticClass:"link-type"},[i("a",{attrs:{href:"https://www.taobao.com/"}},[t._v("随便看看")])]),t._v(" "),i("li",[i("a",{attrs:{href:"#"},on:{click:function(a){a.preventDefault(),t.dialogVisible=!0}}},[t._v("点我看图")])])])]),t._v(" "),i("el-col",{attrs:{span:12}},[i("img",{attrs:{src:t.errGif,width:"313",height:"428",alt:"Girl has dropped her ice cream."}})])],1),t._v(" "),i("el-dialog",{attrs:{visible:t.dialogVisible,title:"随便看"},on:{"update:visible":function(a){t.dialogVisible=a}}},[i("img",{staticClass:"pan-img",attrs:{src:t.ewizardClap}})])],1)},e=[],n=i("cc6c"),r=i.n(n),l={name:"Page401",data:function(){return{errGif:r.a+"?"+ +new Date,ewizardClap:"https://wpimg.wallstcn.com/007ef517-bafd-4066-aae4-6883632d9646",dialogVisible:!1}},methods:{back:function(){this.$route.query.noGoBack?this.$router.push({path:"/dashboard"}):this.$router.go(-1)}}},c=l,o=(i("9f13"),i("2877")),u=Object(o["a"])(c,s,e,!1,null,"1cdf759b",null);a["default"]=u.exports},9947:function(t,a,i){},"9f13":function(t,a,i){"use strict";i("9947")},cc6c:function(t,a,i){t.exports=i.p+"static/img/401.089007e7.gif"}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1d1d8a1a"],{2017:function(e,o,t){"use strict";t("b12d")},"3f0f":function(e,o,t){},5524:function(e,o,t){"use strict";t("3f0f")},"9ed6":function(e,o,t){"use strict";t.r(o);var n=function(){var e=this,o=e.$createElement,n=e._self._c||o;return n("div",{staticClass:"login-container"},[n("el-form",{ref:"loginForm",staticClass:"login-form",attrs:{model:e.loginForm,rules:e.loginRules,autocomplete:"on","label-position":"left"}},[n("div",{staticClass:"title-container"},[n("h3",{staticClass:"title"},[n("img",{staticStyle:{width:"1.5em",height:"1.5em",position:"relative",top:".35em"},attrs:{src:t("ec79"),alt:""}}),e._v("\n "+e._s(e._f("i18nFilter")("title"))+"\n ")])]),e._v(" "),n("el-form-item",{attrs:{prop:"username"}},[n("span",{staticClass:"svg-container"},[n("svg-icon",{staticStyle:{color:"#fff"},attrs:{"icon-class":"user"}})],1),e._v(" "),n("el-input",{ref:"username",attrs:{placeholder:e._f("i18nFilter")("login.username"),name:"username",type:"text",tabindex:"1",autocomplete:"on"},model:{value:e.loginForm.username,callback:function(o){e.$set(e.loginForm,"username",o)},expression:"loginForm.username"}})],1),e._v(" "),n("el-tooltip",{attrs:{content:"Caps lock is On",placement:"right",manual:""},model:{value:e.capsTooltip,callback:function(o){e.capsTooltip=o},expression:"capsTooltip"}},[n("el-form-item",{attrs:{prop:"password"}},[n("span",{staticClass:"svg-container"},[n("svg-icon",{staticStyle:{color:"#fff"},attrs:{"icon-class":"password"}})],1),e._v(" "),n("el-input",{key:e.passwordType,ref:"password",attrs:{type:e.passwordType,placeholder:e._f("i18nFilter")("login.password"),name:"password",tabindex:"2",autocomplete:"on"},on:{blur:function(o){e.capsTooltip=!1}},nativeOn:{keyup:[function(o){return e.checkCapslock(o)},function(o){return!o.type.indexOf("key")&&e._k(o.keyCode,"enter",13,o.key,"Enter")?null:e.handleLogin(o)}]},model:{value:e.loginForm.password,callback:function(o){e.$set(e.loginForm,"password",o)},expression:"loginForm.password"}}),e._v(" "),n("span",{staticClass:"show-pwd",on:{click:e.showPwd}},[n("svg-icon",{attrs:{"icon-class":"password"===e.passwordType?"eye":"eye-open"}})],1)],1)],1),e._v(" "),n("lang-select",{staticClass:"login-language"}),e._v(" "),n("el-button",{staticStyle:{width:"100%","margin-bottom":"30px"},attrs:{loading:e.loading,type:"primary"},nativeOn:{click:function(o){return o.preventDefault(),e.handleLogin(o)}}},[e._v("\n "+e._s(e._f("i18nFilter")("login.logIn"))+"\n ")]),e._v(" "),n("el-row",{staticClass:"login-copyright"},[e._v("\n "+e._s(e._f("i18nFilter")("copyright.copyright"))+""+e._s(e._f("i18nFilter")("copyright.company"))+"\n ")])],1)],1)},s=[],r=t("298b"),i=t.n(r),a=t("fa81"),l=t.n(a),c=t("1131"),p={name:"Login",components:{LangSelect:c["a"]},data:function(){var e=function(e,o,t){o?t():t(new Error("Please enter the correct user name"))},o=function(e,o,t){o.length<6?t(new Error("The password can not be less than 6 digits")):t()};return{loginForm:{username:13588441519,password:"123abc.",mobile:13588441519,oauthCode:13588441519,openId:13588441519,wechatAppId:13588441519},loginRules:{username:[{required:!0,trigger:"blur",validator:e}],password:[{required:!0,trigger:"blur",validator:o}]},passwordType:"password",capsTooltip:!1,loading:!1,redirect:void 0,otherQuery:{}}},watch:{$route:{handler:function(e){console.log(e)},immediate:!0}},created:function(){},mounted:function(){""===this.loginForm.username?this.$refs.username.focus():""===this.loginForm.password&&this.$refs.password.focus();var e=0;e=3,console.log(e)},destroyed:function(){},methods:{checkCapslock:function(e){var o=e.key;this.capsTooltip=o&&1===o.length&&o>="A"&&o<="Z"},showPwd:function(){var e=this;"password"===this.passwordType?this.passwordType="":this.passwordType="password",this.$nextTick((function(){e.$refs.password.focus()}))},handleLogin:function(){var e=this;this.$refs.loginForm.validate((function(o){if(console.log(o),console.log(e.redirect,e.$route),!o)return console.log("error submit!!"),!1;e.loading=!0,e.$store.dispatch("user/login",e.loginForm).then((function(o){console.log(o),console.log(e.redirect,e.otherQuery),e.$router.push({path:e.redirect||"/",query:e.otherQuery}),e.loading=!1}))["catch"]((function(){e.loading=!1}))}))},getOtherQuery:function(e){var o;return i()(o=l()(e)).call(o,(function(o,t){return"redirect"!==t&&(o[t]=e[t]),o}),{})}}},u=p,d=(t("2017"),t("5524"),t("2877")),f=Object(d["a"])(u,n,s,!1,null,"30639d60",null);o["default"]=f.exports},b12d:function(e,o,t){}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0cc241"],{"4d50":function(e,n,t){"use strict";t.r(n);var c=function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{attrs:{id:"basic"}},[t("router-view")],1)},r=[],u=t("2877"),i={},s=Object(u["a"])(i,c,r,!1,null,null,null);n["default"]=s.exports}}]);

View File

@@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d230fe7"],{ef3c:function(e,r,n){"use strict";n.r(r);n("a481");var t,u,a={created:function(){var e=this.$route,r=e.params,n=e.query,t=r.path;this.$router.replace({path:"/"+t,query:n})},render:function(e){return e()}},c=a,o=n("2877"),p=Object(o["a"])(c,t,u,!1,null,null,null);r["default"]=p.exports}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3fefd9bc"],{"09f4":function(t,e,n){"use strict";n.d(e,"a",(function(){return s}));var r=n("2b0b"),o=n.n(r);Math.easeInOutQuad=function(t,e,n,r){return t/=r/2,t<1?n/2*t*t+e:(t--,-n/2*(t*(t-2)-1)+e)};var a=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){o()(t,1e3/60)}}();function i(t){document.documentElement.scrollTop=t,document.body.parentNode.scrollTop=t,document.body.scrollTop=t}function u(){return document.documentElement.scrollTop||document.body.parentNode.scrollTop||document.body.scrollTop}function s(t,e,n){var r=u(),o=t-r,s=20,l=0;e="undefined"===typeof e?500:e;var c=function t(){l+=s;var u=Math.easeInOutQuad(l,r,o,e);i(u),l<e?a(t):n&&"function"===typeof n&&n()};c()}},1:function(t,e){},2:function(t,e){},"478c":function(t,e,n){"use strict";n("857b")},"5a6c":function(t,e,n){"use strict";n.d(e,"c",(function(){return o})),n.d(e,"b",(function(){return a})),n.d(e,"d",(function(){return i})),n.d(e,"a",(function(){return u})),n.d(e,"e",(function(){return s}));var r=n("b775");function o(t){return Object(r["a"])({url:"/api/report/report-storage-box/list",method:"post",data:t})}function a(t){return Object(r["a"])({url:"/api/report/report-storage-box/excel-download",method:"post",data:t,responseType:"blob",timeout:6e4})}function i(t){return Object(r["a"])({url:"/api/report/report-substrate/list",method:"post",data:t})}function u(t){return Object(r["a"])({url:"/api/report/report-substrate/delete",method:"post",data:t})}function s(t){return Object(r["a"])({url:"/api/report/report-substrate/update",method:"post",data:t})}},"5b78":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"app-container"},[n("head-form",{attrs:{"placeholder-name":t.placeholderName,"key-name":t.keyName,"show-add":!1},on:{getDataList:t.getList}}),t._v(" "),n("base-table",{attrs:{page:t.listQuery.current,limit:t.listQuery.size,"table-config":t.tableProps,"table-data":t.list,"is-loading":t.listLoading}}),t._v(" "),n("pagination",{directives:[{name:"show",rawName:"v-show",value:t.total>0,expression:"total > 0"}],attrs:{total:t.total,page:t.listQuery.current,limit:t.listQuery.size},on:{"update:page":function(e){return t.$set(t.listQuery,"current",e)},"update:limit":function(e){return t.$set(t.listQuery,"size",e)},pagination:function(e){return t.getList()}}})],1)},o=[],a=n("3393"),i=n.n(a),u=n("9923"),s=n("bb1e"),l=n("c0ee"),c=n("333d"),d=n("5a6c"),p=[{type:"edit",btnName:"btn.edit"},{type:"delete",btnName:"btn.delete"}],m=[{prop:"code",label:u["a"].t("module.report.inventory.code"),align:"center"},{prop:"status",label:u["a"].t("module.report.inventory.status"),align:"center"},{prop:"inprocessCode",label:u["a"].t("module.report.inventory.inprocessCode"),align:"center"},{prop:"currentLocation",label:u["a"].t("module.report.inventory.currentLocation"),align:"center"},{prop:"storeTime",label:u["a"].t("module.report.inventory.storeTime"),align:"center"},{prop:"manual",label:u["a"].t("module.report.inventory.manual"),align:"center"}],b={name:"Inventory",components:{Pagination:c["a"],BaseTable:l["a"],HeadForm:s["a"]},filters:{statusFilter:function(t){var e={published:"success",draft:"info",deleted:"danger"};return e[t]}},data:function(){return{addOrUpdateVisible:!1,keyName:u["a"].t("module.report.reportList.storageBoxNumber"),placeholderName:this.$t("module.report.reportList.queryFiltering"),tableBtn:p,trueWidth:200,tableProps:m,list:[],total:0,listLoading:!0,listQuery:{current:1,size:10}}},created:function(){this.getList()},methods:{getList:function(t){var e=this;this.listLoading=!0,this.listQuery.code=t,console.log(this.listQuery),Object(d["c"])(this.listQuery).then((function(t){var n;(console.log(t),t.data)?e.list=t.data:i()(n=e.list).call(n,0,e.list.length);e.listLoading=!1}))}}},f=b,g=(n("478c"),n("2877")),y=Object(g["a"])(f,r,o,!1,null,"5f68faaa",null);e["default"]=y.exports},"857b":function(t,e,n){}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More