| | |
| | | <el-col :span="6">
|
| | | <el-input v-model="paramSettingTwos.paramValue" oninput ="value=value.replace(/[^0-9.]/g,'')"></el-input>
|
| | | </el-col>
|
| | | <el-col class="line" :span="5">积分=1元</el-col>
|
| | | <el-col class="line" :span="5" style="margin-left: 10px">积分=1元</el-col>
|
| | | </div>
|
| | | </transition>
|
| | | </el-col>
|
| | |
| | | <el-tabs v-model="activeName" >
|
| | | <el-tab-pane label="门店积分规则" name="first">
|
| | | <el-row>
|
| | | <el-col :span="24">
|
| | | <el-col :span="21">
|
| | | <el-form-item>
|
| | | <el-col class="line" :span="8">本人积分</el-col>
|
| | | <el-col class="line" :span="8">老带新积分</el-col>
|
| | | <el-col class="line" :span="8">二级老带新积分</el-col>
|
| | | <el-col class="line" :span="7" style="margin-left: 10px">本人积分</el-col>
|
| | | <el-col class="line" :span="7" style="margin-left: 10px">老带新积分</el-col>
|
| | | <el-col class="line" :span="7" style="margin-left: 10px">二级老带新积分</el-col>
|
| | | </el-form-item>
|
| | | </el-col>
|
| | | </el-row>
|
| | | <el-row>
|
| | | <el-col :span="24">
|
| | | <el-col :span="21">
|
| | | <template v-for="paramSetting in mdjf">
|
| | | <el-form-item>
|
| | | <span slot="label">{{paramSetting.paramName}}</span>
|
| | | <el-col :span="4">
|
| | | <el-col :span="3">
|
| | | <el-input v-model="paramSetting.paramValue" oninput ="value=value.replace(/[^0-9.]/g,'')"></el-input>
|
| | | </el-col>
|
| | | <el-col class="line" :span="4">元/积分</el-col>
|
| | | <el-col :span="4">
|
| | | <el-col class="line" :span="4" style="margin-left: 10px">元/积分</el-col>
|
| | | <el-col :span="3">
|
| | | <el-input v-model="paramSetting.paramValue1" oninput ="value=value.replace(/[^0-9.]/g,'')"></el-input>
|
| | | </el-col>
|
| | | <el-col class="line" :span="4">元/积分</el-col>
|
| | | <el-col :span="4">
|
| | | <el-col class="line" :span="4" style="margin-left: 10px">元/积分</el-col>
|
| | | <el-col :span="3">
|
| | | <el-input v-model="paramSetting.paramValue2" oninput ="value=value.replace(/[^0-9.]/g,'')"></el-input>
|
| | | </el-col>
|
| | | <el-col class="line" :span="4">元/积分</el-col>
|
| | | <el-col class="line" :span="4" style="margin-left: 10px">元/积分</el-col>
|
| | | </el-form-item>
|
| | | </template>
|
| | | </el-col>
|
| | |
| | | </el-tab-pane>
|
| | | <el-tab-pane label="商城积分规则" name="second">
|
| | | <el-row>
|
| | | <el-col :span="24">
|
| | | <el-col :span="21">
|
| | | <el-form-item>
|
| | | <el-col class="line" :span="8">本人积分</el-col>
|
| | | <el-col class="line" :span="8">老带新积分</el-col>
|
| | | <el-col class="line" :span="8">二级老带新积分</el-col>
|
| | | <el-col class="line" :span="7" style="margin-left: 10px">本人积分</el-col>
|
| | | <el-col class="line" :span="7" style="margin-left: 10px">老带新积分</el-col>
|
| | | <el-col class="line" :span="7" style="margin-left: 10px">二级老带新积分</el-col>
|
| | | </el-form-item>
|
| | | </el-col>
|
| | | </el-row>
|
| | | <el-row>
|
| | | <el-col :span="24">
|
| | | <el-col :span="21">
|
| | | <template v-for="paramSettingShop in scjf">
|
| | | <el-form-item>
|
| | | <span slot="label">{{paramSettingShop.paramName}}</span>
|
| | | <el-col :span="4">
|
| | | <el-col :span="3">
|
| | | <el-input v-model="paramSettingShop.paramValue" oninput ="value=value.replace(/[^0-9.]/g,'')"></el-input>
|
| | | </el-col>
|
| | | <el-col class="line" :span="4">元/积分</el-col>
|
| | | <el-col :span="4">
|
| | | <el-col class="line" :span="4" style="margin-left: 10px">元/积分</el-col>
|
| | | <el-col :span="3">
|
| | | <el-input v-model="paramSettingShop.paramValue1" oninput ="value=value.replace(/[^0-9.]/g,'')"></el-input>
|
| | | </el-col>
|
| | | <el-col class="line" :span="4">元/积分</el-col>
|
| | | <el-col :span="4">
|
| | | <el-col class="line" :span="4" style="margin-left: 10px">元/积分</el-col>
|
| | | <el-col :span="3">
|
| | | <el-input v-model="paramSettingShop.paramValue2" oninput ="value=value.replace(/[^0-9.]/g,'')"></el-input>
|
| | | </el-col>
|
| | | <el-col class="line" :span="4">元/积分</el-col>
|
| | | <el-col class="line" :span="4" style="margin-left: 10px">元/积分</el-col>
|
| | | </el-form-item>
|
| | | </template>
|
| | | </el-col>
|
| | |
| | | </el-tab-pane>
|
| | | </el-tabs>
|
| | | </el-row>
|
| | | <el-row justify="center" type="flex">
|
| | | <el-row style="margin-left: 550px">
|
| | | <el-button type="primary" @click="submit()">保存</el-button>
|
| | | </el-row>
|
| | | </el-form>
|