浏览代码

物料发放频次

zhujindu 8 月之前
父节点
当前提交
437d8c691d
共有 2 个文件被更改,包括 10 次插入1 次删除
  1. 9 0
      src/views/deviceOutside/suishenbangOutstoreVisit.vue
  2. 1 1
      src/views/deviceWithin/addStoreVisit.vue

+ 9 - 0
src/views/deviceOutside/suishenbangOutstoreVisit.vue

@@ -930,8 +930,17 @@ export default {
   align-items: center;
   background: rgba(0, 0, 0, 0.5) !important;
   .wuliaoTable {
+    overflow: hidden;
+    display: flex;
+    flex-direction: column;
+    height: 70%;
+    .el-dialog__header {
+      height: 40px;
+    }
     .el-dialog__body {
       padding: 30px 20px !important;
+      overflow-y: auto;
+      flex: 1;
     }
     .cell {
       font-size: 12px;

+ 1 - 1
src/views/deviceWithin/addStoreVisit.vue

@@ -4795,7 +4795,7 @@ export default {
                   .confirm({
                     title: '提示',
                     message: res.msg,
-                    confirmButtonText: '仍要上传',
+                    confirmButtonText: '仍要发放',
                   })
                   .then(() => {
                     this.stillDistribute = true;