Commit e24f61bd by Kyle_Li

update: 更新一哈

parent d7176578
...@@ -9,8 +9,9 @@ ...@@ -9,8 +9,9 @@
<template> <template>
<div class="common-app-right" style="padding: 20px 0;color: #303133"> <div class="common-app-right" style="padding: 20px 0;color: #303133">
<el-form :model="form" label-width="110px"> <el-form :model="form" label-width="110px">
<el-form-item label="门店名称"></el-form-item> <el-form-item label="门店名称">{{ form.storeName || '--' }}</el-form-item>
<el-form-item label="指标额"> <el-form-item label="指标额">
{{ form.perfromanceValue }}
<el-button type="text" @click="dialogVisible=true">修改</el-button> <el-button type="text" @click="dialogVisible=true">修改</el-button>
</el-form-item> </el-form-item>
<el-form-item label="指标类型">业绩指标日权重</el-form-item> <el-form-item label="指标类型">业绩指标日权重</el-form-item>
......
...@@ -53,12 +53,14 @@ ...@@ -53,12 +53,14 @@
<gic-select-group-mult <gic-select-group-mult
v-if="search.storeType === '1'" v-if="search.storeType === '1'"
width="148px" width="148px"
:brand-id="brandId"
@checkGroupIds="checkGroupIds"> @checkGroupIds="checkGroupIds">
</gic-select-group-mult> </gic-select-group-mult>
<gic-select-tag <gic-select-tag
v-if="search.storeType === '2'" v-if="search.storeType === '2'"
width="148px" width="148px"
:brand-id="brandId"
@returnTags="checkGroupIds"> @returnTags="checkGroupIds">
</gic-select-tag> </gic-select-tag>
......
...@@ -46,12 +46,14 @@ ...@@ -46,12 +46,14 @@
<gic-select-group-mult <gic-select-group-mult
v-if="search.storeType === '1'" v-if="search.storeType === '1'"
width="148px" width="148px"
:brand-id="brandId"
@checkGroupIds="checkGroupIds"> @checkGroupIds="checkGroupIds">
</gic-select-group-mult> </gic-select-group-mult>
<gic-select-tag <gic-select-tag
v-if="search.storeType === '2'" v-if="search.storeType === '2'"
width="148px" width="148px"
:brand-id="brandId"
@returnTags="checkGroupIds"> @returnTags="checkGroupIds">
</gic-select-tag> </gic-select-tag>
...@@ -136,7 +138,7 @@ ...@@ -136,7 +138,7 @@
type="text" type="text"
:disabled="row.dayFlag != 1" :disabled="row.dayFlag != 1"
@click="$router.push({ @click="$router.push({
path: '/perfect-perfect-sale-target-target', path: '/perfect-sale-target',
query: { query: {
applicationId, applicationId,
tab: haoban.performanceType, tab: haoban.performanceType,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment