diff --git a/src/common/apis/approval/type.ts b/src/common/apis/approval/type.ts
index 8482885..8ea159e 100644
--- a/src/common/apis/approval/type.ts
+++ b/src/common/apis/approval/type.ts
@@ -147,6 +147,8 @@ export interface SearchReturnApprovalAssetQuery {
corpid?: string;
code?: string;
codeCheck?: number;
+ handleStatus?: number;
+ searchStr?: string;
}
export interface ApprovalGoodsCellEntity {
diff --git a/src/pages/approvalAsset/list.vue b/src/pages/approvalAsset/list.vue
index 0fe3c47..55a5699 100644
--- a/src/pages/approvalAsset/list.vue
+++ b/src/pages/approvalAsset/list.vue
@@ -1,35 +1,13 @@
+
+
+
+
+
-
-
-
-
-
-
-
-
- 搜索
- 输入核销码
-
-
+
@@ -37,7 +15,8 @@
-
+
@@ -53,11 +32,18 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/types/auto/components.d.ts b/types/auto/components.d.ts
index 40774ba..bec2a45 100644
--- a/types/auto/components.d.ts
+++ b/types/auto/components.d.ts
@@ -35,8 +35,10 @@ declare module 'vue' {
VanSidebar: typeof import('vant/es')['Sidebar']
VanSidebarItem: typeof import('vant/es')['SidebarItem']
VanStepper: typeof import('vant/es')['Stepper']
+ VanTab: typeof import('vant/es')['Tab']
VanTabbar: typeof import('vant/es')['Tabbar']
VanTabbarItem: typeof import('vant/es')['TabbarItem']
+ VanTabs: typeof import('vant/es')['Tabs']
VanTag: typeof import('vant/es')['Tag']
VanUploader: typeof import('vant/es')['Uploader']
}