Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
Jz-Php
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
PHP
Jz-Php
Commits
3d9c1ef5
提交
3d9c1ef5
authored
7月 14, 2020
作者:
chengye
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
列表显示充值卡表余额
上级
b157b4c2
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
6 行增加
和
6 行删除
+6
-6
detail.html
application/em/view/payment/detail.html
+5
-5
index.html
application/em/view/payment/index.html
+1
-1
没有找到文件。
application/em/view/payment/detail.html
浏览文件 @
3d9c1ef5
...
...
@@ -45,7 +45,7 @@
<div
class=
"layui-col-md5"
>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label layui-text-left"
>
缴费
状态:
付款
状态:
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
...
...
@@ -58,7 +58,7 @@
<div
class=
"layui-col-md5"
>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label layui-text-left"
>
缴费
日期:
付款
日期:
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
...
...
@@ -70,7 +70,7 @@
<div
class=
"layui-col-md5"
>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label layui-text-left"
>
应
缴
金额:
应
付
金额:
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
name=
"amount"
id=
"amount"
...
...
@@ -120,8 +120,8 @@
<th>
账单号
</th>
<th>
所属基站名
</th>
<th>
电表识别号
</th>
<th>
应
缴
金额
</th>
<th>
已
缴
金额
</th>
<th>
应
付
金额
</th>
<th>
已
付
金额
</th>
</thead>
<tbody>
{volist name="invs" id="item"}
...
...
application/em/view/payment/index.html
浏览文件 @
3d9c1ef5
...
...
@@ -72,7 +72,7 @@
<th
lay-data=
"{field:'station_name',sort: true} "
>
站名
</th>
<th
lay-data=
"{field:'em_numb',sort: true} "
>
表号
</th>
<th
lay-data=
"{field:'payment_type',sort: true}"
>
缴费类型
</th>
<th
lay-data=
"{field:'amount',sort: true}"
>
缴费
金额
</th>
<th
lay-data=
"{field:'amount',sort: true}"
>
应付
金额
</th>
<th
lay-data=
"{field: 'status',sort: true}"
>
状态
</th>
<th
lay-data=
"{field: 'create_time',sort: true}"
>
创建日期
</th>
<th
lay-data=
"{fixed: 'right', align:'center', toolbar: '#barDemo'}"
>
操作
</th>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论