Browse Source

first commit

liuhairui 9 months ago
parent
commit
20410eb75b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/view/inventory/ruku.vue

+ 4 - 1
src/view/inventory/ruku.vue

@@ -123,9 +123,12 @@
   <!--单号记录 -->
   <el-dialog v-model="pickingaddvisible" :before-close="()=> pickingaddvisible = false" style="width: 70%; margin: 5% auto; height: 79%;" :title="'出库、入库、退还记录'" destroy-on-close>
 	   <div class="dialog-footer" style="bottom: 10px; right: 10px; width: 100%;">
-		 <el-button  type="primary" @click="ckth_closeDialog" style="width: 80px;height: 40px;">关 闭</el-button>
+		 <el-button  type="primary" @click="ckth_closeDialog" style="width: 80px;height: 40px;display: inline-block;">关 闭</el-button>
+		 <h3 style="color: red;display: inline-block;margin-left: 20px;">双击表格行查看入库单明细</h3>
 	   </div>
+	   
 	   <br>
+	   
 		<div>
 			<el-tabs v-model="activeName" @tab-click="handleClick">
               <!-- <el-tab-pane label="出库记录"  @click="showTable('出库记录')"  name="first">