|
|
@@ -263,7 +263,10 @@ function textCon() {
|
|
263
|
263
|
data: {
|
|
264
|
264
|
stime: $('#time2').val() && $('#time2').val().split(' ~ ')[0],
|
|
265
|
265
|
endtime: $('#time2').val() && $('#time2').val().split(' ~ ')[1],
|
|
266
|
|
- questionName:Yname
|
|
|
266
|
+ questionName:Yname,
|
|
|
267
|
+ isEnd:$('#customer_exceed').val(),
|
|
|
268
|
+ product:$("#product_name").val(),//产品
|
|
|
269
|
+ salesBase:$("#category").val()//基地
|
|
267
|
270
|
},
|
|
268
|
271
|
success: function(data) {
|
|
269
|
272
|
if(data.state.toLowerCase() == 'success') {
|