@@ -6,7 +6,7 @@
"searchMenuSpan": 6,
"dialogWidth": "60%",
"searchShowBtn": false,
- "searchShow": false,
+ "searchShow": true,
"menu": false,
"addBtn": false,
"tree": true,
@@ -22,7 +22,7 @@
{
"label": "客户编码",
"prop": "code",
- "search": true,
+ "search": false,
"index": 1,
"width":100,
"rules": [
@@ -48,7 +48,7 @@
},{
"label": "区域",
"prop": "belongtoarea",
"index": 4,
"width":180,
@@ -61,7 +61,7 @@
"label": "所属公司",
"prop": "belongtocompany",
"index": 5,
@@ -74,7 +74,7 @@
"label": "联系人",
"prop": "attn",
"index": 6,
@@ -87,7 +87,7 @@
"label": "代理品牌",
"prop": "goodtypes",
"index": 7,
@@ -100,7 +100,7 @@
"label": "客户等级 ",
"prop": "creditLevel",
"index": 8,
@@ -130,7 +130,7 @@ export default {
}
},
created() {
- this.option.searchShow = this.configuration.searchShow ? this.configuration.searchShow : false
+ // this.option.searchShow = this.configuration.searchShow ? this.configuration.searchShow : false
this.remoteMethod()
methods: {
"label": "库区编码",
"width": 100,
@@ -50,7 +50,7 @@
"label": "地址",
"prop": "addr",
"index": 3,
@@ -64,7 +64,7 @@
"rules": [{
@@ -76,7 +76,7 @@
"label": "电话",
"prop": "tel",
@@ -88,7 +88,7 @@
"label": "是否计费",
"prop": "iffee",
"label": "库容",
"prop": "storageCapacity",
@@ -131,7 +131,7 @@ export default {