成交金额字段

This commit is contained in:
kuang.yife 2023-12-11 18:21:45 +08:00
parent 6d61bd057a
commit 46ea5e5046
2 changed files with 10 additions and 11 deletions

View File

@ -110,11 +110,6 @@
title: '微信昵称', title: '微信昵称',
visible: false visible: false
}, },
{
field: 'wxAccount',
title: '微信号',
visible: false
},
{ {
field: 'debtType', field: 'debtType',
title: '债务类型' title: '债务类型'
@ -200,6 +195,10 @@
return $.table.selectDictLabel(isDeal, value); return $.table.selectDictLabel(isDeal, value);
} }
}, },
{
field: 'wxAccount',
title: '成交金额'
},
{ {
field: 'provinceName', field: 'provinceName',
title: '省份' title: '省份'

View File

@ -35,12 +35,6 @@
<input name="debtMoney" th:field="*{debtMoney}" class="form-control" type="text"> <input name="debtMoney" th:field="*{debtMoney}" class="form-control" type="text">
</div> </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"> <div class="form-group">
<label class="col-sm-3 control-label">客户评级 01.无 02.无效 03.一般 04.重要 05.关键:</label> <label class="col-sm-3 control-label">客户评级 01.无 02.无效 03.一般 04.重要 05.关键:</label>
<div class="col-sm-8"> <div class="col-sm-8">
@ -88,6 +82,12 @@
</div> </div>
</div> </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"> <div class="form-group">
<label class="col-sm-3 control-label">省份:</label> <label class="col-sm-3 control-label">省份:</label>
<div class="col-sm-8"> <div class="col-sm-8">