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