diff --git a/fe/PC/public/config.js b/fe/PC/public/config.js index 788283122..ea2f7a384 100644 --- a/fe/PC/public/config.js +++ b/fe/PC/public/config.js @@ -21,7 +21,7 @@ window.SITE_CONFIG['company'] = 'DongYang' window.SITE_CONFIG['client_secret'] = '1q2w3E*' window.SITE_CONFIG['reportsUrl'] = 'http://dev.ccwin-in.com:60079/#/',//74/#/reports/ window.SITE_CONFIG['versionUrl'] = 'http://dev.ccwin-in.com:60070' -window.SITE_CONFIG['companyName'] = '长春一汽富维东阳汽车塑料零部件(安徽)有限公司' +window.SITE_CONFIG['companyName'] = '长春富维东阳汽车零部件有限公司(长春卓越工厂)' //pad-kitting组包页面刷新时间(毫秒) window.SITE_CONFIG['padKittingPackUpdate'] = 180000 // 高拍仪获取地址 diff --git a/fe/PC/src/views/padManage/components/padListPage/index.vue b/fe/PC/src/views/padManage/components/padListPage/index.vue index 9c920963e..3dea30d29 100644 --- a/fe/PC/src/views/padManage/components/padListPage/index.vue +++ b/fe/PC/src/views/padManage/components/padListPage/index.vue @@ -116,7 +116,7 @@
-
当前页:{{padListPager.currentPage}}/{{padListPager.totalPage}}(共{{padListPager.totalCount}}条数据
+
当前已加载页面:{{padListPager.currentPage}}/{{padListPager.totalPage}}(共{{padListPager.totalCount}}条数据
-
+ class="compeletHandlePop" + width="90%" + > +
-
+
@import "@/styles/padMain.scss"; .showInventoryPop{ + ::v-deep .el-dialog{ + margin-bottom:0 !important + } ::v-deep .el-dialog__body{ padding:0 15px !important; } @@ -502,5 +509,17 @@ export default { height:28px; overflow:hidden } + + .compeletHandlePop{ + ::v-deep .el-dialog{ + margin-bottom:0 !important + } + ::v-deep .el-dialog__body{ + padding:0 !important + } + .el-form-item--mini.el-form-item{ + margin-bottom:10px !important + } + } } \ No newline at end of file