forked from angelo/web-retail-admin
feat(goods): 商品设置移除复购区域分钟,添加上传盒数
This commit is contained in:
parent
aa78ff4c03
commit
f2de7bc885
|
@ -118,7 +118,7 @@
|
|||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col v-if="form.specialArea == 43" :span="8">
|
||||
<!-- <el-col v-if="form.specialArea == 43" :span="8">
|
||||
<el-form-item :label="'复购区域分红'" prop="specialArea">
|
||||
<el-input-number
|
||||
v-model="form.areaIncome"
|
||||
|
@ -129,7 +129,7 @@
|
|||
:placeholder="'请输入'"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<el-col :span="8">
|
||||
<el-form-item :label="'商品分类'" prop="pkAreaClassifys">
|
||||
<!-- <el-select clearable v-model="form.pkAreaClassify">
|
||||
|
@ -333,10 +333,10 @@
|
|||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col v-show="form.specialArea == 3" :span="8">
|
||||
<el-form-item label="发起人收益">
|
||||
<el-col :span="8">
|
||||
<el-form-item label="上传盒数" prop="boxNum">
|
||||
<el-input
|
||||
v-model="form.makerIncome"
|
||||
v-model="form.boxNum"
|
||||
clearable
|
||||
:placeholder="'请输入'"
|
||||
/>
|
||||
|
@ -855,13 +855,14 @@ export default {
|
|||
waresAwardsIds: [],
|
||||
sales: '',
|
||||
sortStatus: 0,
|
||||
boxNum: 1,
|
||||
sort: '',
|
||||
sptw: '',
|
||||
ysList: [],
|
||||
bzList: [],
|
||||
pkGuaranteeLabel: [],
|
||||
specialArea: '',
|
||||
areaIncome: 0,
|
||||
// areaIncome: 0,
|
||||
checkList: [],
|
||||
waresMemberAuthorizeList: [],
|
||||
waresAuthorityList: [
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col v-if="form.specialArea == 43" :span="8">
|
||||
<!-- <el-col v-if="form.specialArea == 43" :span="8">
|
||||
<el-form-item :label="'复购区域分红'" prop="specialArea">
|
||||
<el-input-number
|
||||
v-model="form.areaIncome"
|
||||
|
@ -123,7 +123,7 @@
|
|||
:placeholder="'请输入'"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<el-col :span="8">
|
||||
<el-form-item :label="'商品分类'" prop="pkAreaClassifys">
|
||||
<!-- <el-select clearable v-model="form.pkAreaClassify">
|
||||
|
@ -295,10 +295,10 @@
|
|||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col v-show="form.specialArea == 3" :span="8">
|
||||
<el-form-item label="发起人收益">
|
||||
<el-col :span="8">
|
||||
<el-form-item label="上传盒数" prop="boxNum">
|
||||
<el-input
|
||||
v-model="form.makerIncome"
|
||||
v-model="form.boxNum"
|
||||
clearable
|
||||
:placeholder="'请输入'"
|
||||
/>
|
||||
|
@ -754,12 +754,13 @@ export default {
|
|||
waresAwardsIds: [],
|
||||
sales: '',
|
||||
sortStatus: 0,
|
||||
boxNum: 1,
|
||||
waresCode: '',
|
||||
sort: '',
|
||||
sptw: '',
|
||||
ysList: [],
|
||||
bzList: [],
|
||||
areaIncome: 0,
|
||||
// areaIncome: 0,
|
||||
pkGuaranteeLabel: [],
|
||||
specialArea: '',
|
||||
checkList: [],
|
||||
|
|
Loading…
Reference in New Issue