diff --git a/application/admin/view/order_main/index.html b/application/admin/view/order_main/index.html
index 8efbf2a..6d293df 100755
--- a/application/admin/view/order_main/index.html
+++ b/application/admin/view/order_main/index.html
@@ -101,9 +101,9 @@
-
@@ -437,7 +439,9 @@
"memo":""
},
memoList:[],
- showMemo:false
+ showMemo:false,
+ isExpand: true,
+ showTable:true
}
},
created() {
@@ -501,6 +505,14 @@
},
},
methods: {
+ zhankai(val){
+ this.isExpand = val;
+ this.showTable = false;
+ setTimeout(e => {
+ this.showTable = true;
+ // this.showTable(true)
+ }, 1000); // 定时时间
+ },
getSupplierList(){
axios.post("/hotel.php/cf_suplier_info/getList", this.search).then((response) => {
console.log(response)