Просмотр исходного кода

161108
Modify:
Online customer info add contact type

Ray Zhang 9 лет назад
Родитель
Сommit
07e8a7f220
1 измененных файлов с 9 добавлено и 2 удалено
  1. 9 2
      RedAnt ERP Mobile/common/Functions/contact/customer_info_template_edit.json

+ 9 - 2
RedAnt ERP Mobile/common/Functions/contact/customer_info_template_edit.json

@@ -4,7 +4,7 @@
     "section_count": 1,
     "section_count": 1,
     "section_0": {
     "section_0": {
         "title": "Customer Info",
         "title": "Customer Info",
-        "count": 18,
+        "count": 19,
         
         
         "item_0": {
         "item_0": {
             "aname": "Country",
             "aname": "Country",
@@ -124,6 +124,13 @@
             
             
         },
         },
         "item_17": {
         "item_17": {
+            "aname": "Contact Type",
+            "name": "customer_contact_type",
+            "control": "text",
+            "value": "",
+            
+        },
+        "item_18": {
             "aname": "Sales Rep",
             "aname": "Sales Rep",
             "name": "customer_sales_rep",
             "name": "customer_sales_rep",
             "control": "text",
             "control": "text",
@@ -135,4 +142,4 @@
         
         
         
         
     }
     }
-}
+}