修复检验茧票不保存僵蚕数量的问题;修改实验室仪评指标联检测为版本V2
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user