fix:成品入库记录提交除了光芯是接收,其他暂时为提交
This commit is contained in:
parent
1e39856004
commit
0adebe5fe4
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue