mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 06:02:52 +08:00
添加订单状态
This commit is contained in:
@@ -840,6 +840,10 @@ export default {
|
||||
{
|
||||
id: '57',
|
||||
text: '卡单保存账户信息成功'
|
||||
},
|
||||
{
|
||||
id: '58',
|
||||
text: '待客户付款'
|
||||
}
|
||||
],
|
||||
// 产品编码
|
||||
@@ -1476,8 +1480,18 @@ export default {
|
||||
{ id: 'EAM', text: '资深部经理' },
|
||||
{ id: 'AD', text: '营业总监' }
|
||||
],
|
||||
relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }, { id: '3', text: '无' }],
|
||||
guarantRelationType: [{ id: '0', text: '亲属' }, { id: '1', text: '朋友' }, { id: '2', text: '同事' }, { id: '3', text: '其他' }],
|
||||
relationType: [
|
||||
{ id: '0', text: '配偶' },
|
||||
{ id: '1', text: '子女' },
|
||||
{ id: '2', text: '父母' },
|
||||
{ id: '3', text: '无' }
|
||||
],
|
||||
guarantRelationType: [
|
||||
{ id: '0', text: '亲属' },
|
||||
{ id: '1', text: '朋友' },
|
||||
{ id: '2', text: '同事' },
|
||||
{ id: '3', text: '其他' }
|
||||
],
|
||||
classification: [{ id: '1', text: '司外' }],
|
||||
//入司国籍/地区
|
||||
rsnativeplace: [
|
||||
|
||||
@@ -173,7 +173,7 @@ export default {
|
||||
currentPage: 1, //当前页数
|
||||
error: false,
|
||||
finishedText: '没有更多了',
|
||||
pageSize: 5, //每页数据条数
|
||||
pageSize: 50, //每页数据条数
|
||||
isSuccess: false,
|
||||
canRevoke: {
|
||||
'02': true,
|
||||
|
||||
Reference in New Issue
Block a user