处方修改

20240912_adapter_z
anthonywj 8 months ago
parent 89bacd4fc4
commit f33188e242

@ -1528,7 +1528,7 @@ export default {
const resultParts = ["扫码解析结果:" + data.code];
if (data.udi) {
resultParts.push("DI标识: " + data.udi);
resultParts.push("层级标识: " + data.udi);
}
if (data.batchNo) {
resultParts.push("批次号: " + data.batchNo);

@ -432,7 +432,7 @@ export default {
},
created() {
getHead("prescribeDownload", "1").then((re) => {
getHead("selectTagPrescribe", "1").then((re) => {
//
this.tableObj = re.data;
this.tableHeader = re.data.tableList;

Loading…
Cancel
Save