Commit 2d58771c by yuzhenWang

优化10

parent b7691251
...@@ -1051,9 +1051,6 @@ const addSpiltRecord = () => { ...@@ -1051,9 +1051,6 @@ const addSpiltRecord = () => {
if (selectedRow.value.originalCurrency && selectedRow.value.originalCurrency == 'HKD') { if (selectedRow.value.originalCurrency && selectedRow.value.originalCurrency == 'HKD') {
newRow.originalToHkdRate = '1' newRow.originalToHkdRate = '1'
} }
// if (selectedRow.value.payoutCurrency && selectedRow.value.payoutCurrency == 'HKD') {
// newRow.hkdToPayoutRate = '1'
// }
console.log('====================================') console.log('====================================')
console.log('newRow', newRow) console.log('newRow', newRow)
console.log('====================================') console.log('====================================')
......
...@@ -648,6 +648,16 @@ const searchFormRef = ref(null) ...@@ -648,6 +648,16 @@ const searchFormRef = ref(null)
const searchParams = ref({}) const searchParams = ref({})
const searchConfig = ref([ const searchConfig = ref([
{ {
type: 'input',
prop: 'policyNo',
label: '保单号'
},
{
type: 'input',
prop: 'policyHolder',
label: '投保人'
},
{
type: 'select', type: 'select',
prop: 'brokerBizIdList', prop: 'brokerBizIdList',
label: '转介人', label: '转介人',
...@@ -664,16 +674,6 @@ const searchConfig = ref([ ...@@ -664,16 +674,6 @@ const searchConfig = ref([
} }
}, },
{ {
type: 'input',
prop: 'policyNo',
label: '保单号'
},
{
type: 'input',
prop: 'policyHolder',
label: '投保人'
},
{
type: 'monthrange', type: 'monthrange',
prop: 'payoutDate', prop: 'payoutDate',
label: '出账月(估)', label: '出账月(估)',
......
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