Compare commits
No commits in common. "e057678be374cfcf3f479955c66adb479b87ed95" and "c8e1b732bc7f8df1e9c2a8b375c4a056f00ca861" have entirely different histories.
e057678be3
...
c8e1b732bc
|
|
@ -361,7 +361,6 @@ export default {
|
||||||
typeOptions: [
|
typeOptions: [
|
||||||
{ name: "交送", value: "send" },
|
{ name: "交送", value: "send" },
|
||||||
{ name: "接收", value: "recive" },
|
{ name: "接收", value: "recive" },
|
||||||
{ name: "合批", value: "hepi" },
|
|
||||||
],
|
],
|
||||||
searchType: "",
|
searchType: "",
|
||||||
options: ["交送", "接收"],
|
options: ["交送", "接收"],
|
||||||
|
|
@ -503,8 +502,6 @@ 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