Browse Source

043011111

liuhj 3 months ago
parent
commit
9280276812
1 changed files with 2 additions and 1 deletions
  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"