Browse Source

前端sdy

zhongtianhaoyuan 4 năm trước cách đây
mục cha
commit
c25853502c

+ 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>