fix: 拉取处方加工位入参

20240912_adapter_z
chenhc 10 months ago
parent 0965d17312
commit 787ffd326b

@ -574,6 +574,7 @@ export default {
this.filterQuery.code = this.scanCode; this.filterQuery.code = this.scanCode;
let tQuery = { let tQuery = {
viewType: "tagCode", viewType: "tagCode",
workPlaceCode: this.workplaceId,
originCode: this.originCode, originCode: this.originCode,
code: this.filterQuery.code.trim(), code: this.filterQuery.code.trim(),
}; };

Loading…
Cancel
Save