feat:光芯交接记录筛选添加”合批“
This commit is contained in:
parent
9cd9137431
commit
22ea2230c8
|
|
@ -361,6 +361,7 @@ export default {
|
|||
typeOptions: [
|
||||
{ name: "交送", value: "send" },
|
||||
{ name: "接收", value: "recive" },
|
||||
{ name: "合批", value: "hepi" },
|
||||
],
|
||||
searchType: "",
|
||||
options: ["交送", "接收"],
|
||||
|
|
@ -502,6 +503,8 @@ export default {
|
|||
that.query.recive_mgroup = that.mgroupId;
|
||||
that.query.send_mgroup = "";
|
||||
}
|
||||
}else if (that.searchType == "hepi") {
|
||||
that.query.mtype =30;
|
||||
} else {
|
||||
that.query.send_mgroup = "";
|
||||
that.query.recive_mgroup = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue