diff --git a/src/api/assets/operation/count/index.ts b/src/api/assets/operation/count/index.ts
index b7d98a8..e4be48e 100644
--- a/src/api/assets/operation/count/index.ts
+++ b/src/api/assets/operation/count/index.ts
@@ -101,8 +101,9 @@ export function exportInventoryCountTemplate() {
}
// 上传盘点Excel
-export function importInventoryCount(file: File) {
+export function importInventoryCount(id: string, file: File) {
const formData = new FormData();
+ formData.append('id', id);
formData.append('file', file);
return newService({
url: 'assets/inventory/count/importInventoryCount',
diff --git a/src/views/assets/component/selectWarehouseDialog.vue b/src/views/assets/component/selectWarehouseDialog.vue
new file mode 100644
index 0000000..8218f2b
--- /dev/null
+++ b/src/views/assets/component/selectWarehouseDialog.vue
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/assets/component/selectZoneDialog.vue b/src/views/assets/component/selectZoneDialog.vue
new file mode 100644
index 0000000..e1fbf02
--- /dev/null
+++ b/src/views/assets/component/selectZoneDialog.vue
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/assets/location/component/editLocation.vue b/src/views/assets/location/component/editLocation.vue
index f6610a8..6ca54d9 100644
--- a/src/views/assets/location/component/editLocation.vue
+++ b/src/views/assets/location/component/editLocation.vue
@@ -22,16 +22,20 @@
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
@@ -93,6 +97,8 @@
+
+
+
+
+
+
diff --git a/src/views/assets/operation/count/index.vue b/src/views/assets/operation/count/index.vue
index 67b5c83..f34fe29 100644
--- a/src/views/assets/operation/count/index.vue
+++ b/src/views/assets/operation/count/index.vue
@@ -36,24 +36,6 @@
新增
-
-
- 导出模板
-
-
-
-
- 导入
-
-
@@ -88,9 +70,9 @@
-
+
-
+ 导入
删除
@@ -110,6 +92,7 @@
+
@@ -122,13 +105,12 @@ export default {