修复检验茧票不保存僵蚕数量的问题;修改实验室仪评指标联检测为版本V2

This commit is contained in:
BBIT-Kai
2025-10-11 11:07:04 +08:00
parent 2a6f930f03
commit c1f4386747
5 changed files with 26 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export async function refreshTicketImageList() {
* 上传图片分析任务
*/
export async function createTicketImageTask(formData: FormData) {
return pyRequestClient.post('/llm/createTicketImageTask', formData, {
return pyRequestClient.post('/llm/createTicketImageTaskV2', formData, {
headers: {
'Content-Type': 'multipart/form-data',
},
@@ -44,7 +44,8 @@ function refreshLineChart() {
showInfoStr2.value = {
含水量: `${data.moisture_content} %`,
下足茧重: `${data.cocoon_weight} g`,
'非蛹/僵蚕': `${data.defective_pupa_count}`,
非蛹粒数: `${data.defective_pupa_count}`,
僵蛹粒数: `${data.dead_pupa_count}`,
鲜壳量: `${data.fresh_shell_weight} g`,
小样数: `${data.sample_count}`,
净重合计: `${data.net_weight_total} kg`,