From 730481b306669ba5ef6f340a557972fa5a088050 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Tue, 14 Jan 2025 14:26:42 +0800 Subject: [PATCH] 'commit' --- .../ds-base/html/pages/ylt/occupy/index.html | 5 +- .../ds-base/html/pages/ylt/occupy/set.html | 6 +- .../html/pages/ylt/thirdparty/add.html | 137 ++++++++++++++ .../html/pages/ylt/thirdparty/index.html | 178 ++++++++++++++++++ .../html/pages/ylt/thirdparty/update.html | 164 ++++++++++++++++ 5 files changed, 484 insertions(+), 6 deletions(-) create mode 100644 dsBaseWeb/ds-base/html/pages/ylt/thirdparty/add.html create mode 100644 dsBaseWeb/ds-base/html/pages/ylt/thirdparty/index.html create mode 100644 dsBaseWeb/ds-base/html/pages/ylt/thirdparty/update.html diff --git a/dsBaseWeb/ds-base/html/pages/ylt/occupy/index.html b/dsBaseWeb/ds-base/html/pages/ylt/occupy/index.html index 511c81f8..d1bde54d 100644 --- a/dsBaseWeb/ds-base/html/pages/ylt/occupy/index.html +++ b/dsBaseWeb/ds-base/html/pages/ylt/occupy/index.html @@ -136,10 +136,11 @@ }, cols: [[ { title: '序号', align: 'center', width: "5%", type: 'numbers' }, - { title: '场站名称', field: 'station_name', align: 'center' }, - { title: '状态', align: 'center', templet: '#status', width: "15%" }, + { title: '场站名称', field: 'station_name', align: 'left' }, + { title: '状态', align: 'center', templet: '#status', width: "10%" }, { title: '每小时收费金额(元)', field: 'one_hour_money', align: 'center', width: "15%" }, { title: '免费时长(分钟)', field: 'free_duration', align: 'center', width: "15%" }, + { title: '占位费上限金额(元)', field: 'money_limit', align: 'center', width: "15%" }, { title: '操作', toolbar: '#table-bar', align: 'center', width: "10%" } ]], skin: 'line', diff --git a/dsBaseWeb/ds-base/html/pages/ylt/occupy/set.html b/dsBaseWeb/ds-base/html/pages/ylt/occupy/set.html index 19dd9b64..c71b07e4 100644 --- a/dsBaseWeb/ds-base/html/pages/ylt/occupy/set.html +++ b/dsBaseWeb/ds-base/html/pages/ylt/occupy/set.html @@ -81,8 +81,6 @@ lay-verify="required|number" placeholder="请输入占位费上限金额" class="layui-input input-width"> - -
@@ -105,7 +103,6 @@ form.verify({ int: [/^[1-9]\d*$/, '请输入大于0的整数'] - }); var id = GetQueryString("id"); @@ -119,6 +116,7 @@ if (res.success) { $("#one_hour_money").val(res.one_hour_money); $("#free_duration").val(res.free_duration); + $("#money_limit").val(res.money_limit); } } }); @@ -132,7 +130,7 @@ type: 'post', success: function (result) { if (result.success) { - layer.msg("保存成功!", { + layer.msg("设置成功!", { icon: 1, time: 1300 }, function () { diff --git a/dsBaseWeb/ds-base/html/pages/ylt/thirdparty/add.html b/dsBaseWeb/ds-base/html/pages/ylt/thirdparty/add.html new file mode 100644 index 00000000..addb5f94 --- /dev/null +++ b/dsBaseWeb/ds-base/html/pages/ylt/thirdparty/add.html @@ -0,0 +1,137 @@ + + + + + + + + + + + +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+
+
+ + + + + + + \ No newline at end of file diff --git a/dsBaseWeb/ds-base/html/pages/ylt/thirdparty/index.html b/dsBaseWeb/ds-base/html/pages/ylt/thirdparty/index.html new file mode 100644 index 00000000..ebdc09c0 --- /dev/null +++ b/dsBaseWeb/ds-base/html/pages/ylt/thirdparty/index.html @@ -0,0 +1,178 @@ + + + + + + + + + + + + +
+
+
+ + + +
+
+ + + + + + + + \ No newline at end of file diff --git a/dsBaseWeb/ds-base/html/pages/ylt/thirdparty/update.html b/dsBaseWeb/ds-base/html/pages/ylt/thirdparty/update.html new file mode 100644 index 00000000..190dd755 --- /dev/null +++ b/dsBaseWeb/ds-base/html/pages/ylt/thirdparty/update.html @@ -0,0 +1,164 @@ + + + + + + + + + + + +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+
+
+ + + + + + + \ No newline at end of file