说明文字修改

This commit is contained in:
wlx 2013-09-26 05:09:53 +00:00
parent 7a3dcab48c
commit 74ed000c6c
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if ($this->tabID=='order-offline1') {
switch($order['status']) { switch($order['status']) {
case 2: case 2:
if(empty($order['applicationform'])) if(empty($order['applicationform']))
echo "请生成PDF申请表并上传".' <a class="btn" href="/data/order/cancel/'.$order['id'].'">取消</a>'; echo "请生成pdf并上传".' <a class="btn" href="/data/order/cancel/'.$order['id'].'">移除</a>';
else else
echo '<span class="label label-success">PDF已上传,请确认订单</span>'; echo '<span class="label label-success">PDF已上传,请确认订单</span>';
break; break;