diff --git a/components/searchselect.vue b/components/searchselect.vue
new file mode 100644
index 0000000..59e57da
--- /dev/null
+++ b/components/searchselect.vue
@@ -0,0 +1,385 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/em/repair_form.vue b/pages/em/repair_form.vue
new file mode 100644
index 0000000..6736d06
--- /dev/null
+++ b/pages/em/repair_form.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+ {{form.create_time}}
+
+
+
+ {{form.equipment_fullname}}
+
+
+
+ {{form.fault_description}}
+
+
+
+ {{form.fault_cate}}
+
+
+
+ {{form.repair_user_name}}
+
+
+
+ {{form.repair_start_time}}
+
+
+
+ {{form.repair_duration}}
+
+
+
+ {{form.repair_description}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/pum/supplieraudit_form.vue b/pages/pum/supplieraudit_form.vue
index c2ee39d..f3b9628 100644
--- a/pages/pum/supplieraudit_form.vue
+++ b/pages/pum/supplieraudit_form.vue
@@ -96,127 +96,10 @@ import xtUpload from "@/components/xtUpload.vue"
progress(e){
console.log(e)
},
- async handleSave(id){
+ async handleDel(){
let that = this;
- that.$refs.customForm.validate().then(res => {
-
- }).catch(err => {
- console.log('err', err);
- })
- let res = await that.$api.supplierauditCreate(that.form)
- },
- }
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-