fix:半成品生产入库显示隐藏物料

This commit is contained in:
shijing 2024-08-02 10:35:33 +08:00
parent 0bd5345cd1
commit 4466350cde
1 changed files with 10 additions and 1 deletions

View File

@ -28,6 +28,15 @@
:value="item"
>
<span style="float: left">{{ item.full_name }}</span>
<span
style="
float: right;
color: '#E6A23C';
font-size: 13px;
"
v-if="item.is_hidden"
></span
>
</el-option>
</el-select>
</el-form-item>
@ -286,7 +295,7 @@ export default {
this.inputBatchDisable = true;
} else if (type == "do_in") {
//
query = { page: 0, type__in: type__in, is_hidden: false };
query = { page: 0, type__in: type__in };
this.inputBatchDisable = false;
} else if (type == "pur_in") {
//