Compare commits
2 Commits
c8e1b732bc
...
e057678be3
| Author | SHA1 | Date |
|---|---|---|
|
|
e057678be3 | |
|
|
22ea2230c8 |
|
|
@ -361,6 +361,7 @@ export default {
|
||||||
typeOptions: [
|
typeOptions: [
|
||||||
{ name: "交送", value: "send" },
|
{ name: "交送", value: "send" },
|
||||||
{ name: "接收", value: "recive" },
|
{ name: "接收", value: "recive" },
|
||||||
|
{ name: "合批", value: "hepi" },
|
||||||
],
|
],
|
||||||
searchType: "",
|
searchType: "",
|
||||||
options: ["交送", "接收"],
|
options: ["交送", "接收"],
|
||||||
|
|
@ -502,6 +503,8 @@ export default {
|
||||||
that.query.recive_mgroup = that.mgroupId;
|
that.query.recive_mgroup = that.mgroupId;
|
||||||
that.query.send_mgroup = "";
|
that.query.send_mgroup = "";
|
||||||
}
|
}
|
||||||
|
}else if (that.searchType == "hepi") {
|
||||||
|
that.query.mtype =30;
|
||||||
} else {
|
} else {
|
||||||
that.query.send_mgroup = "";
|
that.query.send_mgroup = "";
|
||||||
that.query.recive_mgroup = "";
|
that.query.recive_mgroup = "";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue