|
@@ -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"
|