0c103c0c by yangjianbin

init

1 parent 1e7eef0b
......@@ -6,7 +6,7 @@
<label>贷款品种/代码</label>
<span class="form-control select-box">
<select class="select" size="1" disabled>
<option value="1"></option>
<option value="1"><?=$applyOrderVO->productId?></option>
</select>
</span>
</div>
......@@ -14,7 +14,7 @@
<label>贷款用途性质</label>
<span class="form-control select-box">
<select class="select" size="1" disabled>
<option value="1"></option>
<option value="1"><?=$applyOrderVO->useNature?></option>
</select>
</span>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!