fix:coding#608
This commit is contained in:
parent
208c0aee5c
commit
f079ad9144
|
@ -165,15 +165,18 @@ export default {
|
|||
{ id: 10, name: "创建中" },
|
||||
{ id: 20, name: "已提交" },
|
||||
],
|
||||
typeDict: { pur_in: "采购入库" },
|
||||
cateOptions: [{ id: "pur_in", name: "采购入库" }],
|
||||
typeDict: {
|
||||
pur_in: "采购入库",
|
||||
do_out: "领料出库",
|
||||
},
|
||||
cateOptions: [{ id: "pur_in", name: "采购入库" }, { id: "do_out", name: "领料出库" }],
|
||||
dialog: {
|
||||
save: false,
|
||||
record: false,
|
||||
},
|
||||
query: {},
|
||||
params: {
|
||||
type__in: "pur_in",
|
||||
type__in: "pur_in,do_out",
|
||||
materials__type__in: "40, 50, 60, 70",
|
||||
},
|
||||
form: {},
|
||||
|
|
Loading…
Reference in New Issue