Commit bce9c1ac authored by agping's avatar agping

成交报告审核 撤销成交报告 是否开业 优化

parent 7a0f1ced
......@@ -48,8 +48,7 @@
</ul>
<ul>
<li>
<div>是否开业:</div>
<div>{{detailData.is_open=='1'?'是':'否'}}</div>
</li>
<li>
<div>商铺号:</div>
......
......@@ -58,7 +58,7 @@
<div>商铺地址:</div>
<div>bbbb</div>
</li>
<li>
<!--<li>
<div>是否开业:</div>
<div class="arrow-select-pc flex-center">
<select v-model="is_open">
......@@ -67,7 +67,7 @@
<option value="0">否</option>
</select>
</div>
</li>
</li>-->
<li>
<div>成交类型:</div>
<div class="arrow-select-pc flex-center">
......
......@@ -267,7 +267,6 @@
<th class="text-center">行号</th>
<th class="text-center">ID</th>
<th class="text-center">提交时间</th>
<th class="text-center">是否开业</th>
<th class="text-center">商铺地址</th>
<th class="text-center">商铺号</th>
<th class="text-center">成交价</th>
......@@ -341,11 +340,6 @@
<div class="detail-modal-bargaininfo-main-right">
<span></span>
<br />
<span>是否开业:</span>
<select class="form-control" id="bargaininfo_is_open">
<option value="0"></option>
<option value="1"></option>
</select> <br />
<span>商铺号:</span><input class="form-control" id="bargaininfo_shop_num" />
<input type="text" id="hide-input-value" style="opacity: 0;width: 6px;"/>
<button type="button" class="copy-text-shop btn-info btn1">复制</button>
......
......@@ -95,7 +95,6 @@
<tr class="maintable-tr-bar">
<th class="text-center">ID</th>
<th class="text-center">提交时间</th>
<th class="text-center">是否开业</th>
<th class="text-center">商铺地址</th>
<th class="text-center">商铺号</th>
<th class="text-center">成交客户</th>
......
......@@ -228,7 +228,7 @@ require(['vue', 'css!style/submit_report_pc.css', 'jquery0325', 'common'], funct
'order_id': _this.order_info_obj.order_id,//订单id
'order_no': _this.order_info_obj.order_no,//订单编号
'house_number': _this.house_number,//商铺编号
'is_open': _this.is_open,//是否开业
// 'is_open': _this.is_open,//是否开业
'industry_type': _this.industry_type,//业态
'trade_type': _this.trade_type,//成交类型
'price': _this.price,//成交价格
......
......@@ -13,7 +13,6 @@
[% } %]
</td>
<td class="text-center" width="10%">[%= it["list"][item]['create_time'] %]</td>
<td class="text-center" width="8%">[%= it["list"][item]['is_open']*1?'是':'否' %]</td>
<td class="text-left">[%= it["list"][item]['internal_address'] %]</td>
<td class="text-center">[%= it["list"][item]['house_number'] %]</td>
<td class="text-center">[%= it["list"][item]['price'] %]</td>
......
......@@ -5,7 +5,6 @@
<tr data-id="[%= it['list'][item]['id'] %]" data-orderid="[%= it['list'][item]['order_id'] %]">
<td class="text-center" >[%= it["list"][item]['id'] %]</td>
<td class="text-center" width="10%">[%= it["list"][item]['create_time'] %]</td>
<td class="text-center" width="8%">[%= it["list"][item]['is_open']?'是':'否' %]</td>
<td class="text-left">[%= it["list"][item]['internal_address'] %]</td>
<td class="text-center">[%= it["list"][item]['house_number'] %]</td>
<td class="text-center">[%= it["list"][item]['user_name'] %]</td>
......
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