From 742c4b025868dc346503318fce65d5b1901166c1 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 25 四月 2024 09:51:24 +0800 Subject: [PATCH] 修改 --- src/views/common/rawMaterial-part.vue | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/common/rawMaterial-part.vue b/src/views/common/rawMaterial-part.vue index 9a29d28..27a3d34 100644 --- a/src/views/common/rawMaterial-part.vue +++ b/src/views/common/rawMaterial-part.vue @@ -1,4 +1,5 @@ <template> + <div class="body"> <el-dialog v-diadrag width="60%" @@ -18,7 +19,7 @@ :uploadInfo="uploadInfo" :prelang="prelang" :options="options" - :bottomOffset="350" + :bottomOffset="150" :ajaxFun="ajaxFun" :paramObj="paramObj" :isShowPagination="false" @@ -32,6 +33,7 @@ <el-button type="primary" @click="saveSelectRow">纭� 瀹�</el-button> </div> </el-dialog> + </div> </template> <script> import ttable from '@/views/common/ztt-table' @@ -65,7 +67,6 @@ return { ajaxFun: chooseIFS, innerVisible: false, - listLoading: true, currentRow: null, multipleSelection: [], uploadInfo: { @@ -194,8 +195,6 @@ } }, saveSelectRow() { - // console.log(this.multipleSelection); - console.log(); if (this.multiSelect) { this.$emit('handleSelectionChange', this.multipleSelection) } else { @@ -210,9 +209,7 @@ this.$parent.costPlannedAmountChange(this.currentRow) }, handleCurrentChange(row) { - console.log(row); this.currentRow = row - console.log(this.currentRow); }, handleSelectionChange(val) { // 澶氳閫変腑 @@ -224,6 +221,7 @@ this.innerVisible = this.currshowlist if (this.currshowlist) { this.$nextTick(() => { + // this.table.data=[] this.getData() }) } @@ -250,5 +248,10 @@ margin-top: 0px; margin-bottom: 5px; } + /* @media screen and (max-width: 800px) { + .el-dialog { + height: 600px !important; + } + } */ </style> \ No newline at end of file -- Gitblit v1.9.3