- 领料
+ >领料 -->
入库
-
-
- 查看
-
-
- 编辑
-
-
- 提交
-
-
- 删除
-
-
- 撤销
+
+ 查看
+ 编辑
+ {{ scope.row.type=='do_out'?'接收':'提交' }}
+ 删除
+ 撤销
@@ -234,6 +206,7 @@ export default {
let that = this;
that.params.mgroup = that.mgroupId;
that.apiObj = that.$API.inm.mio.list;
+ that.userId = this.$TOOL.data.get("USER_INFO").id;
that.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code;
console.log("project_code",that.project_code);
},