diff --git a/package.json b/package.json index bfbf776..00c114e 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "select2": "^4.1.0-rc.0", "socket.io-client": "^4.8.1", "sortablejs": "^1.14.0", + "three": "^0.181.2", "vue": "3.5.23", "vue-cropper": "1.1.1", "vue-plugin-hiprint": "^0.0.60", diff --git a/src/api/liswork/micro/index.ts b/src/api/liswork/micro/index.ts index 3382b75..65aa33a 100644 --- a/src/api/liswork/micro/index.ts +++ b/src/api/liswork/micro/index.ts @@ -179,4 +179,12 @@ export function cbebCheck(data?: Object) { method: 'get', params: data }) +} +//修改样本检验日期 +export function changepatjyrq(data?: Object) { + return request({ + url: '/lisworkgerm/changepatjyrq', + method: 'get', + params: data + }) } \ No newline at end of file diff --git a/src/components/Ballpit/index.vue b/src/components/Ballpit/index.vue index e69de29..196d08f 100644 --- a/src/components/Ballpit/index.vue +++ b/src/components/Ballpit/index.vue @@ -0,0 +1,511 @@ + + + + + diff --git a/src/components/projectDetails/index.vue b/src/components/projectDetails/index.vue index 32045b7..b7ebc12 100644 --- a/src/components/projectDetails/index.vue +++ b/src/components/projectDetails/index.vue @@ -15,9 +15,10 @@ - + + \ No newline at end of file diff --git a/src/views/liswork/work/components/dlDialog.vue b/src/views/liswork/work/components/dlDialog.vue new file mode 100644 index 0000000..3091447 --- /dev/null +++ b/src/views/liswork/work/components/dlDialog.vue @@ -0,0 +1,130 @@ + + + + + 刷新 + 重发申请单 + 取消申请单 + + + + {{ row.instrid ? dlObj[row.instrid] : '未发送指令' }} + + + {{ formatDict(row.brxb, 'SX') }} + + + {{ formatDict(row.nldw, 'AU') }} + + + 样本总数:{{ dlTableData.length }} + + + + + + + + + \ No newline at end of file diff --git a/src/views/liswork/work/components/mergeResults.vue b/src/views/liswork/work/components/mergeResults.vue new file mode 100644 index 0000000..a829390 --- /dev/null +++ b/src/views/liswork/work/components/mergeResults.vue @@ -0,0 +1,113 @@ + + + + + + + 5天内 + 10天内 + 20天内 + 30天内 + + + + + 复制 + 移动 + + + + + 覆盖 + 不覆盖 + + + + 只显示同一申请单号 + + 合并 + 取消 + + + + + + + {{ formatDict(row.brxb, 'SX') }} + + + {{ formatDict(row.nldw, 'AU') }} + + + + + + + + + + \ No newline at end of file diff --git a/src/views/liswork/work/components/viewBackup.vue b/src/views/liswork/work/components/viewBackup.vue index 5b3aa6c..276097d 100644 --- a/src/views/liswork/work/components/viewBackup.vue +++ b/src/views/liswork/work/components/viewBackup.vue @@ -105,17 +105,15 @@