feat:光芯交接记录筛选添加”合批“

This commit is contained in:
shijing 2025-11-13 16:44:57 +08:00
parent 9cd9137431
commit 22ea2230c8
1 changed files with 3 additions and 0 deletions

View File

@ -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 = "";