| | |
| | | priEmail:'', //联系邮箱 |
| | | priMblNo:'', //负责人手机 |
| | | }, |
| | | |
| | | rule:[ |
| | | {key:"priName",message:"请输入负责人姓名",type:"isEmpty"}, |
| | | {key:"priName",message:"请输入正确的负责人姓名",rule:/^[\u4e00-\u9fa50-9a-zA-Z]{1,6}$/}, |
| | |
| | | import { mapState } from 'vuex'; |
| | | export default { |
| | | name: "stores-detail", |
| | | computed: { |
| | | ...mapState(["userinfo"]), |
| | | }, |
| | | data(){ |
| | | return { |
| | | orgType:"", |
| | | isShowArea:false, |
| | | dialogShow:false, |
| | | menText:'冻结店员', |
| | |
| | | } |
| | | }, |
| | | created(){ |
| | | this.orgType = this.userinfo.orgType; |
| | | this.init(); |
| | | }, |
| | | methods:{ |
| | |
| | | orgId:this.queryStoreId, |
| | | id:this.$route.query.mgrId |
| | | }; |
| | | list.menuPower = [100001, 100006] |
| | | if(this.$validator(this.form,this.rule).check(item=>{ |
| | | this.$notify(item.message); |
| | | })){ |