Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
Jz-Php
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
PHP
Jz-Php
Commits
c61ecd9a
提交
c61ecd9a
authored
2月 09, 2020
作者:
chengye
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修复文字描述
上级
e848cc8c
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
1 行增加
和
4 行删除
+1
-4
index.html
application/em/view/em/index.html
+0
-3
update.html
application/em/view/em/update.html
+1
-1
没有找到文件。
application/em/view/em/index.html
浏览文件 @
c61ecd9a
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
</select>
</select>
</div>
</div>
<div
class=
"layui-input-inline layui-show-xs-block"
>
<div
class=
"layui-input-inline layui-show-xs-block"
>
<select
name=
"area_id"
id=
"area_id"
>
<select
name=
"area_id"
id=
"area_id"
>
<option
value=
"0"
>
区域
</option>
<option
value=
"0"
>
区域
</option>
{volist name="regions" id="region"}
{volist name="regions" id="region"}
...
@@ -41,9 +40,7 @@
...
@@ -41,9 +40,7 @@
{else /}
{else /}
<option
value=
"{$region.id}"
{
if
$
area_id
eq
$
region
.
id
}
selected
{/
if
}
>
{$region.region_name}
</option>
<option
value=
"{$region.id}"
{
if
$
area_id
eq
$
region
.
id
}
selected
{/
if
}
>
{$region.region_name}
</option>
{/if}
{/if}
{/volist}
{/volist}
</select>
</select>
</div>
</div>
...
...
application/em/view/em/update.html
浏览文件 @
c61ecd9a
...
@@ -387,7 +387,7 @@
...
@@ -387,7 +387,7 @@
<div
class=
"layui-col-md5"
>
<div
class=
"layui-col-md5"
>
<div
class=
"layui-form-item"
>
<div
class=
"layui-form-item"
>
<label
class=
"layui-form-label"
>
<label
class=
"layui-form-label"
>
<span
class=
"x-red"
>
*
</span>
结算单价
{$info.edit}
<span
class=
"x-red"
>
*
</span>
结算单价
</label>
</label>
<div
class=
"layui-input-inline"
>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"settle_price"
name=
"settle_price"
lay-verify=
"required"
autocomplete=
"off"
class=
"layui-input"
lay-verType=
"tips"
value=
"{$info.rule.settle_price}"
{
if
!
isset
($
info
.
edit
)}
disabled=
"disabled"
{/
if
}
>
<input
type=
"text"
id=
"settle_price"
name=
"settle_price"
lay-verify=
"required"
autocomplete=
"off"
class=
"layui-input"
lay-verType=
"tips"
value=
"{$info.rule.settle_price}"
{
if
!
isset
($
info
.
edit
)}
disabled=
"disabled"
{/
if
}
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论