From 470590af01d726256bf73266e5e01b816ab259f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Tue, 23 Apr 2024 12:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E8=BD=A6=E9=A2=84=E5=94=AE=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E4=BF=AE=E6=94=B9=E5=8A=9F=E8=83=BD=E4=B8=8A=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trainsystem/views/presale_add.php | 30 +++++++++++ .../trainsystem/views/presale_edit.php | 31 +++++++++++ .../trainsystem/views/presale_list.php | 54 +++++++++++++++++++ 3 files changed, 115 insertions(+) create mode 100644 application/third_party/trainsystem/views/presale_add.php create mode 100644 application/third_party/trainsystem/views/presale_edit.php create mode 100644 application/third_party/trainsystem/views/presale_list.php diff --git a/application/third_party/trainsystem/views/presale_add.php b/application/third_party/trainsystem/views/presale_add.php new file mode 100644 index 00000000..df41ad7e --- /dev/null +++ b/application/third_party/trainsystem/views/presale_add.php @@ -0,0 +1,30 @@ +
+
+
+

预售时间添加(车站名是中文名)

+
+
+
+ + + + + + + + + + + + + + + + +
车站名
预售时间(例:8:00 ,18:30)
车站编码
+ +
+
+
+
+
\ No newline at end of file diff --git a/application/third_party/trainsystem/views/presale_edit.php b/application/third_party/trainsystem/views/presale_edit.php new file mode 100644 index 00000000..a3fafd22 --- /dev/null +++ b/application/third_party/trainsystem/views/presale_edit.php @@ -0,0 +1,31 @@ +
+
+
+

预售时间修改(车站名尽量不要修改)

+
+
+
+ + + + + + + + + + + + + + + + +
车站名
预售时间
车站编码
+ + +
+
+
+
+
\ No newline at end of file diff --git a/application/third_party/trainsystem/views/presale_list.php b/application/third_party/trainsystem/views/presale_list.php new file mode 100644 index 00000000..ac7bace0 --- /dev/null +++ b/application/third_party/trainsystem/views/presale_list.php @@ -0,0 +1,54 @@ +
+
+
+

预售时间搜索

+
+
+
+
+
+ " autocomplete="off"> +
+
+ +   新增站点 +
+
+
+
+
+
+
+

预售时间列表

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
序号ID车站预售时间车站编码更新时间操作
TST_id;?>TST_station_cn;?>TST_saletime;?>TST_station_code;?>TST_updatetime;?>修改
+
+
+
+
\ No newline at end of file