Commit 447f2c35 authored by agping's avatar agping

已入驻 改为 当前经营

parent 3f0a5427
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</tr> </tr>
<tr> <tr>
<td>业态:{{d.industry_type}}</td> <td>业态:{{d.industry_type}}</td>
<td>{{(d.shop_type==1)?'当前商铺业态':'已入驻'}}:{{d.enter_num}}</td> <td>{{(d.shop_type==1)?'当前经营':'已入驻'}}:{{d.enter_num}}</td>
<td></td> <td></td>
<td></td> <td></td>
</tr> </tr>
......
...@@ -792,7 +792,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function ...@@ -792,7 +792,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_shangpuTypeObj.change(function() { _shangpuTypeObj.change(function() {
if($(this).val() == '1') { if($(this).val() == '1') {
//街铺 //街铺
$('.has-housed').html('当前商铺业态');// $('.has-housed').html('当前经营');//
_jinchangPriceObj.attr('data-alert','请填写对内转让费!').parent().prev().html('对内转让费'); _jinchangPriceObj.attr('data-alert','请填写对内转让费!').parent().prev().html('对内转让费');
_roomArea1Obj.attr('data-alert','请填写建筑面积!').parent().prev().html('建筑面积'); _roomArea1Obj.attr('data-alert','请填写建筑面积!').parent().prev().html('建筑面积');
_businessAreaObj.attr('data-alert','请填写使用面积!').parent().prev().html('使用面积'); _businessAreaObj.attr('data-alert','请填写使用面积!').parent().prev().html('使用面积');
......
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