添加订单状态

This commit is contained in:
na.guo
2020-08-20 18:10:10 +08:00
parent 7d4399efb7
commit ded6a795ef
2 changed files with 17 additions and 3 deletions

View File

@@ -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: [

View File

@@ -173,7 +173,7 @@ export default {
currentPage: 1, //当前页数
error: false,
finishedText: '没有更多了',
pageSize: 5, //每页数据条数
pageSize: 50, //每页数据条数
isSuccess: false,
canRevoke: {
'02': true,