Selaa lähdekoodia

app添加工单

duhongyu 3 vuotta sitten
vanhempi
commit
8efa316729

+ 21 - 21
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/APPController.cs

@@ -414,30 +414,30 @@ namespace CallCenterApi.Interface.Controllers
414 414
         public ActionResult AddWorkOrder()
415 415
         {
416 416
                 string loginNo = RequestString.GetFormString("loginNo");
417
-                int source = RequestString.GetInt("source", 0);
418
-                string cusname = RequestString.GetFormString("cusname");
419
-                string cussex = RequestString.GetFormString("cussex");
420
-                string cusphone = RequestString.GetFormString("cusphone");
421
-                string cusaddress = RequestString.GetFormString("cusaddress");
417
+                int source = RequestString.GetInt("source", 0);//来源
418
+                string cusname = RequestString.GetFormString("cusname");//姓名
419
+                string cussex = RequestString.GetFormString("cussex");//性别
420
+                string cusphone = RequestString.GetFormString("cusphone");//手机号
421
+                string cusaddress = RequestString.GetFormString("cusaddress");//地址
422 422
               
423 423
                 
424
-                string conname = RequestString.GetFormString("conname");
425
-                string conphone = RequestString.GetFormString("conphone");
426
-                string title = RequestString.GetFormString("title");
427
-                string content = RequestString.GetFormString("content");
428
-                string files = RequestString.GetFormString("files");
429
-                int sourcearea = RequestString.GetInt("sourcearea", 0);
430
-                string sourceaddress = RequestString.GetFormString("sourceaddress");
431
-            string code = RequestString.GetFormString("code");
432
-            string keys = RequestString.GetFormString("keys");
433
-                string splituser = RequestString.GetFormString("splituser");
434
-                int type = RequestString.GetInt("type", 0);
435
-               
436
-                int isprotect = RequestString.GetInt("isprotect", 0);
437
-                int level = RequestString.GetInt("level", 0);
424
+                string conname = RequestString.GetFormString("conname");//联系人姓名
425
+                string conphone = RequestString.GetFormString("conphone");//联系人性别
426
+                string title = RequestString.GetFormString("title");//标题
427
+                string content = RequestString.GetFormString("content");//内容
428
+                string files = RequestString.GetFormString("files");//附件
429
+                int sourcearea = RequestString.GetInt("sourcearea", 0);//事发区域
430
+            string sourceaddress = RequestString.GetFormString("sourceaddress");//事发地址
431
+            string code = RequestString.GetFormString("code");//验证🐎
432
+            string keys = RequestString.GetFormString("keys");//反应类别
433
+                string splituser = RequestString.GetFormString("splituser");//不需要
434
+                int type = RequestString.GetInt("type", 0);//信息类别
435
+
436
+            int isprotect = RequestString.GetInt("isprotect", 0);//保密方式0否1是
437
+            int level = RequestString.GetInt("level", 0);//紧急程度
438 438
                 int business = RequestString.GetInt("business", 0); ;//
439
-                int township = RequestString.GetInt("township", 0);
440
-                int village = RequestString.GetInt("village", 0);
439
+                int township = RequestString.GetInt("township", 0);//乡镇
440
+                int village = RequestString.GetInt("village", 0);//村
441 441
             if (string.IsNullOrEmpty(cusphone))
442 442
                 return Error("请输入手机号码");
443 443
             string msgcount = "您的验证码是" + code + ",10分钟内有效。";