Browse Source

解决bug3980 【PC端-长处方】续方管理:续方详情开方失败的续方未显示失败时间及原因。

raolu 7 years ago
parent
commit
300dfb68c1
2 changed files with 3 additions and 3 deletions
  1. 1 1
      consulting-list.html
  2. 2 2
      prescription-detail.html

+ 1 - 1
consulting-list.html

@ -35,7 +35,7 @@
                </li>
            </ul>
        </div>
        <form role="form" class="form-inline ptb10">
        <form role="form" class="form-inline ptb10" onsubmit="return false;">
            <div class="form-group">
                <label for="">记录搜索</label>
                <input type="text" class="form-control input-sm" id="searchName" placeholder="可按申请居民搜索">

+ 2 - 2
prescription-detail.html

@ -114,13 +114,13 @@
	        	<table class="c-wp100 c-999">
	            	<tr>
	            		<td>续方状态:<span class="c-333">{{ prescription.status | setStatus}}</span></td>
	            		<td>失败时间:<span class="c-333">{{prescription.failTime || ''}}</span></td>
	            		<td>失败时间:<span class="c-333">{{prescription.prescribeTime || ''}}</span></td>
	            	</tr>
	            	<tr>
	            		<td colspan="2">续方说明:<span class="c-333">{{prescription.reason}}</span></td>
	            	</tr>
	            	<tr>
	            		<td colspan="2">失败原因:<span class="c-333">{{prescription.failReason}}</span></td>
	            		<td colspan="2">失败原因:<span class="c-333">{{prescription.prescribeReason}}</span></td>
	            	</tr>
	            </table>
	        	{{else}}