...
|
...
|
@@ -78,6 +78,15 @@ |
|
|
id="good_name" value="{$data.address_info}" />
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
|
<th width="100">备注信息<span class="form-required">*</span></th>
|
|
|
<td>
|
|
|
<script type="text/plain" id="content2" name="content_info">{:cmf_replace_content_file_url(htmlspecialchars_decode($data.remark))}</script>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
<if condition="$data.real_good==0">
|
|
|
<tr>
|
|
|
<th width="100">发放内容<span class="form-required">*</span></th>
|
...
|
...
|
@@ -87,6 +96,13 @@ |
|
|
</tr>
|
|
|
</if>
|
|
|
|
|
|
<tr>
|
|
|
<th width="100">拒绝原因<span class="form-required"></span></th>
|
|
|
<td>
|
|
|
<script type="text/plain" id="content1" name="content_info">{:cmf_replace_content_file_url(htmlspecialchars_decode($data.reason))}</script>
|
|
|
</td>
|
|
|
</tr>
|
|
|
|
|
|
</table>
|
|
|
<div class="form-group">
|
|
|
<div class="col-sm-offset-2 col-sm-10">
|
...
|
...
|
@@ -104,6 +120,7 @@ |
|
|
<tr>
|
|
|
<td>
|
|
|
<div class="checkbox">
|
|
|
<label><input type="radio" name="status" value="-1" <eq name="$data.status" value="-1">checked</eq> >拒绝发放</label>
|
|
|
<label><input type="radio" name="status" value="0" <eq name="$data.status" value="0">checked</eq> >未发放</label>
|
|
|
<label><input type="radio" name="status" value="1" <eq name="$data.status" value="1">checked</eq> >已发放</label>
|
|
|
</div>
|
...
|
...
|
@@ -139,6 +156,10 @@ |
|
|
|
|
|
editorcontent = new baidu.editor.ui.Editor();
|
|
|
editorcontent.render('content');
|
|
|
editorcontent1 = new baidu.editor.ui.Editor();
|
|
|
editorcontent1.render('content1');
|
|
|
editorcontent2 = new baidu.editor.ui.Editor();
|
|
|
editorcontent2.render('content2');
|
|
|
try {
|
|
|
editorcontent.sync();
|
|
|
} catch (err) {
|
...
|
...
|
|