diff --git a/src/components.d.ts b/src/components.d.ts
index 493575d..61024e8 100644
--- a/src/components.d.ts
+++ b/src/components.d.ts
@@ -50,6 +50,7 @@ declare module 'vue' {
ATabPane: typeof import('ant-design-vue/es')['TabPane']
ATabs: typeof import('ant-design-vue/es')['Tabs']
ATag: typeof import('ant-design-vue/es')['Tag']
+ ATextarea: typeof import('ant-design-vue/es')['Textarea']
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
ATransfer: typeof import('ant-design-vue/es')['Transfer']
ATree: typeof import('ant-design-vue/es')['Tree']
diff --git a/src/views/stock/report/stocktakingReport-page.vue b/src/views/stock/report/stocktakingReport-page.vue
index 33adfc4..dac4cbb 100644
--- a/src/views/stock/report/stocktakingReport-page.vue
+++ b/src/views/stock/report/stocktakingReport-page.vue
@@ -1,120 +1,174 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ record.auditType === 'ALL' ? '全部盘点' : '部分盘点' }}
-
-
- 待盘点
- 通过
- 拒绝
- 未通过
- 待审核
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ record.auditType === 'ALL' ? '全部盘点' : '部分盘点' }}
+
+
+ 待扫码
+ 待提交
+ 待审核
+ 审核通过
+ 退回
+
+
+
+
+
+
+ 审核
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 审核通过
+ 退回重盘
+
+
+
+
+
diff --git a/src/views/stock/stocktaking/result-form.vue b/src/views/stock/stocktaking/result-form.vue
index e0d20b5..fd62972 100644
--- a/src/views/stock/stocktaking/result-form.vue
+++ b/src/views/stock/stocktaking/result-form.vue
@@ -1,79 +1,82 @@
-
-
-
-
-
-
-
-
- 库房在库状态但是扫码不存在
- 库房不是在库状态但是扫码存在
- 库房不存在该条码但是扫码存在
-
-
-
-
-
+
+
+
+
+
+
+
+ 库房在库状态但是扫码不存在
+ 库房不是在库状态但是扫码存在
+ 库房不存在该条码但是扫码存在
+
+
+
+
+
+
diff --git a/src/views/stock/stocktaking/stocktaking-page.vue b/src/views/stock/stocktaking/stocktaking-page.vue
index 46ddc51..6691eab 100644
--- a/src/views/stock/stocktaking/stocktaking-page.vue
+++ b/src/views/stock/stocktaking/stocktaking-page.vue
@@ -66,12 +66,6 @@
生成结果
-
-
-
-
- 审核
-