fix:禅道195
This commit is contained in:
parent
83dbf67911
commit
9b3f504a82
|
|
@ -190,6 +190,8 @@ export default {
|
|||
do_in: "生产入库",
|
||||
other_in: "其他入库",
|
||||
other_out: "其他出库",
|
||||
borrow_out: "领用出库",
|
||||
return_in: "退还入库",
|
||||
},
|
||||
cateOptions: [
|
||||
{ id: "do_out", name: "生产领料" },
|
||||
|
|
@ -198,6 +200,8 @@ export default {
|
|||
{ id: "do_in", name: "生产入库" },
|
||||
{ id: "other_in", name: "其他入库" },
|
||||
{ id: "other_out", name: "其他出库" },
|
||||
{ id: "borrow_out", name: "领用出库" },
|
||||
{ id: "return_in", name: "退还入库" },
|
||||
],
|
||||
dialog: {
|
||||
save: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue