Commit 1b3b4d75 by Sweet Zhang

佣金设置默认值

parent ca3e2c26
...@@ -234,7 +234,7 @@ import { ...@@ -234,7 +234,7 @@ import {
deleteComeCommission, deleteComeCommission,
changeComeStatus changeComeStatus
} from '@/api/product/index' } from '@/api/product/index'
import { getAllCompanys, getReconciliationCompany, getInsuranceCompany,getDeptUsers } from '@/api/common' import { getAllCompanys, getReconciliationCompany, getInsuranceCompany } from '@/api/common'
import { ref, watch } from 'vue' import { ref, watch } from 'vue'
const props = defineProps({ const props = defineProps({
...@@ -599,11 +599,11 @@ function getSettingList() { ...@@ -599,11 +599,11 @@ function getSettingList() {
startPeriod: '', startPeriod: '',
endPeriod: '', endPeriod: '',
commissionRate: '', commissionRate: '',
discountRatio: '', discountRatio: '100',
effectiveStart: '', effectiveStart: '',
effectiveEnd: '', effectiveEnd: '',
isExchangeRate: '', isExchangeRate: '1',
currency: '', currency: 'HKD',
status: '1', status: '1',
remark: '', remark: '',
salesOrgName: '', salesOrgName: '',
......
...@@ -234,9 +234,9 @@ ...@@ -234,9 +234,9 @@
</div> </div>
</el-col> </el-col>
</template> </template>
<el-col :span="24" class="addTxt"> <el-col :span="24" class="addTxt" @click="addParams">
<el-icon :size="24"><CirclePlus /></el-icon> <el-icon :size="24"><CirclePlus /></el-icon>
<span style="margin-left: 5px" @click="addParams">添加新参数</span> <span style="margin-left: 5px">添加新参数</span>
</el-col> </el-col>
</el-row> </el-row>
</el-col> </el-col>
......
...@@ -494,13 +494,13 @@ function getSettingList() { ...@@ -494,13 +494,13 @@ function getSettingList() {
startPeriod: '', startPeriod: '',
endPeriod: '', endPeriod: '',
commissionRate: '', commissionRate: '',
discountRatio: '', discountRatio: '100',
effectiveStart: '', effectiveStart: '',
effectiveEnd: '', effectiveEnd: '',
scope: '', scope: '',
isExchangeRate: '', isExchangeRate: '1',
currency: '', currency: 'HKD',
status: '', status: '1',
remark: '' remark: ''
} }
settingList.value = [] settingList.value = []
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
<el-form-item label="手机号" prop="mobile"> <el-form-item label="手机号" prop="mobile">
<el-input v-model="form.mobile" placeholder="请输入手机号" /> <el-input v-model="form.mobile" placeholder="请输入手机号" />
</el-form-item> </el-form-item>
<el-form-item label="用户属性"> <!-- <el-form-item label="用户属性">
<el-select v-model="form.attribute" placeholder="请输入"> <el-select v-model="form.attribute" placeholder="请输入">
<el-option <el-option
v-for="item in sys_user_attribute" v-for="item in sys_user_attribute"
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
:value="Number(item.value)" :value="Number(item.value)"
/> />
</el-select> </el-select>
</el-form-item> </el-form-item> -->
<el-form-item label="性别"> <el-form-item label="性别">
<el-radio-group v-model="form.gender"> <el-radio-group v-model="form.gender">
<el-radio <el-radio
......
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