切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
anyv
6 years ago
提交
e9a437b04d0f6293f5c9172aa42c0a436d758005
1 个父辈
a34566b2
1 个管道 的构建
通过
耗费 0 秒
655
变更
3
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
17 行增加
和
2 行删除
public/themes/admin_simpleboot3/admin/salesman/salesman_goods_add.html
public/themes/admin_simpleboot3/admin/salesman/salesman_goods_edit.html
public/themes/admin_simpleboot3/admin/salesmangoods/salesman_edit.html
public/themes/admin_simpleboot3/admin/salesman/salesman_goods_add.html
查看文件 @
e9a437b
...
...
@@ -38,7 +38,7 @@
<div
class=
"col-md-9"
>
<table
class=
"table table-bordered"
>
<tr>
<th>
书籍
</th>
<th
width=
"120"
>
书籍
</th>
<td>
<input
class=
"form-control"
type=
"text"
name=
"book_name"
id=
"title"
required
value=
""
placeholder=
"请输入书籍名称"
/>
...
...
@@ -71,6 +71,11 @@
</td>
</tr>
<tr>
<th>
咨询电话
</th>
<td><input
class=
"form-control"
type=
"text"
name=
"zixun_phone"
value=
""
placeholder=
"请输入咨询电话"
></td>
</tr>
<tr>
<th>
书号
</th>
<td><input
class=
"form-control"
type=
"text"
name=
"book_number"
value=
""
placeholder=
"请输入书号"
></td>
...
...
public/themes/admin_simpleboot3/admin/salesman/salesman_goods_edit.html
查看文件 @
e9a437b
...
...
@@ -38,7 +38,7 @@
<div
class=
"col-md-9"
>
<table
class=
"table table-bordered"
>
<tr>
<th>
书籍
</th>
<th
width=
"120"
>
书籍
</th>
<td>
<input
class=
"form-control"
type=
"text"
name=
"book_name"
id=
"title"
required
value=
"{$data.book_name}"
placeholder=
"请输入书籍名称"
/>
...
...
@@ -70,6 +70,11 @@
</td>
</tr>
<tr>
<th>
咨询电话
</th>
<td><input
class=
"form-control"
type=
"text"
name=
"zixun_phone"
value=
"{$data.zixun_phone}"
placeholder=
"请输入咨询电话"
></td>
</tr>
<tr>
<th>
书号
</th>
<td><input
class=
"form-control"
type=
"text"
name=
"book_number"
value=
"{$data.book_number}"
placeholder=
"请输入书号"
></td>
...
...
public/themes/admin_simpleboot3/admin/salesmangoods/salesman_edit.html
查看文件 @
e9a437b
...
...
@@ -73,6 +73,11 @@
</td>
</tr>
<tr>
<th>
咨询电话
</th>
<td><input
class=
"form-control"
type=
"text"
name=
"zixun_phone"
value=
"{$data.zixun_phone}"
placeholder=
"请输入咨询电话"
></td>
</tr>
<tr>
<th>
书号
</th>
<td><input
class=
"form-control"
type=
"text"
name=
"book_number"
value=
"{$data.book_number}"
placeholder=
"请输入书号"
></td>
...
...
请
注册
或
登录
后发表评论