|
|
@ -171,44 +171,34 @@ |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</el-row> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col :span="12" :offset="0"> |
|
|
|
<el-col :span="8" :offset="0"> |
|
|
|
<el-form-item label="是否扣除其他支出" labelWidth="150px"> |
|
|
|
<el-form-item label="是否关联成交率" labelWidth="150px"> |
|
|
|
<el-radio-group v-model="formData.isDeductExtraPay"> |
|
|
|
<el-radio-group v-model="formData.isRelateSignRate"> |
|
|
|
<el-radio :label="true"> 是 </el-radio> |
|
|
|
<el-radio :label="true"> 是 </el-radio> |
|
|
|
<el-radio :label="false"> 否 </el-radio> |
|
|
|
<el-radio :label="false"> 否 </el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-radio-group> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12" :offset="0"> |
|
|
|
<el-col :span="8" :offset="0"> |
|
|
|
<el-form-item label="是否扣除售后" labelWidth="150px"> |
|
|
|
<el-form-item label="是否扣除其他支出" labelWidth="150px"> |
|
|
|
<el-radio-group v-model="formData.isDeductAfterSale"> |
|
|
|
<el-radio-group v-model="formData.isDeductExtraPay"> |
|
|
|
<el-radio :label="true"> 是 </el-radio> |
|
|
|
<el-radio :label="true"> 是 </el-radio> |
|
|
|
<el-radio :label="false"> 否 </el-radio> |
|
|
|
<el-radio :label="false"> 否 </el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-radio-group> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-col :span="8" :offset="0"> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-form-item label="是否扣除售后" labelWidth="150px"> |
|
|
|
<el-col :span="12" :offset="0"> |
|
|
|
<el-radio-group v-model="formData.isDeductAfterSale"> |
|
|
|
<el-form-item label="是否关联成交率" labelWidth="150px"> |
|
|
|
|
|
|
|
<el-radio-group v-model="formData.isRelateSignRate"> |
|
|
|
|
|
|
|
<el-radio :label="true"> 是 </el-radio> |
|
|
|
<el-radio :label="true"> 是 </el-radio> |
|
|
|
<el-radio :label="false"> 否 </el-radio> |
|
|
|
<el-radio :label="false"> 否 </el-radio> |
|
|
|
</el-radio-group> |
|
|
|
</el-radio-group> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
<el-col :span="12" :offset="0"> |
|
|
|
|
|
|
|
<el-form-item label="提成计算时间" labelWidth="150px"> |
|
|
|
|
|
|
|
<el-radio-group v-model="formData.calculateType"> |
|
|
|
|
|
|
|
<el-radio :label="1">成交后</el-radio> |
|
|
|
|
|
|
|
<el-radio :label="2">回款后</el-radio> |
|
|
|
|
|
|
|
</el-radio-group> |
|
|
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
</el-col> |
|
|
|
|
|
|
|
</el-row> |
|
|
|
</el-row> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col :span="12" :offset="0"> |
|
|
|
<el-col :span="24" :offset="0"> |
|
|
|
<el-form-item label="关联规则" v-if="formData.isRelateSignRate"> |
|
|
|
<el-form-item label="关联规则" label-width="150px" v-if="formData.isRelateSignRate"> |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<el-button @click="formData.rateRules.push({})"> 新增规则 </el-button> |
|
|
|
<el-button @click="formData.rateRules.push({})"> 新增规则 </el-button> |
|
|
|
<div |
|
|
|
<div |
|
|
@ -326,7 +316,6 @@ const resetForm = () => { |
|
|
|
rateRules: [], |
|
|
|
rateRules: [], |
|
|
|
isDeductExtraPay: true, |
|
|
|
isDeductExtraPay: true, |
|
|
|
isDeductAfterSale: true, |
|
|
|
isDeductAfterSale: true, |
|
|
|
calculateType: 1, |
|
|
|
|
|
|
|
receptionPercentageRate: undefined, |
|
|
|
receptionPercentageRate: undefined, |
|
|
|
isAreaPercentage: false, |
|
|
|
isAreaPercentage: false, |
|
|
|
convertPercentageRate: undefined |
|
|
|
convertPercentageRate: undefined |
|
|
|