Commit e5c97692 authored by agping's avatar agping

去掉所属门店

parent 88d78d7e
...@@ -23,4 +23,4 @@ ...@@ -23,4 +23,4 @@
if(!doc.addEventListener) return; if(!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false); win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false); doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=./static/css/app.8b8386160c82572022dcabd18060fa91.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.f7ac6f90b648a6a7fbe8.js></script></body></html> })(document, window);</script><link href=./static/css/app.ed9c563f3583d6d13ea16519e9d18dda.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.3ad8f94c2daf7000d841.js></script></body></html>
\ No newline at end of file \ No newline at end of file
...@@ -372,12 +372,12 @@ ...@@ -372,12 +372,12 @@
"str2" : list.length > 1 ? (list[1].agent_name ? list[1].agent_name : "-") :"-", "str2" : list.length > 1 ? (list[1].agent_name ? list[1].agent_name : "-") :"-",
"str3" : list.length > 2 ? (list[2].agent_name ? list[2].agent_name : "-") :"-", "str3" : list.length > 2 ? (list[2].agent_name ? list[2].agent_name : "-") :"-",
}, },
{ // {
"msg" : "所属门店" , // "msg" : "所属门店" ,
"str1" : list.length > 0 ? (list[0].store_name ? list[0].store_name : "-") :"-", // "str1" : list.length > 0 ? (list[0].store_name ? list[0].store_name : "-") :"-",
"str2" : list.length > 1 ? (list[1].store_name ? list[0].store_name : "-") :"-", // "str2" : list.length > 1 ? (list[1].store_name ? list[0].store_name : "-") :"-",
"str3" : list.length > 2 ? (list[2].store_name ? list[0].store_name : "-") :"-", // "str3" : list.length > 2 ? (list[2].store_name ? list[0].store_name : "-") :"-",
}, // },
{ {
"msg" : "是否开业" , "msg" : "是否开业" ,
"str1" : list.length > 0 ? (list[0].is_open == 1 ? "开业":"未开业") :"-", "str1" : list.length > 0 ? (list[0].is_open == 1 ? "开业":"未开业") :"-",
...@@ -475,12 +475,12 @@ ...@@ -475,12 +475,12 @@
"str2" : list.length > 1 ? (list[1].agent_name ? list[1].agent_name : "-") :"-", "str2" : list.length > 1 ? (list[1].agent_name ? list[1].agent_name : "-") :"-",
"str3" : list.length > 2 ? (list[2].agent_name ? list[2].agent_name : "-") :"-", "str3" : list.length > 2 ? (list[2].agent_name ? list[2].agent_name : "-") :"-",
}, },
{ // {
"msg" : "所属门店" , // "msg" : "所属门店" ,
"str1" : list.length > 0 ? (list[0].store_name ? list[0].store_name : "-") :"-", // "str1" : list.length > 0 ? (list[0].store_name ? list[0].store_name : "-") :"-",
"str2" : list.length > 1 ? (list[1].store_name ? list[1].store_name : "-") :"-", // "str2" : list.length > 1 ? (list[1].store_name ? list[1].store_name : "-") :"-",
"str3" : list.length > 2 ? (list[2].store_name ? list[2].store_name : "-") :"-", // "str3" : list.length > 2 ? (list[2].store_name ? list[2].store_name : "-") :"-",
}, // },
{ {
"msg" : "是否开业" , "msg" : "是否开业" ,
"str1" : list.length > 0 ? (list[0].is_open == 1 ? "开业":"未开业") :"-", "str1" : list.length > 0 ? (list[0].is_open == 1 ? "开业":"未开业") :"-",
...@@ -579,12 +579,12 @@ ...@@ -579,12 +579,12 @@
"str2" : list.length > 1 ? (list[1].agent_name ? list[1].agent_name : "-") :"-", "str2" : list.length > 1 ? (list[1].agent_name ? list[1].agent_name : "-") :"-",
"str3" : list.length > 2 ? (list[2].agent_name ? list[2].agent_name : "-") :"-", "str3" : list.length > 2 ? (list[2].agent_name ? list[2].agent_name : "-") :"-",
}, },
{ // {
"msg" : "所属门店" , // "msg" : "所属门店" ,
"str1" : list.length > 0 ? (list[0].store_name ? list[0].store_name : "-") :"-", // "str1" : list.length > 0 ? (list[0].store_name ? list[0].store_name : "-") :"-",
"str2" : list.length > 1 ? (list[1].store_name ? list[1].store_name : "-") :"-", // "str2" : list.length > 1 ? (list[1].store_name ? list[1].store_name : "-") :"-",
"str3" : list.length > 2 ? (list[2].store_name ? list[2].store_name : "-") :"-", // "str3" : list.length > 2 ? (list[2].store_name ? list[2].store_name : "-") :"-",
}, // },
{ {
"msg" : "意向金收条编号" , "msg" : "意向金收条编号" ,
"str1" : list.length > 0 ? (list[0].receipt_number ? list[0].receipt_number : "-") :"-", "str1" : list.length > 0 ? (list[0].receipt_number ? list[0].receipt_number : "-") :"-",
...@@ -665,12 +665,12 @@ ...@@ -665,12 +665,12 @@
"str2" : list.length > 1 ? (list[1].agent_name ? list[1].agent_name : "-") :"-", "str2" : list.length > 1 ? (list[1].agent_name ? list[1].agent_name : "-") :"-",
"str3" : list.length > 2 ? (list[2].agent_name ? list[2].agent_name : "-") :"-", "str3" : list.length > 2 ? (list[2].agent_name ? list[2].agent_name : "-") :"-",
}, },
{ // {
"msg" : "所属门店" , // "msg" : "所属门店" ,
"str1" : list.length > 0 ? (list[0].store_name ? list[0].store_name : "-") :"-", // "str1" : list.length > 0 ? (list[0].store_name ? list[0].store_name : "-") :"-",
"str2" : list.length > 1 ? (list[1].store_name ? list[1].store_name : "-") :"-", // "str2" : list.length > 1 ? (list[1].store_name ? list[1].store_name : "-") :"-",
"str3" : list.length > 2 ? (list[2].store_name ? list[2].store_name : "-") :"-", // "str3" : list.length > 2 ? (list[2].store_name ? list[2].store_name : "-") :"-",
}, // },
{ {
"msg" : "保管金收条编号" , "msg" : "保管金收条编号" ,
"str1" : list.length > 0 ? (list[0].receipt_number ? list[0].receipt_number : "-") :"-", "str1" : list.length > 0 ? (list[0].receipt_number ? list[0].receipt_number : "-") :"-",
......
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