+
+
+
\ No newline at end of file
diff --git a/src/views/components/Header.vue b/src/views/components/Header.vue
index 03b723d..68d43cd 100644
--- a/src/views/components/Header.vue
+++ b/src/views/components/Header.vue
@@ -1,111 +1,67 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/views/addLiquid/index.vue b/src/views/addLiquid/index.vue
index 4277e9d..85c2f70 100644
--- a/src/views/addLiquid/index.vue
+++ b/src/views/addLiquid/index.vue
@@ -1,9 +1,9 @@
-
-
-
+
+
+
-
1 硝酸
+
{{ index + 1 }} {{ corros.name }}
@@ -11,60 +11,126 @@
-
300ml
+
{{ corros.ml }}
- 300ml
-
-
-
-
-
-
-
-
1 硝酸
-
-
-
-
-
-
-
-
300ml
-
-
- 300ml
+ {{ `${corros.ml}/${corros.totalMl}` }}
+
\ No newline at end of file
diff --git a/src/views/components/chooseAcidDlg.vue b/src/views/components/chooseAcidDlg.vue
new file mode 100644
index 0000000..cf6b059
--- /dev/null
+++ b/src/views/components/chooseAcidDlg.vue
@@ -0,0 +1,73 @@
+
+
+
+
液体选择
+
+
+
+
+ 确定
+ 取消
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/graphite/components/AddLiquid.vue b/src/views/graphite/components/AddLiquid.vue
new file mode 100644
index 0000000..00c696a
--- /dev/null
+++ b/src/views/graphite/components/AddLiquid.vue
@@ -0,0 +1,173 @@
+
+
+
+
添加溶液
+
+
+
+
+
+
+
300ml
+
+
+
硫酸
+
+
+
+
+
+
+ 请输入添加值
+
+
+
+
+
+
ml
+
+
+
+ 加酸
+
+
+
硫酸已添加100ml
+
+
+
+
+ 确认添加
+ 取消添加
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/graphite/components/AddWaste.vue b/src/views/graphite/components/AddWaste.vue
deleted file mode 100644
index 00c696a..0000000
--- a/src/views/graphite/components/AddWaste.vue
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
-
添加溶液
-
-
-
-
-
-
-
300ml
-
-
-
硫酸
-
-
-
-
-
-
- 请输入添加值
-
-
-
-
-
-
ml
-
-
-
- 加酸
-
-
-
硫酸已添加100ml
-
-
-
-
- 确认添加
- 取消添加
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/graphite/components/CarfList.vue b/src/views/graphite/components/CarfList.vue
new file mode 100644
index 0000000..c99e26f
--- /dev/null
+++ b/src/views/graphite/components/CarfList.vue
@@ -0,0 +1,101 @@
+
+
+
选择工艺
+
+
工艺名称
+
+
{{ item.name }}
+
+
+
+ 确定
+ 取消
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/graphite/components/HeatPosition.vue b/src/views/graphite/components/HeatPosition.vue
index 7b7099a..1f52ec3 100644
--- a/src/views/graphite/components/HeatPosition.vue
+++ b/src/views/graphite/components/HeatPosition.vue
@@ -62,8 +62,6 @@
formulaVisible.value = true;
formulaList.value = [{ text: '硫酸', value: '1' }]
formulaList.value.push({ text: '硫酸', value: '1' })
- console.log('----------选择配方-----------')
-
}
const onConfirmFormula = (value:any) => {
diff --git a/src/views/graphite/components/index.ts b/src/views/graphite/components/index.ts
index 6874727..6a67c69 100644
--- a/src/views/graphite/components/index.ts
+++ b/src/views/graphite/components/index.ts
@@ -1,4 +1,4 @@
export {default as HeatPosition} from './HeatPosition.vue'
export {default as TakePickture} from './TakePickture.vue'
-export { default as AddWaste} from './AddWaste.vue'
+export { default as AddLiquid} from './AddLiquid.vue'
diff --git a/src/views/graphite/index.vue b/src/views/graphite/index.vue
index b2e4279..0222997 100644
--- a/src/views/graphite/index.vue
+++ b/src/views/graphite/index.vue
@@ -21,15 +21,15 @@
- 选择配方
+ 选择工艺
- 执行配方
+ 执行工艺
- 添加溶液
+ 添加溶液摇匀
@@ -57,25 +57,38 @@