From 602fb33fcc74f03f65b669bf8fea1d54d743523f Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Wed, 8 Jan 2020 14:39:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=9C=80=E6=B1=82=EF=BC=9A?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0-=E3=80=8B=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F-=E3=80=8B=E6=89=A9=E5=B1=95=E5=B7=A5=E5=85=B7-?= =?UTF-8?q?=E3=80=8B=E5=85=AC=E5=8F=B8=E4=BF=A1=E6=81=AF=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/ToolController.class.php | 11 ++ Application/Admin/View/Tool/company_info.html | 134 ++++++++++++++++++ 2 files changed, 145 insertions(+) create mode 100644 Application/Admin/View/Tool/company_info.html diff --git a/Application/Admin/Controller/ToolController.class.php b/Application/Admin/Controller/ToolController.class.php index 638c75b80..7f8dd1d22 100644 --- a/Application/Admin/Controller/ToolController.class.php +++ b/Application/Admin/Controller/ToolController.class.php @@ -639,6 +639,17 @@ class ToolController extends ThinkController { $this->display(); } + + /** + *公司信息管理 + */ + public function company_info() + { + $str = "company_info"; + $this->BaseConfig($str); + $this->meta_title = '公司信息管理'; + $this->display(); + } } diff --git a/Application/Admin/View/Tool/company_info.html b/Application/Admin/View/Tool/company_info.html new file mode 100644 index 000000000..3027beaf3 --- /dev/null +++ b/Application/Admin/View/Tool/company_info.html @@ -0,0 +1,134 @@ + + + + + + + + + + + +
+ + +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
公司名称 + + +
联系人 + + +
联系电话 + + +
邮寄地址 + + +
公司税号 + + +
收款方名称 + + +
银行账号 + + +
开户行 + + +
+ + +
+
+ + + +
+
+ + + +
+ + + + + +
+ + + +