From 03ca27e589775840ae821b1e66549f06c8dd3692 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Wed, 11 Sep 2013 03:56:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BA=86=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=94=B6=E8=97=8F=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=BE=85=E5=A4=84=E7=90=86=E7=94=B3=E8=AF=B7=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/views/scripts/data/order.phtml | 29 +++++++++++++------ .../default/views/scripts/heihe/view.phtml | 2 ++ 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/application/default/views/scripts/data/order.phtml b/application/default/views/scripts/data/order.phtml index cf397f22..bf2750b7 100644 --- a/application/default/views/scripts/data/order.phtml +++ b/application/default/views/scripts/data/order.phtml @@ -27,9 +27,9 @@ ?> @@ -46,12 +46,19 @@ echo '提交所有数据 } elseif ($this->tabID=='order-offline2') { if(count($this->paginator)) { - if(empty($this->applicationform)) - echo '生成PDF 上传申请表'; - else - echo '生成PDF - 重新上传申请表 - 确认申请'; + echo '生成PDF '; + if($this->offlineappid >1) + { + if(empty($this->applicationform)) + { + echo '上传申请表'; + } + else + { + echo '重新上传申请表 + 确认申请'; + } + } } } elseif ($this->tabID=='order-offline3') { if(count($this->paginator)) @@ -68,7 +75,11 @@ echo '通过时间'; paginator as $order) : ?> + + + + +