| 12345678910 |
- (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/app-customer-sel"],{"26cd":function(t,e,n){"use strict";n.r(e);var o=n("5128"),i=n.n(o);for(var u in o)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(u);e["default"]=i.a},5128:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n("5315"),i=function(){n.e("components/plugin/bottom-popup").then(function(){return resolve(n("062d"))}.bind(null,n)).catch(n.oe)},u=function(){n.e("components/module/app-close").then(function(){return resolve(n("3239"))}.bind(null,n)).catch(n.oe)},a=function(){n.e("components/module/app-search").then(function(){return resolve(n("80f2"))}.bind(null,n)).catch(n.oe)},c={name:"app-customer-sel",components:{BottomPopup:i,AppClose:u,AppSearchModule:a},props:{show:{type:Boolean,default:!1}},data:function(){return{showPopup:!1,name:"",newClientId:"",customerListData:[]}},mounted:function(){this.showPopup=this.show},computed:{},watch:{show:function(t){this.showPopup=t,t&&this.initList()}},methods:{initList:function(){var e=this;return(0,o.getList)({name:this.name}).then((function(n){var o=n.data.list;e.newClientId=t.getStorageSync("newClient")?t.getStorageSync("newClient").id:"",e.customerListData=o})).catch((function(t){}))},searchFn:function(t){this.name=t,this.initList()},hidePopup:function(){this.$emit("update:show",!1),this.$emit("hide")},switchCustomer:function(t,e){this.$emit("change",t),this.hidePopup()},getCustomerLevelName:function(t){var e="";switch(Number(t)){case 0:e="普通客户";break;case 1:e="一级会员";break;case 2:e="二级会员";break;default:break}return e},gotoAddCustomer:function(){var e=this;t.navigateTo({url:"/pagesClient/member/add",success:function(t){e.hidePopup()},fail:function(){},complete:function(){}})}}};e.default=c}).call(this,n("f3be")["default"])},"94b7":function(t,e,n){"use strict";var o=n("b6da"),i=n.n(o);i.a},a51e:function(t,e,n){"use strict";n.r(e);var o=n("b4a52"),i=n("26cd");for(var u in i)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(u);n("94b7");var a,c=n("0095"),s=Object(c["a"])(i["default"],o["b"],o["c"],!1,null,"56fe6667",null,!1,o["a"],a);e["default"]=s.exports},b4a52:function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return u})),n.d(e,"a",(function(){return o}));var i=function(){var t=this,e=t.$createElement,n=(t._self._c,t.__map(t.customerListData,(function(e,n){var o=t.__get_orig(e),i=t.getCustomerLevelName(e);return{$orig:o,m0:i}})));t.$mp.data=Object.assign({},{$root:{l0:n}})},u=[]},b6da:function(t,e,n){}}]);
- ;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
- 'components/app-customer-sel-create-component',
- {
- 'components/app-customer-sel-create-component':(function(module, exports, __webpack_require__){
- __webpack_require__('f3be')['createComponent'](__webpack_require__("a51e"))
- })
- },
- [['components/app-customer-sel-create-component']]
- ]);
|