|
@@ -10645,6 +10645,180 @@
|
10645
|
10645
|
}
|
10646
|
10646
|
],
|
10647
|
10647
|
"chnname": "小程序主题设置"
|
|
10648
|
+ },
|
|
10649
|
+ {
|
|
10650
|
+ "title": "ta_customer_from",
|
|
10651
|
+ "fields": [
|
|
10652
|
+ {
|
|
10653
|
+ "name": "serial_no",
|
|
10654
|
+ "type": "Integer",
|
|
10655
|
+ "remark": "",
|
|
10656
|
+ "chnname": "序号",
|
|
10657
|
+ "pk": true,
|
|
10658
|
+ "notNull": true,
|
|
10659
|
+ "autoIncrement": true
|
|
10660
|
+ },
|
|
10661
|
+ {
|
|
10662
|
+ "name": "person_id",
|
|
10663
|
+ "type": "DefaultString",
|
|
10664
|
+ "remark": "",
|
|
10665
|
+ "chnname": "用户ID"
|
|
10666
|
+ },
|
|
10667
|
+ {
|
|
10668
|
+ "name": "customer_id",
|
|
10669
|
+ "type": "DefaultString",
|
|
10670
|
+ "remark": "",
|
|
10671
|
+ "chnname": "客户ID"
|
|
10672
|
+ },
|
|
10673
|
+ {
|
|
10674
|
+ "name": "person_name",
|
|
10675
|
+ "type": "Name",
|
|
10676
|
+ "remark": "",
|
|
10677
|
+ "chnname": "用户名"
|
|
10678
|
+ },
|
|
10679
|
+ {
|
|
10680
|
+ "name": "target_type",
|
|
10681
|
+ "type": "DefaultString",
|
|
10682
|
+ "remark": "",
|
|
10683
|
+ "chnname": "目标类型"
|
|
10684
|
+ },
|
|
10685
|
+ {
|
|
10686
|
+ "name": "target_id",
|
|
10687
|
+ "type": "LongKey",
|
|
10688
|
+ "remark": "",
|
|
10689
|
+ "chnname": "目标ID"
|
|
10690
|
+ },
|
|
10691
|
+ {
|
|
10692
|
+ "name": "target_name",
|
|
10693
|
+ "type": "Name",
|
|
10694
|
+ "remark": "",
|
|
10695
|
+ "chnname": "目标名称"
|
|
10696
|
+ },
|
|
10697
|
+ {
|
|
10698
|
+ "name": "org_id",
|
|
10699
|
+ "type": "Integer",
|
|
10700
|
+ "remark": "",
|
|
10701
|
+ "chnname": "公司id"
|
|
10702
|
+ },
|
|
10703
|
+ {
|
|
10704
|
+ "name": "building_id",
|
|
10705
|
+ "type": "LongKey",
|
|
10706
|
+ "remark": "",
|
|
10707
|
+ "chnname": "楼盘id"
|
|
10708
|
+ },
|
|
10709
|
+ {
|
|
10710
|
+ "name": "building_name",
|
|
10711
|
+ "type": "Name",
|
|
10712
|
+ "remark": "",
|
|
10713
|
+ "chnname": "楼盘名称"
|
|
10714
|
+ },
|
|
10715
|
+ {
|
|
10716
|
+ "name": "share_person_id",
|
|
10717
|
+ "type": "LongKey",
|
|
10718
|
+ "remark": "",
|
|
10719
|
+ "chnname": "分享人ID"
|
|
10720
|
+ },
|
|
10721
|
+ {
|
|
10722
|
+ "name": "share_person_name",
|
|
10723
|
+ "type": "Name",
|
|
10724
|
+ "remark": "",
|
|
10725
|
+ "chnname": "分享人名称"
|
|
10726
|
+ },
|
|
10727
|
+ {
|
|
10728
|
+ "name": "scene_id",
|
|
10729
|
+ "type": "DefaultString",
|
|
10730
|
+ "remark": "",
|
|
10731
|
+ "chnname": "场景ID"
|
|
10732
|
+ },
|
|
10733
|
+ {
|
|
10734
|
+ "name": "is_org_first",
|
|
10735
|
+ "type": "boolean",
|
|
10736
|
+ "remark": "",
|
|
10737
|
+ "chnname": "首次进入小程序"
|
|
10738
|
+ },
|
|
10739
|
+ {
|
|
10740
|
+ "name": "is_project_first",
|
|
10741
|
+ "type": "boolean",
|
|
10742
|
+ "remark": "",
|
|
10743
|
+ "chnname": "首次进入项目"
|
|
10744
|
+ },
|
|
10745
|
+ {
|
|
10746
|
+ "name": "create_date",
|
|
10747
|
+ "type": "DateTime",
|
|
10748
|
+ "remark": "",
|
|
10749
|
+ "chnname": "创建时间"
|
|
10750
|
+ },
|
|
10751
|
+ {
|
|
10752
|
+ "name": "remark",
|
|
10753
|
+ "type": "Intro",
|
|
10754
|
+ "remark": "",
|
|
10755
|
+ "chnname": "备注"
|
|
10756
|
+ }
|
|
10757
|
+ ],
|
|
10758
|
+ "indexs": [
|
|
10759
|
+ {
|
|
10760
|
+ "name": "idx_customer_from_org",
|
|
10761
|
+ "isUnique": false,
|
|
10762
|
+ "fields": [
|
|
10763
|
+ "org_id"
|
|
10764
|
+ ]
|
|
10765
|
+ },
|
|
10766
|
+ {
|
|
10767
|
+ "name": "idx_cusromer_from_project",
|
|
10768
|
+ "isUnique": false,
|
|
10769
|
+ "fields": [
|
|
10770
|
+ "org_id",
|
|
10771
|
+ "building_id"
|
|
10772
|
+ ]
|
|
10773
|
+ }
|
|
10774
|
+ ],
|
|
10775
|
+ "headers": [
|
|
10776
|
+ {
|
|
10777
|
+ "fieldName": "chnname",
|
|
10778
|
+ "relationNoShow": false
|
|
10779
|
+ },
|
|
10780
|
+ {
|
|
10781
|
+ "fieldName": "name",
|
|
10782
|
+ "relationNoShow": false
|
|
10783
|
+ },
|
|
10784
|
+ {
|
|
10785
|
+ "fieldName": "type",
|
|
10786
|
+ "relationNoShow": false
|
|
10787
|
+ },
|
|
10788
|
+ {
|
|
10789
|
+ "fieldName": "dataType",
|
|
10790
|
+ "relationNoShow": true
|
|
10791
|
+ },
|
|
10792
|
+ {
|
|
10793
|
+ "fieldName": "remark",
|
|
10794
|
+ "relationNoShow": true
|
|
10795
|
+ },
|
|
10796
|
+ {
|
|
10797
|
+ "fieldName": "pk",
|
|
10798
|
+ "relationNoShow": false
|
|
10799
|
+ },
|
|
10800
|
+ {
|
|
10801
|
+ "fieldName": "notNull",
|
|
10802
|
+ "relationNoShow": true
|
|
10803
|
+ },
|
|
10804
|
+ {
|
|
10805
|
+ "fieldName": "autoIncrement",
|
|
10806
|
+ "relationNoShow": true
|
|
10807
|
+ },
|
|
10808
|
+ {
|
|
10809
|
+ "fieldName": "defaultValue",
|
|
10810
|
+ "relationNoShow": true
|
|
10811
|
+ },
|
|
10812
|
+ {
|
|
10813
|
+ "fieldName": "relationNoShow",
|
|
10814
|
+ "relationNoShow": true
|
|
10815
|
+ },
|
|
10816
|
+ {
|
|
10817
|
+ "fieldName": "uiHint",
|
|
10818
|
+ "relationNoShow": true
|
|
10819
|
+ }
|
|
10820
|
+ ],
|
|
10821
|
+ "chnname": "客户来源"
|
10648
|
10822
|
}
|
10649
|
10823
|
],
|
10650
|
10824
|
"graphCanvas": {
|
|
@@ -15555,30 +15729,6 @@
|
15555
|
15729
|
"type": "Integer",
|
15556
|
15730
|
"remark": "",
|
15557
|
15731
|
"chnname": "公司id"
|
15558
|
|
- },
|
15559
|
|
- {
|
15560
|
|
- "name": "id_card",
|
15561
|
|
- "type": "DefaultString",
|
15562
|
|
- "remark": "",
|
15563
|
|
- "chnname": "身份证号"
|
15564
|
|
- },
|
15565
|
|
- {
|
15566
|
|
- "name": "tel",
|
15567
|
|
- "type": "DefaultString",
|
15568
|
|
- "remark": "",
|
15569
|
|
- "chnname": "手机号"
|
15570
|
|
- },
|
15571
|
|
- {
|
15572
|
|
- "name": "person_id",
|
15573
|
|
- "type": "ShortString",
|
15574
|
|
- "remark": "",
|
15575
|
|
- "chnname": "小程序用户id"
|
15576
|
|
- },
|
15577
|
|
- {
|
15578
|
|
- "name": "fadada_code",
|
15579
|
|
- "type": "ShortString",
|
15580
|
|
- "remark": "",
|
15581
|
|
- "chnname": "法大大的客户编号"
|
15582
|
15732
|
}
|
15583
|
15733
|
],
|
15584
|
15734
|
"indexs": [],
|
|
@@ -15649,13 +15799,13 @@
|
15649
|
15799
|
"chnname": "企业名称"
|
15650
|
15800
|
},
|
15651
|
15801
|
{
|
15652
|
|
- "name": "company_code",
|
|
15802
|
+ "name": "company_number",
|
15653
|
15803
|
"type": "ShortString",
|
15654
|
15804
|
"remark": "",
|
15655
|
15805
|
"chnname": "企业编号"
|
15656
|
15806
|
},
|
15657
|
15807
|
{
|
15658
|
|
- "name": "fadada_code",
|
|
15808
|
+ "name": "customer_number",
|
15659
|
15809
|
"type": "ShortString",
|
15660
|
15810
|
"remark": "",
|
15661
|
15811
|
"chnname": "法大大客户编号"
|
|
@@ -15680,13 +15830,13 @@
|
15680
|
15830
|
},
|
15681
|
15831
|
{
|
15682
|
15832
|
"name": "certified_status",
|
15683
|
|
- "type": "LongString",
|
|
15833
|
+ "type": "DefaultString",
|
15684
|
15834
|
"remark": "实名认证状态",
|
15685
|
15835
|
"chnname": "实名认证状态"
|
15686
|
15836
|
},
|
15687
|
15837
|
{
|
15688
|
15838
|
"name": "reason",
|
15689
|
|
- "type": "LongString",
|
|
15839
|
+ "type": "ShortString",
|
15690
|
15840
|
"remark": "",
|
15691
|
15841
|
"chnname": "不通过原因"
|
15692
|
15842
|
},
|
|
@@ -15698,8 +15848,8 @@
|
15698
|
15848
|
},
|
15699
|
15849
|
{
|
15700
|
15850
|
"name": "certified_type",
|
15701
|
|
- "type": "Integer",
|
15702
|
|
- "remark": "认证方式0,银行卡认证; 1,纸质审核认证",
|
|
15851
|
+ "type": "DefaultString",
|
|
15852
|
+ "remark": "认证方式",
|
15703
|
15853
|
"chnname": "认证方式"
|
15704
|
15854
|
},
|
15705
|
15855
|
{
|
|
@@ -15711,36 +15861,36 @@
|
15711
|
15861
|
{
|
15712
|
15862
|
"name": "status",
|
15713
|
15863
|
"type": "Integer",
|
15714
|
|
- "remark": "0:未认证; 1:管理员资料已提交; 2:企业基本资料(没有申请表) 已提交; 3:已提交待审核; 4:审核通过; 5:审核不通过; 6 人工初审通过-1删除",
|
|
15864
|
+ "remark": "1有效0无效-1删除",
|
15715
|
15865
|
"chnname": "状态"
|
15716
|
15866
|
},
|
15717
|
15867
|
{
|
15718
|
15868
|
"name": "credit_code",
|
15719
|
|
- "type": "LongString",
|
|
15869
|
+ "type": "ShortString",
|
15720
|
15870
|
"remark": "",
|
15721
|
15871
|
"chnname": "统一社会信用代码"
|
15722
|
15872
|
},
|
15723
|
15873
|
{
|
15724
|
15874
|
"name": "bank_name",
|
15725
|
|
- "type": "LongString",
|
|
15875
|
+ "type": "ShortString",
|
15726
|
15876
|
"remark": "",
|
15727
|
15877
|
"chnname": "银行名称"
|
15728
|
15878
|
},
|
15729
|
15879
|
{
|
15730
|
15880
|
"name": "bank_account",
|
15731
|
|
- "type": "LongString",
|
|
15881
|
+ "type": "ShortString",
|
15732
|
15882
|
"remark": "",
|
15733
|
15883
|
"chnname": "银行帐号"
|
15734
|
15884
|
},
|
15735
|
15885
|
{
|
15736
|
15886
|
"name": "subbranch_name",
|
15737
|
|
- "type": "LongString",
|
|
15887
|
+ "type": "ShortString",
|
15738
|
15888
|
"remark": "",
|
15739
|
15889
|
"chnname": "开户支行名称"
|
15740
|
15890
|
},
|
15741
|
15891
|
{
|
15742
|
15892
|
"name": "user_name",
|
15743
|
|
- "type": "LongString",
|
|
15893
|
+ "type": "ShortString",
|
15744
|
15894
|
"remark": "",
|
15745
|
15895
|
"chnname": "姓名"
|
15746
|
15896
|
},
|
|
@@ -15764,13 +15914,13 @@
|
15764
|
15914
|
},
|
15765
|
15915
|
{
|
15766
|
15916
|
"name": "authorize_type",
|
15767
|
|
- "type": "MiddleString",
|
|
15917
|
+ "type": "LongKey",
|
15768
|
15918
|
"remark": "",
|
15769
|
15919
|
"chnname": "授权类型"
|
15770
|
15920
|
},
|
15771
|
15921
|
{
|
15772
|
15922
|
"name": "authorize_transaction_id",
|
15773
|
|
- "type": "MiddleString",
|
|
15923
|
+ "type": "ShortString",
|
15774
|
15924
|
"remark": "",
|
15775
|
15925
|
"chnname": "授权流水号"
|
15776
|
15926
|
},
|
|
@@ -15793,14 +15943,14 @@
|
15793
|
15943
|
"chnname": "自动签章授权结果描述"
|
15794
|
15944
|
},
|
15795
|
15945
|
{
|
15796
|
|
- "name": "authorize_download_url",
|
15797
|
|
- "type": "LongString",
|
|
15946
|
+ "name": "authorize_download_address",
|
|
15947
|
+ "type": "ShortString",
|
15798
|
15948
|
"remark": "",
|
15799
|
15949
|
"chnname": "授权签署下载地址"
|
15800
|
15950
|
},
|
15801
|
15951
|
{
|
15802
|
|
- "name": "authorize_view_url",
|
15803
|
|
- "type": "LongString",
|
|
15952
|
+ "name": "authorize_look_address",
|
|
15953
|
+ "type": "ShortString",
|
15804
|
15954
|
"remark": "",
|
15805
|
15955
|
"chnname": "授权签署查看地址"
|
15806
|
15956
|
}
|
|
@@ -15958,12 +16108,6 @@
|
15958
|
16108
|
"remark": "",
|
15959
|
16109
|
"chnname": "公司id"
|
15960
|
16110
|
},
|
15961
|
|
- {
|
15962
|
|
- "name": "building_id",
|
15963
|
|
- "type": "ShortString",
|
15964
|
|
- "remark": "",
|
15965
|
|
- "chnname": "楼盘id"
|
15966
|
|
- },
|
15967
|
16111
|
{
|
15968
|
16112
|
"name": "contract_name",
|
15969
|
16113
|
"type": "DefaultString",
|
|
@@ -16031,13 +16175,13 @@
|
16031
|
16175
|
"chnname": "乙方签署时间"
|
16032
|
16176
|
},
|
16033
|
16177
|
{
|
16034
|
|
- "name": "contract_download_url",
|
|
16178
|
+ "name": "contract_download_address",
|
16035
|
16179
|
"type": "DefaultString",
|
16036
|
16180
|
"remark": "",
|
16037
|
16181
|
"chnname": "下载合同链接地址"
|
16038
|
16182
|
},
|
16039
|
16183
|
{
|
16040
|
|
- "name": "contract_view_url",
|
|
16184
|
+ "name": "contract_look_address",
|
16041
|
16185
|
"type": "DefaultString",
|
16042
|
16186
|
"remark": "",
|
16043
|
16187
|
"chnname": "查看合同链接地址"
|
|
@@ -16077,12 +16221,6 @@
|
16077
|
16221
|
"type": "Integer",
|
16078
|
16222
|
"remark": "分请做好转换",
|
16079
|
16223
|
"chnname": "结算单价"
|
16080
|
|
- },
|
16081
|
|
- {
|
16082
|
|
- "name": "person_id",
|
16083
|
|
- "type": "ShortString",
|
16084
|
|
- "remark": "",
|
16085
|
|
- "chnname": "小程序用户id"
|
16086
|
16224
|
}
|
16087
|
16225
|
],
|
16088
|
16226
|
"indexs": [],
|
|
@@ -16248,7 +16386,7 @@
|
16248
|
16386
|
"name": "contract_template_name",
|
16249
|
16387
|
"type": "DefaultString",
|
16250
|
16388
|
"remark": "",
|
16251
|
|
- "chnname": "合同模板名称"
|
|
16389
|
+ "chnname": "合同标题"
|
16252
|
16390
|
},
|
16253
|
16391
|
{
|
16254
|
16392
|
"name": "target_type",
|
|
@@ -16266,7 +16404,7 @@
|
16266
|
16404
|
"name": "target_name",
|
16267
|
16405
|
"type": "DefaultString",
|
16268
|
16406
|
"remark": "",
|
16269
|
|
- "chnname": "业务名称"
|
|
16407
|
+ "chnname": "业务标题"
|
16270
|
16408
|
},
|
16271
|
16409
|
{
|
16272
|
16410
|
"name": "company_id",
|
|
@@ -16278,7 +16416,7 @@
|
16278
|
16416
|
"name": "company_name",
|
16279
|
16417
|
"type": "DefaultString",
|
16280
|
16418
|
"remark": "",
|
16281
|
|
- "chnname": "企业名称"
|
|
16419
|
+ "chnname": "企业标题"
|
16282
|
16420
|
},
|
16283
|
16421
|
{
|
16284
|
16422
|
"name": "create_date",
|
|
@@ -16420,12 +16558,6 @@
|
16420
|
16558
|
"remark": "",
|
16421
|
16559
|
"chnname": "印章图"
|
16422
|
16560
|
},
|
16423
|
|
- {
|
16424
|
|
- "name": "signature_id",
|
16425
|
|
- "type": "DefaultString",
|
16426
|
|
- "remark": "",
|
16427
|
|
- "chnname": "签章id"
|
16428
|
|
- },
|
16429
|
16561
|
{
|
16430
|
16562
|
"name": "status",
|
16431
|
16563
|
"type": "Integer",
|
|
@@ -16517,14 +16649,6 @@
|
16517
|
16649
|
"y": 260,
|
16518
|
16650
|
"id": "4fcf256b"
|
16519
|
16651
|
},
|
16520
|
|
- {
|
16521
|
|
- "shape": "table",
|
16522
|
|
- "title": "ta_company_org",
|
16523
|
|
- "moduleName": false,
|
16524
|
|
- "x": 1420,
|
16525
|
|
- "y": -30,
|
16526
|
|
- "id": "71ba37dd"
|
16527
|
|
- },
|
16528
|
16652
|
{
|
16529
|
16653
|
"shape": "table",
|
16530
|
16654
|
"title": "ta_contract_template",
|
|
@@ -16540,6 +16664,14 @@
|
16540
|
16664
|
"x": 1740,
|
16541
|
16665
|
"y": 550,
|
16542
|
16666
|
"id": "52d7459f"
|
|
16667
|
+ },
|
|
16668
|
+ {
|
|
16669
|
+ "shape": "table",
|
|
16670
|
+ "title": "ta_company_org",
|
|
16671
|
+ "moduleName": false,
|
|
16672
|
+ "x": 1390,
|
|
16673
|
+ "y": 0,
|
|
16674
|
+ "id": "71ba37dd"
|
16543
|
16675
|
}
|
16544
|
16676
|
],
|
16545
|
16677
|
"edges": [
|
|
@@ -16551,7 +16683,7 @@
|
16551
|
16683
|
"id": "4215bd3d",
|
16552
|
16684
|
"controlPoints": [
|
16553
|
16685
|
{
|
16554
|
|
- "x": 663.5146484375,
|
|
16686
|
+ "x": 661.5166015625,
|
16555
|
16687
|
"y": 192.06355932203388
|
16556
|
16688
|
},
|
16557
|
16689
|
{
|
|
@@ -16570,12 +16702,12 @@
|
16570
|
16702
|
"id": "221b5c49",
|
16571
|
16703
|
"controlPoints": [
|
16572
|
16704
|
{
|
16573
|
|
- "x": 1096.4853515625,
|
|
16705
|
+ "x": 1098.4833984375,
|
16574
|
16706
|
"y": 192.06355932203388
|
16575
|
16707
|
},
|
16576
|
16708
|
{
|
16577
|
|
- "x": 1259.70703125,
|
16578
|
|
- "y": 12.88636363636364
|
|
16709
|
+ "x": 1229.70703125,
|
|
16710
|
+ "y": 42.88636363636364
|
16579
|
16711
|
}
|
16580
|
16712
|
],
|
16581
|
16713
|
"sourceAnchor": 1,
|
|
@@ -16589,7 +16721,7 @@
|
16589
|
16721
|
"id": "ab5afaa0",
|
16590
|
16722
|
"controlPoints": [
|
16591
|
16723
|
{
|
16592
|
|
- "x": 1096.4853515625,
|
|
16724
|
+ "x": 1098.4833984375,
|
16593
|
16725
|
"y": 192.06355932203388
|
16594
|
16726
|
},
|
16595
|
16727
|
{
|
|
@@ -16608,7 +16740,7 @@
|
16608
|
16740
|
"id": "e28a27ee",
|
16609
|
16741
|
"controlPoints": [
|
16610
|
16742
|
{
|
16611
|
|
- "x": 1096.4853515625,
|
|
16743
|
+ "x": 1098.4833984375,
|
16612
|
16744
|
"y": 192.06355932203388
|
16613
|
16745
|
},
|
16614
|
16746
|
{
|