fix:禅道195

This commit is contained in:
shijing 2025-11-20 14:55:45 +08:00
parent 83dbf67911
commit 9b3f504a82
1 changed files with 4 additions and 0 deletions

View File

@ -190,6 +190,8 @@ export default {
do_in: "生产入库", do_in: "生产入库",
other_in: "其他入库", other_in: "其他入库",
other_out: "其他出库", other_out: "其他出库",
borrow_out: "领用出库",
return_in: "退还入库",
}, },
cateOptions: [ cateOptions: [
{ id: "do_out", name: "生产领料" }, { id: "do_out", name: "生产领料" },
@ -198,6 +200,8 @@ export default {
{ id: "do_in", name: "生产入库" }, { id: "do_in", name: "生产入库" },
{ id: "other_in", name: "其他入库" }, { id: "other_in", name: "其他入库" },
{ id: "other_out", name: "其他出库" }, { id: "other_out", name: "其他出库" },
{ id: "borrow_out", name: "领用出库" },
{ id: "return_in", name: "退还入库" },
], ],
dialog: { dialog: {
save: false, save: false,