fix:成品入库记录提交除了光芯是接收,其他暂时为提交

This commit is contained in:
shijing 2025-12-24 14:03:27 +08:00
parent 1e39856004
commit 0adebe5fe4
1 changed files with 7 additions and 1 deletions

View File

@ -113,7 +113,7 @@
v-auth="'mio.submit'" v-auth="'mio.submit'"
v-if="scope.row.state == 10" v-if="scope.row.state == 10"
> >
<span v-if="scope.row.type =='do_in'">接收</span> <span v-if="scope.row.type =='do_in'&&project_code=='gx'">接收</span>
<span v-else>提交</span> <span v-else>提交</span>
</el-button> </el-button>
<el-button <el-button
@ -207,9 +207,15 @@ export default {
type: "", type: "",
cate: "good", cate: "good",
mioId: "", mioId: "",
project_code: "",
visibleDrawer: false, visibleDrawer: false,
}; };
}, },
mounted() {
let that = this;
let config_base = that.$TOOL.data.get("BASE_INFO").base;
that.project_code = config_base.base_code;
},
methods: { methods: {
// //
add(type) { add(type) {