|
|
@@ -78,15 +78,15 @@ function Ajax1() {
|
|
78
|
78
|
$("#order_algebra").text(result.F_CJ_BagNo), //抽检袋数
|
|
79
|
79
|
$("#order_money").text(result.F_CJ_Outlay), //费用金额
|
|
80
|
80
|
//公共字段
|
|
81
|
|
- $('#order_name').text(result.F_CusName), //客户姓名
|
|
82
|
|
- $('#order_phone').text(result.F_CusPhone), //否 string 客户电话
|
|
83
|
|
- $("#order_tel").text(result.F_CompanyName), //公司名称
|
|
|
81
|
+ $('#order_name').val(result.F_CusName), //客户姓名
|
|
|
82
|
+ $('#order_phone').val(result.F_CusPhone), //否 string 客户电话
|
|
|
83
|
+ $("#order_tel").val(result.F_CompanyName), //公司名称
|
|
84
|
84
|
$("#order_rengin").text(result.F_IncidentProvince), //省
|
|
85
|
85
|
$("#order_shi").text(result.F_IncidentCity), //市
|
|
86
|
86
|
$("#order_xian").text(result.F_IncidentCountry), //县
|
|
87
|
87
|
$("#order_xiang").text(result.F_IncidentTownship), //乡
|
|
88
|
|
- $("#order_tower").text(result.F_IncidentDetailed), //详细地址
|
|
89
|
|
- $("#ower_relationship").text(result.F_SalesBase), //销售基地
|
|
|
88
|
+ $("#order_tower").val(result.F_IncidentDetailed), //详细地址
|
|
|
89
|
+ $("#ower_relationship").val(result.F_SalesBase), //销售基地
|
|
90
|
90
|
$("#order_reception").text(result.F_Description), //问题描述
|
|
91
|
91
|
// F_WxOpenId: openid, //微信openid,
|
|
92
|
92
|
|