Commit f03fc24c authored by agping's avatar agping

打包

parent c9868cae
......@@ -23,4 +23,4 @@
if(!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=./static/css/app.9484d58794268174400945428257aad0.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.699733b35fef18da5ecb.js></script></body></html>
\ No newline at end of file
})(document, window);</script><link href=./static/css/app.f61a465d3308b71bcea5a55246776e0a.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.52d897164cfcd65dba3a.js></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -348,7 +348,7 @@ define(['doT', 'text!temp/inspectionRecordAll_list_template_tpl.html', 'css!styl
params.industry_type=$("input[name=area_demand]").val();//业态
params.remark=$(".beizhu").val();
params.transfer_img=$("input[name=area_demand]").val();
params.pay_id=$("input[name=area_demand]").val();//什么
// params.pay_id=$("input[name=area_demand]").val();
params.receipt_number=$(".intention-name").val();
params.bargain_id=$("input[name=area_demand]").val();//成交报告id
params.income_time= (new Date($('#booked-date').val())).getTime()*0.001;
......@@ -372,30 +372,6 @@ define(['doT', 'text!temp/inspectionRecordAll_list_template_tpl.html', 'css!styl
};
// 参数
// "agent_id" => 1,//收款经纪人id
// "agent_name" => 1,//收款经纪人id
// "report_id" => 111,//报备id
// "order_id" => 2, //关联order表id
// "order_no" => "123123123", //订单no
// `type` '付款类型 10意向金 20定金 30保管金 40押金 50 租金 60 进场费 70转让费 80其他',
// `pay_type` '支付方式 10支付宝 20 微信 30pos机器 40转账 50现金',
// `money` '入账金额',
// "collecting_bill" => [ { "type" : 10, "pay_type" : 10, "money" : 1100 }, { "type" :10, "pay_type" : 10, "money": 1200 } ],
// "house_number" => "3301号",
// "industry_type" => "asdasdasd",
// "remark" => "没什么备注",
// "transfer_img" => "12312312312",
// "is_dividend" => 1, //是否分红 1否 0是
// "last_transfer_time" => "2018-10-18", //最后转定时间
// "pay_id" => 1,
$.ajax({
'type': 'POST',
'url': '/broker/collectingBill',
......
......@@ -179,6 +179,9 @@ define(['doT', 'text!temp/video_check_list_template_tpl.html', 'css!style/home.c
params.district_id = $('#district_id').val();//部门
params.store_id = $('#guest_stores').val();//门店
params.agent_id = house.agent_id_phone?house.agent_id_phone:$('#guest_stores_agent').val(); //下拉搜索 跟进人id
params.is_check = $('#is_check').val();
params.shop_id = $('#shop_id').val();
$.ajax({
type: 'GET',
url: '/index/houseVideoList', //商铺视频审核
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment