소스 검색

盘点页面bug修改

eric2h 4 년 전
부모
커밋
b4253b1dc5
3개의 변경된 파일14281개의 추가작업 그리고 634개의 파일을 삭제
  1. 13633 23
      package-lock.json
  2. 2 2
      resources/views/inventory/stockInventory/inventoryMission.blade.php
  3. 646 609
      yarn.lock

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 13633 - 23
package-lock.json


+ 2 - 2
resources/views/inventory/stockInventory/inventoryMission.blade.php

@@ -1624,8 +1624,8 @@
                                 return true;
                             });
                             _this.重排序并显示();
-                            if (response.data.inventoryMission.difference_amount!==0)_this.初盘有盘点差异_确认是否重盘();
-                            if (response.data.inventoryMission.difference_amount===0){
+                            if (response.data.inventoryMission.difference_amount!=0){_this.初盘有盘点差异_确认是否重盘();}
+                            if (response.data.inventoryMission.difference_amount==0){
                                 _this.清空inputs();
                                 tempTip.setDuration(3000);
                                 tempTip.showSuccess('盘点成功!');

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 646 - 609
yarn.lock


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.