tj
This commit is contained in:
@@ -171,7 +171,15 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-col :span="8" :offset="0">
|
||||
<el-form-item label="是否关联成交率" labelWidth="150px">
|
||||
<el-radio-group v-model="formData.isRelateSignRate">
|
||||
<el-radio :label="true"> 是 </el-radio>
|
||||
<el-radio :label="false"> 否 </el-radio>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8" :offset="0">
|
||||
<el-form-item label="是否扣除其他支出" labelWidth="150px">
|
||||
<el-radio-group v-model="formData.isDeductExtraPay">
|
||||
<el-radio :label="true"> 是 </el-radio>
|
||||
@@ -179,7 +187,7 @@
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-col :span="8" :offset="0">
|
||||
<el-form-item label="是否扣除售后" labelWidth="150px">
|
||||
<el-radio-group v-model="formData.isDeductAfterSale">
|
||||
<el-radio :label="true"> 是 </el-radio>
|
||||
@@ -189,26 +197,8 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-form-item label="是否关联成交率" labelWidth="150px">
|
||||
<el-radio-group v-model="formData.isRelateSignRate">
|
||||
<el-radio :label="true"> 是 </el-radio>
|
||||
<el-radio :label="false"> 否 </el-radio>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
</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 :gutter="20">
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-form-item label="关联规则" v-if="formData.isRelateSignRate">
|
||||
<el-col :span="24" :offset="0">
|
||||
<el-form-item label="关联规则" label-width="150px" v-if="formData.isRelateSignRate">
|
||||
<div>
|
||||
<el-button @click="formData.rateRules.push({})"> 新增规则 </el-button>
|
||||
<div
|
||||
@@ -326,7 +316,6 @@ const resetForm = () => {
|
||||
rateRules: [],
|
||||
isDeductExtraPay: true,
|
||||
isDeductAfterSale: true,
|
||||
calculateType: 1,
|
||||
receptionPercentageRate: undefined,
|
||||
isAreaPercentage: false,
|
||||
convertPercentageRate: undefined
|
||||
|
||||
Reference in New Issue
Block a user