浏览代码

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"