This commit is contained in:
2026-02-02 17:17:48 +08:00
parent 691657e0b2
commit 78107d72e1
3 changed files with 21 additions and 30 deletions

View File

@@ -172,7 +172,7 @@ const isChukuList = ref([
{ value: 0, label: "已入库", elTagType: "success", elTagClass: null },
{ value: 1, label: "已出库", elTagType: "warning", elTagClass: null },
{ value: 2, label: "借料出库", elTagType: "danger", elTagClass: null },
{ value: 3, label: "料入库", elTagType: "primary", elTagClass: null },
{ value: 3, label: "已归", elTagType: "primary", elTagClass: null },
])
const data = reactive({