7 changed files with 146 additions and 192 deletions
			
			
		- 
					40src/views/archivesManage/outInStorage/inStorage/index.vue
- 
					95src/views/archivesManage/outInStorage/inStorage/module/fieldDetail.vue
- 
					11src/views/archivesManage/outInStorage/inStorage/module/handDialog.vue
- 
					44src/views/archivesManage/outInStorage/inStorage/module/inDialog.vue
- 
					93src/views/archivesManage/outInStorage/module/detailDialog.vue
- 
					24src/views/archivesManage/outInStorage/outInHistory/index.vue
- 
					31src/views/archivesManage/outInStorage/outStorage/index.vue
| @ -1,95 +0,0 @@ | |||||
| <template> |  | ||||
|   <div> |  | ||||
|     <el-dialog title="档案盒详情" :visible.sync="detailVisible"> |  | ||||
|       <span class="dialog-right-top" /> |  | ||||
|       <span class="dialog-left-bottom" /> |  | ||||
|       <div class="setting-dialog"> |  | ||||
|         <div class="dpflex"> |  | ||||
|           <p class="left"><span class="color-blue">盒名称:</span><span class="color-white">{{ rowData.fieldName }}</span></p> |  | ||||
|           <p class="right"><span class="color-blue">存放位置:</span><span class="color-white">{{ rowData.storagePath }}</span></p> |  | ||||
|         </div> |  | ||||
|         <div class="dpflex"> |  | ||||
|           <p class="left"><span class="color-blue">条形码:</span><span class="color-white">{{ rowData.barCode }}</span></p> |  | ||||
|           <p class="right"><span class="color-blue">TID:</span><span class="color-white">{{ rowData.TID }}</span></p> |  | ||||
|         </div> |  | ||||
|         <div class="dpflex"> |  | ||||
|           <p class="left"><span class="color-blue">创建时间:</span><span class="color-white">{{ rowData.operationTime }}</span></p> |  | ||||
|         </div> |  | ||||
|       </div> |  | ||||
|       <el-table :data="tableData" style="margin-top:15px"> |  | ||||
|         <el-table-column type="index" label="序号" align="center" width="55" /> |  | ||||
|         <el-table-column prop="" label="子条数目" width="100" /> |  | ||||
|         <el-table-column prop="" label="门类级别" width="140" /> |  | ||||
|         <el-table-column prop="" label="门类名称" width="130" /> |  | ||||
|         <el-table-column prop="" label="全宗号" width="80" /> |  | ||||
|         <el-table-column prop="" label="档号" width="140" /> |  | ||||
|         <el-table-column prop="" label="归档年度" width="140" /> |  | ||||
|         <el-table-column prop="" label="题名" width="140" /> |  | ||||
|         <el-table-column prop="" label="保密程度" width="140" /> |  | ||||
|         <el-table-column prop="" label="部门" width="80" /> |  | ||||
|         <el-table-column prop="" label="盒名称" width="140" /> |  | ||||
|         <el-table-column prop="" label="所在位置" width="140" /> |  | ||||
|         <el-table-column prop="" label="创建时间" width="140" /> |  | ||||
|       </el-table> |  | ||||
|     </el-dialog> |  | ||||
|   </div> |  | ||||
| </template> |  | ||||
| 
 |  | ||||
| <script> |  | ||||
| export default { |  | ||||
|   data() { |  | ||||
|     return { |  | ||||
|       detailVisible: false, |  | ||||
|       rowData: {}, |  | ||||
|       tableData: [] |  | ||||
|     } |  | ||||
|   } |  | ||||
| } |  | ||||
| </script> |  | ||||
| 
 |  | ||||
| <style lang="scss" scoped> |  | ||||
| @import '~@/assets/styles/lend-manage.scss'; |  | ||||
| ::v-deep .el-dialog__body{ |  | ||||
|   padding: 60px 40px 80px 40px; |  | ||||
| } |  | ||||
| ::v-deep .el-dialog{ |  | ||||
|   width: 1200px; |  | ||||
| } |  | ||||
| ::v-deep .el-dialog .el-dialog__header .el-dialog__close::before{ |  | ||||
|     position: absolute; |  | ||||
|     right: -283px; |  | ||||
|     bottom: -10px; |  | ||||
| } |  | ||||
| p{ |  | ||||
|   display: flex; |  | ||||
|   height: 40px; |  | ||||
|   align-items: center; |  | ||||
|   .color-blue{ |  | ||||
|     color: #3A99FD; |  | ||||
|     width: 70px; |  | ||||
|     height: 19px; |  | ||||
|     text-align: right; |  | ||||
|   } |  | ||||
|   .color-white{ |  | ||||
|     color: white; |  | ||||
|     padding: 0 0 0 20px; |  | ||||
|   } |  | ||||
| } |  | ||||
| .dpflex{ |  | ||||
|   display: flex; |  | ||||
|   .left{ |  | ||||
|     flex: 1; |  | ||||
|   } |  | ||||
|   .center{ |  | ||||
|     flex:1; |  | ||||
|   } |  | ||||
|   .right{ |  | ||||
|     flex: 1; |  | ||||
|     .cell-lend{ |  | ||||
|       margin-left: 20px; |  | ||||
|       width: 76px; |  | ||||
|     } |  | ||||
|   } |  | ||||
| } |  | ||||
| 
 |  | ||||
| </style> |  | ||||
						Write
						Preview
					
					
					Loading…
					
					Cancel
						Save
					
		Reference in new issue