huangguoce 1 ماه پیش
والد
کامیت
8f70acad83

+ 1 - 1
src/views/common/NewDigitalInvoiceUploadComponent.vue

@@ -19,7 +19,7 @@
 			</template>
 		</el-upload>
 		<!-- </el-divider> -->
-		<div style="height: calc(100% - 80px);">
+		<div style="height: calc(100% - 80px);margin-top: -20px;">
 			<!-- 进度条 -->
 			<el-progress style="margin-left: 5em" v-if="progressFlag" :percentage="loadProgress"></el-progress>
 			<el-table :row-class-name="tableRowClassName" ref="uploadTable" v-loading="loading" :key="tableKey"

+ 1 - 3
src/views/common/reimbursement/ReimbursementComponent.vue

@@ -2597,15 +2597,13 @@ export default {
             this.handleTableInfo(this.inputForm.sourceType)
             await this.tableRef.clearEdit()
             let tempIndex = this.tableRef.getRowExpandRecords().findIndex(item => {
-                return row.id == item.id
+                return row.uniqueId == item.uniqueId
             })
             if (tempIndex == -1) {
                 this.tableRef.setRowExpand(this.tableData[index], true)
-
             }
             setTimeout(() => {
                 this.$refs[row.uniqueId + "Upload"].$el.querySelector('.upload-btn').click();
-
             }, 100)
 
         },