소스 검색

前端sdy

zhongtianhaoyuan 4 년 전
부모
커밋
c25853502c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/warehouse/warehouseManagementLook.vue
  2. 1 1
      src/views/warehouse/warehouseManagementPerfectput.vue

+ 1 - 1
src/views/warehouse/warehouseManagementLook.vue

@@ -121,7 +121,6 @@
         >关闭</el-button
       >
     </div>
-    
   </div>
 </template>
 <script>
@@ -191,6 +190,7 @@ export default {
   activated() {
     this.selectpackingMethod()
     this.showType = this.isShow
+    this.loaddata()
   },
   computed : {
    totalStorage :function() {

+ 1 - 1
src/views/warehouse/warehouseManagementPerfectput.vue

@@ -120,7 +120,7 @@
             <ws-date-picker
               v-model="dataList.inOutDate"
               type="date"
-              placeholder="请选择库日期"
+              placeholder="请选择库日期"
               value-format="yyyy-MM-dd"
             />
           </ws-form-item>