+
+
+
+
+
+
+
+
+
+
+
+
+ 确定
+ {
+ this.$emit('closeDialog')
+ }
+ "
+ >取消
+
+
+
+
+
+
+
+
diff --git a/src/views/material/storageConfig/config.js b/src/views/material/storageConfig/config.js
new file mode 100644
index 0000000..35ea9f4
--- /dev/null
+++ b/src/views/material/storageConfig/config.js
@@ -0,0 +1,15 @@
+
+export const formLabel = [
+ { f_label: '关键字', f_model: 'houseId', f_type: 'ipt' },
+]
+export const columnsList = [
+ { t_props: 'houseId', t_label: '仓库名称', },
+ { t_props: 'typeId', t_label: '物资名称' },
+ // { t_props: 'companyId', t_label: '地理位置' },
+ // { t_props: 'remark', t_label: '备注' },
+]
+export const dialogConfig = {
+ outerWidth: '40%',
+ outerTitle: '',
+ outerVisible: false,
+}
diff --git a/src/views/material/storageConfig/index.vue b/src/views/material/storageConfig/index.vue
new file mode 100644
index 0000000..484b1b7
--- /dev/null
+++ b/src/views/material/storageConfig/index.vue
@@ -0,0 +1,88 @@
+