Commit bdd3c31e by yuzhenWang

Merge branch 'wyz' into 'test'

优化10

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