fix: 触发处方下载

20240912_adapter_z
chenhc 1 year ago
parent 5e8e80b3d3
commit dde3f51e4d

@ -573,6 +573,7 @@ export default {
this.checkSuccess = true;
this.filterQuery.code = this.scanCode;
let tQuery = {
viewType: "tagCode",
originCode: this.originCode,
code: this.filterQuery.code.trim(),
};
@ -619,7 +620,12 @@ export default {
this.originCode = "";
this.filterQuery.code = "01" + response.data.nameCode;
this.originCode = this.filterQuery.code;
} else {
}else if (response.code == 601) {
this.formData.billNo = response.data.billNo
this.getBillNo(this.formData.billNo)
this.startDeal();
}else {
this.scanCode = ""
this.$alert(response.message, "提示", {
confirmButtonText: "确定",

Loading…
Cancel
Save