Compare commits
No commits in common. "870049f6ff7afd79542f9b3588f09ce06656a5ac" and "274b8125a04ebaabd4c3533b95db7339016470a4" have entirely different histories.
870049f6ff
...
274b8125a0
|
|
@ -190,8 +190,6 @@ export default {
|
|||
do_in: "生产入库",
|
||||
other_in: "其他入库",
|
||||
other_out: "其他出库",
|
||||
borrow_out: "领用出库",
|
||||
return_in: "退还入库",
|
||||
},
|
||||
cateOptions: [
|
||||
{ id: "do_out", name: "生产领料" },
|
||||
|
|
@ -200,8 +198,6 @@ 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