소스 검색

043011111

liuhj 3 달 전
부모
커밋
9280276812
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/components/OP/SuppliesInventory.vue

+ 2 - 1
src/components/OP/SuppliesInventory.vue

@@ -1206,7 +1206,7 @@ export default {
                     auditDep=val.auditPers[i].auditDep
                 }
             }
-            
+
             if (auditDep==0) {
                 return this.$message.error('没有审核权限');
             }
@@ -1393,6 +1393,7 @@ export default {
                 that.$message.error("操作错误,联系信息部!");
             });
         },
+        
         //入库api
         GoodsStorageOP(){
             var url = "/api/PersonnelModule/GoodsStorageOP"