Commit 1b3b4d75 by Sweet Zhang

佣金设置默认值

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