成交金额字段
This commit is contained in:
parent
6d61bd057a
commit
46ea5e5046
|
|
@ -110,11 +110,6 @@
|
|||
title: '微信昵称',
|
||||
visible: false
|
||||
},
|
||||
{
|
||||
field: 'wxAccount',
|
||||
title: '微信号',
|
||||
visible: false
|
||||
},
|
||||
{
|
||||
field: 'debtType',
|
||||
title: '债务类型'
|
||||
|
|
@ -200,6 +195,10 @@
|
|||
return $.table.selectDictLabel(isDeal, value);
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'wxAccount',
|
||||
title: '成交金额'
|
||||
},
|
||||
{
|
||||
field: 'provinceName',
|
||||
title: '省份'
|
||||
|
|
|
|||
|
|
@ -35,12 +35,6 @@
|
|||
<input name="debtMoney" th:field="*{debtMoney}" class="form-control" type="text">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">微信号:</label>
|
||||
<div class="col-sm-8">
|
||||
<input name="wxAccount" th:field="*{wxAccount}" class="form-control" type="text">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">客户评级 01.无 02.无效 03.一般 04.重要 05.关键:</label>
|
||||
<div class="col-sm-8">
|
||||
|
|
@ -88,6 +82,12 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">成交金额:</label>
|
||||
<div class="col-sm-8">
|
||||
<input name="wxAccount" th:field="*{wxAccount}" class="form-control" type="text">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-3 control-label">省份:</label>
|
||||
<div class="col-sm-8">
|
||||
|
|
|
|||
Loading…
Reference in New Issue