代码重构

This commit is contained in:
2025-02-14 17:25:32 +08:00
parent a98e49bea1
commit b8ff1a5eb9
10 changed files with 2353 additions and 994 deletions

View File

@@ -128,3 +128,15 @@ export function UpdateWorkOrderDetail(query) {
params: query,
})
}
/**
* 生成虚拟标签
* @param {查询条件} data
*/
export function GenerateVirtualLabel(query) {
return request({
url: '/mes/qc/gp12/QcGp12Controller/GenerateVirtualLabel',
method: 'post',
data: query,
})
}