1 line
9.7 KiB
JavaScript
1 line
9.7 KiB
JavaScript
|
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-08eae24b"],{"31d2":function(t,e,r){},4636:function(t,e,r){r("31d2")},c4ad:function(t,e,r){r.r(e),r("99af"),r("14d9"),r("e9f5"),r("7d54"),r("a9e3"),r("d3b7"),r("159b");var a=r("c4c8"),n={name:"index",props:{is_new:{type:String,default:""},type:{type:Number,default:0},diy:{type:Boolean,default:!1},ischeckbox:{type:Boolean,default:!1},liveStatus:{type:Boolean,default:!1},isLive:{type:Boolean,default:!1},isdiy:{type:Boolean,default:!1},selectIds:{type:Array,default:function(){return[]}},datas:{type:Object,default:function(){return{}}}},data:function(){return{templateRadio:0,modal_loading:!1,treeSelect:[],formValidate:{page:1,limit:15,cate_id:"",store_name:"",is_new:this.is_new},total:0,modals:!1,loading:!1,grid:{xl:10,lg:10,md:12,sm:24,xs:24},tableList:[],currentid:0,productRow:{},images:[],many:"",goodType:"",goodList:[{activeValue:0,title:"商品列表"},{activeValue:"4",title:"热门榜单"},{activeValue:"5",title:"首发新品"},{activeValue:"6",title:"促销单品"},{activeValue:"7",title:"精品推荐"}]}},computed:{},watch:{ischeckbox:{handler:function(t,e){t&&(this.many="many")},immediate:!0}},created:function(){var t="";t=this.ischeckbox?"many":this.$route.query.type;this.many=t},mounted:function(){this.goodsCategory()},methods:{productList:function(){this.formValidate.page,this.formValidate.limit,this.formValidate.cate_id,this.formValidate.store_name,this.type||this.goodType,this.loading=!0},getTemplateRow:function(t){var e=[],r={image:t.image,product_id:t.id,store_name:t.store_name,temp_id:t.temp_id};e.push(r),this.images=e,this.diyVal=t,this.$emit("getProductId",t)},changeCheckbox:function(t){var e=[];t.forEach((function(t){t={image:t.image,product_id:t.id,store_name:t.store_name,temp_id:t.temp_id},e.push(t)})),this.images=e,this.diyVal=t},goodsCategory:function(){var t=this;Object(a.d)(1).then((function(e){t.treeSelect=e.data})).catch((function(e){t.$message.error(e.msg)}))},ok:function(){var t;0<this.images.length?"image"===this.$route.query.fodder?(t=form_create_helper.get("image"),form_create_helper.set("image",t.concat(this.images)),form_create_helper.close("image")):(this.$refs.table.clearSelection(),this.isdiy?this.$emit("getProductId",this.diyVal):this.$emit("getProductId",this.images)):this.$message.warning("请先选择商品")},userSearchs:function(){this.currentid=0,this.productRow={},this.formValidate.page=1},clear:function(){this.productRow.id="",this.currentid=""}}};r("4636"),r=r("2877"),r=Object(r.a)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"goodList"},[e("el-form",{ref:"formValidate",staticClass:"tabform",attrs:{model:t.formValidate,"label-width":"80px","label-position":"right",inline:""}},[t.liveStatus?t._e():e("el-form-item",{attrs:{label:"商品分类:"}},[e("el-cascader",{staticClass:"form_content_width",attrs:{size:"small",options:t.treeSelect,props:{checkStrictly:!0,emitPath:!1},clearable:""},model:{value:t.formValidate.cate_id,callback:function(e){t.$set(t.formValidate,"cate_id",e)},expression:"formValidate.cate_id"}})],1),!t.type&&t.diy?e("el-form-item",{attrs:{label:"商品类型:"}},[e("el-select",{staticClass:"form_content_width",attrs:{clearable:""},on:{change:t.userSearchs},model:{value:t.goodType,callback:function(e){t.goodType=e},expression:"goodType"}},t._l(t.goodList,(function(t){return e("el-option",{key:t.activeValue,attrs:{value:t.activeValue,label:t.title}})})),1)],1):t._e(),e("el-form-item",{attrs:{label:"商品搜索:"}},[e("el-input",{staticClass:"form_content_width",attrs:{clearable:"",placeholder:"请输入商品名称/关键字/编号"},model:{value:t.formValidate.store_name,callback:function(e){t.$set(t.formValidate,"store_name",e)},expression:"formValidate.store_name"}}),e("el-button",{staticClass:"ml15",attrs:{type:"primary"},on:{click:t.userSearchs}},[t._v("查询")])],1)],1),e("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],ref:"table",attrs:{"empty-text":"暂无数据","max-height":"400","highlight-current-row":"many"!==t.m
|