Commit 0421718f by yuzhenWang

修复bug1

parent 86ad47a4
...@@ -520,7 +520,7 @@ const applicant = [ ...@@ -520,7 +520,7 @@ const applicant = [
required: false, required: false,
maxLength: 300, maxLength: 300,
disabled: false, disabled: false,
placeholder: '请输入平均每月支出', placeholder: '请输入',
show: true, show: true,
labelPosition: 'top', //标签的位置 labelPosition: 'top', //标签的位置
labelWidth: '120px', //标签宽度 labelWidth: '120px', //标签宽度
...@@ -612,7 +612,7 @@ const applicant = [ ...@@ -612,7 +612,7 @@ const applicant = [
required: false, required: false,
maxLength: 300, maxLength: 300,
disabled: false, disabled: false,
placeholder: '请输入平均每月支出', placeholder: '请输入',
show: true, show: true,
labelPosition: 'top', //标签的位置 labelPosition: 'top', //标签的位置
labelWidth: '120px', //标签宽度 labelWidth: '120px', //标签宽度
...@@ -722,7 +722,7 @@ const applicant = [ ...@@ -722,7 +722,7 @@ const applicant = [
required: false, required: false,
maxLength: 300, maxLength: 300,
disabled: false, disabled: false,
placeholder: '请输入平均每月支出', placeholder: '请输入',
show: true, show: true,
labelPosition: 'top', //标签的位置 labelPosition: 'top', //标签的位置
labelWidth: '120px', //标签宽度 labelWidth: '120px', //标签宽度
......
...@@ -267,11 +267,11 @@ const appointmentInfo = [ ...@@ -267,11 +267,11 @@ const appointmentInfo = [
lg: 8 //栅格布局份数 lg: 8 //栅格布局份数
}, },
{ {
label: '离港时间', label: '离港时间(先选择离港时间)',
key: 'departureTime', key: 'departureTime',
domType: 'datetimePicker', domType: 'datetimePicker',
required: false, required: false,
disabled: false, disabled: true,
placeholder: '请选择', placeholder: '请选择',
show: true, show: true,
labelPosition: 'top', //标签的位置 labelPosition: 'top', //标签的位置
...@@ -393,7 +393,7 @@ const appointmentInfo = [ ...@@ -393,7 +393,7 @@ const appointmentInfo = [
{ {
label: '开户时间段(开始)', label: '开户时间段(开始)',
key: 'openAccountStartTime', key: 'openAccountStartTime',
domType: 'datetimePicker', domType: 'DatePicker',
timeType: 'date', timeType: 'date',
required: false, required: false,
disabled: false, disabled: false,
...@@ -405,11 +405,11 @@ const appointmentInfo = [ ...@@ -405,11 +405,11 @@ const appointmentInfo = [
lg: 8 //栅格布局份数 lg: 8 //栅格布局份数
}, },
{ {
label: '开户时间段(结束)', label: '开户时间段(结束,先选择开始时间)',
key: 'openAccountEndTime', key: 'openAccountEndTime',
domType: 'datetimePicker', domType: 'DatePicker',
required: false, required: false,
disabled: false, disabled: true,
placeholder: '请选择', placeholder: '请选择',
show: true, show: true,
labelPosition: 'top', //标签的位置 labelPosition: 'top', //标签的位置
......
...@@ -389,7 +389,7 @@ const fnaForm = [ ...@@ -389,7 +389,7 @@ const fnaForm = [
subTitle: '公司业务资料 (适用于公司老板跟股东)', subTitle: '公司业务资料 (适用于公司老板跟股东)',
data: [ data: [
{ {
label: '公司過去兩年平均純利 (HKD)', label: '公司過去兩年平均純利',
key: 'averageNetProfit', key: 'averageNetProfit',
domType: 'Input', domType: 'Input',
inputType: 'text', inputType: 'text',
...@@ -404,7 +404,7 @@ const fnaForm = [ ...@@ -404,7 +404,7 @@ const fnaForm = [
lg: 8 //栅格布局份数 lg: 8 //栅格布局份数
}, },
{ {
label: '公司現時大約的總資產 (HKD)', label: '公司現時大約的總資產',
key: 'estimatedTotalAssets', key: 'estimatedTotalAssets',
domType: 'Input', domType: 'Input',
inputType: 'text', inputType: 'text',
...@@ -467,7 +467,7 @@ const fnaForm = [ ...@@ -467,7 +467,7 @@ const fnaForm = [
required: false, required: false,
maxLength: 300, maxLength: 300,
disabled: false, disabled: false,
placeholder: '请输入金额(HKD)', placeholder: '请输入',
show: true, show: true,
inputWidth: '300px', inputWidth: '300px',
labelWidth: '800px', //标签宽度 labelWidth: '800px', //标签宽度
...@@ -483,7 +483,7 @@ const fnaForm = [ ...@@ -483,7 +483,7 @@ const fnaForm = [
required: false, required: false,
maxLength: 300, maxLength: 300,
disabled: false, disabled: false,
placeholder: '请输入金额(HKD)', placeholder: '请输入',
show: true, show: true,
inputWidth: '300px', //输入框宽度 inputWidth: '300px', //输入框宽度
labelWidth: '260px', //标签宽度 labelWidth: '260px', //标签宽度
...@@ -507,7 +507,7 @@ const fnaForm = [ ...@@ -507,7 +507,7 @@ const fnaForm = [
required: false, required: false,
maxLength: 300, maxLength: 300,
disabled: false, disabled: false,
placeholder: '请输入金额(HKD)', placeholder: '请输入',
show: true, show: true,
inputWidth: '300px', //输入框宽度 inputWidth: '300px', //输入框宽度
labelWidth: '220px', //标签宽度 labelWidth: '220px', //标签宽度
...@@ -522,7 +522,7 @@ const fnaForm = [ ...@@ -522,7 +522,7 @@ const fnaForm = [
required: false, required: false,
maxLength: 300, maxLength: 300,
disabled: false, disabled: false,
placeholder: '请输入金额(HKD)', placeholder: '请输入',
show: true, show: true,
labelWidth: '100px', //标签宽度 labelWidth: '100px', //标签宽度
sm: 18, //栅格布局份数 sm: 18, //栅格布局份数
...@@ -537,7 +537,7 @@ const fnaForm = [ ...@@ -537,7 +537,7 @@ const fnaForm = [
required: false, required: false,
maxLength: 300, maxLength: 300,
disabled: false, disabled: false,
placeholder: '请输入说明', placeholder: '请输入',
show: true, show: true,
labelWidth: '0px', //标签宽度 labelWidth: '0px', //标签宽度
sm: 6, //栅格布局份数 sm: 6, //栅格布局份数
......
...@@ -627,7 +627,7 @@ const insured = [ ...@@ -627,7 +627,7 @@ const insured = [
required: false, required: false,
maxLength: 300, maxLength: 300,
disabled: false, disabled: false,
placeholder: '请输入平均每月支出', placeholder: '请输入',
show: true, show: true,
labelPosition: 'top', //标签的位置 labelPosition: 'top', //标签的位置
labelWidth: '120px', //标签宽度 labelWidth: '120px', //标签宽度
......
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
/> />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="市值(HKD)" prop="marketValue" align="center"> <el-table-column label="市值" prop="marketValue" align="center">
<template #default="scope"> <template #default="scope">
<el-input <el-input
v-model="scope.row.marketValue" v-model="scope.row.marketValue"
...@@ -371,11 +371,7 @@ ...@@ -371,11 +371,7 @@
/> />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column label="自住用途之房地产市值" prop="marketValue" align="center">
label="自住用途之房地产市值(HKD)"
prop="marketValue"
align="center"
>
<template #default="scope"> <template #default="scope">
<el-input <el-input
v-model="scope.row.marketValue" v-model="scope.row.marketValue"
......
...@@ -775,7 +775,9 @@ const handleSubmit = type => { ...@@ -775,7 +775,9 @@ const handleSubmit = type => {
proxy.$message.success('修改预约单成功') proxy.$message.success('修改预约单成功')
} }
}) })
getAppointmentInfo(idsObj.value.appointmentBizId)
} }
// 预约暂存
if (type == 'storage') { if (type == 'storage') {
submitAppointmentObj.value.apiAppointmentInfoDto.customerBizId = submitAppointmentObj.value.apiAppointmentInfoDto.customerBizId =
props.processDetail.customerBizId props.processDetail.customerBizId
...@@ -789,7 +791,6 @@ const handleSubmit = type => { ...@@ -789,7 +791,6 @@ const handleSubmit = type => {
} }
}) })
} }
getAppointmentInfo(idsObj.value.appointmentBizId)
} }
//修改预约数据 //修改预约数据
......
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