|
|
@@ -100,7 +100,7 @@ function Ajax1() {
|
|
100
|
100
|
$("#order_branch").text(result.F_ZX_Branch), //分公司
|
|
101
|
101
|
//投诉模块
|
|
102
|
102
|
$("#order_coding").val(result.F_CustomerID), //客户编码
|
|
103
|
|
- $("#order_yewu").val(result.F_Salesman), //业务员
|
|
|
103
|
+
|
|
104
|
104
|
$('#order_yewuphone').val(result.F_SalesPhone);
|
|
105
|
105
|
$('#order_macrocell').val(result.F_AreaName),//大区
|
|
106
|
106
|
$('#order_branch').val(result.F_BranchName);
|
|
|
@@ -128,9 +128,12 @@ function Ajax1() {
|
|
128
|
128
|
$("#order_wentlb").val(result.F_QuestionType), //问题类别 ower_Sales_base
|
|
129
|
129
|
$("#ower_relationship").val(result.F_SalesBase),
|
|
130
|
130
|
$("#ower_Sales_base").val(result.F_SalesBase),
|
|
131
|
|
-
|
|
132
|
|
-
|
|
|
131
|
+ $("#batch_num").val(result.F_BatchNumber), //生产批号
|
|
|
132
|
+ $("#order_mingcheng").val(result.F_MaterialName);//物料名称
|
|
|
133
|
+ $("#order_xinghao").val(result.F_Model),//型号
|
|
133
|
134
|
$("#order_time").val(result.F_CJ_Time), //抽检时间
|
|
|
135
|
+ $("#order_yewu").val(result.F_Salesman), //业务员
|
|
|
136
|
+
|
|
134
|
137
|
// $("#order_response").val(result.F_QuestionType), //问题类别
|
|
135
|
138
|
$("#order_samplingle").val(result.F_CJ_Level), //抽检级别
|
|
136
|
139
|
$("#order_lingunit").val(result.F_CJ_Unit), //抽检单位
|
|
|
@@ -317,10 +320,10 @@ function typePro(){
|
|
317
|
320
|
F_CusName: $('#order_name').val(),//客户姓名
|
|
318
|
321
|
F_CusPhone: $('#order_phone').val(),//客户电话
|
|
319
|
322
|
F_CompanyName: $('#order_tel').val(),//公司名称
|
|
320
|
|
- F_IncidentProvince:$("#choworder_rengin").attr('data-index'), //省
|
|
321
|
|
- F_IncidentCity: $("#shouorder_shi").attr('data-index'), //市
|
|
322
|
|
- F_IncidentCountry:$("#chouorder_xian").attr('data-index'), //县
|
|
323
|
|
- F_IncidentTownship: $("#chouorder_xiang").attr('data-index'), //乡
|
|
|
323
|
+ F_IncidentProvince:$("#choworder_rengin").val(), //省
|
|
|
324
|
+ F_IncidentCity: $("#shouorder_shi").val(), //市
|
|
|
325
|
+ F_IncidentCountry:$("#chouorder_xian").val(), //县
|
|
|
326
|
+ F_IncidentTownship: $("#chouorder_xiang").val(), //乡
|
|
324
|
327
|
F_IncidentDetailed: $("#choworder_tower").val(), //详细地址
|
|
325
|
328
|
F_Description:$("#order_reception").val(), //问题描述
|
|
326
|
329
|
//咨询模块
|
|
|
@@ -352,14 +355,13 @@ function typePro(){
|
|
352
|
355
|
// F_Formula: $('#enter_formula').val(),//配方
|
|
353
|
356
|
|
|
354
|
357
|
|
|
355
|
|
-
|
|
356
|
358
|
//抽检模块
|
|
357
|
359
|
// F_CusName: $('#kxing').val(),//客户姓名
|
|
358
|
360
|
// F_CusPhone: $('#kdian').val(),//客户电话
|
|
359
|
361
|
// F_QuestionType:cttt, //问题类别
|
|
360
|
362
|
F_CJ_Time: $('#order_time').val(),//抽检时间
|
|
361
|
|
- F_CJ_Level: $('#order_samplingle').attr('data-index'), //抽检级别
|
|
362
|
|
- F_CJ_Unit: $('#order_lingunit').attr('data-index'), //抽检单位
|
|
|
363
|
+ F_CJ_Level: $('#order_samplingle').val(), //抽检级别
|
|
|
364
|
+ F_CJ_Unit: $('#order_lingunit').val(), //抽检单位
|
|
363
|
365
|
F_CJ_TestUnit: $('#order_assay').val(),//化验单位
|
|
364
|
366
|
F_CJ_Tonnage: $('#order_tunnage').val(),//抽检吨数
|
|
365
|
367
|
F_CJ_BagNo: $('#order_algebra').val(),//抽检袋数
|