切换导航条
此项目
正在载入...
登录
anyv
/
xkeasy
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
王晓刚
6 years ago
提交
93c1e9b6bdac6a582a470ec476cefd4fe0736da8
1 个父辈
0f44fe1b
1 个管道 的构建
通过
耗费 1 秒
提现最低限制
变更
4
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
29 行增加
和
5 行删除
public/themes/admin_simpleboot3/admin/orderscourier/plat_view.html
public/themes/admin_simpleboot3/admin/platformorders/plat_view.html
public/themes/admin_simpleboot3/admin/salesman/salesman_edit.html
public/themes/admin_simpleboot3/admin/salesmanorder/sale_order_show.html
public/themes/admin_simpleboot3/admin/orderscourier/plat_view.html
查看文件 @
93c1e9b
...
...
@@ -8,7 +8,11 @@
</ul>
<volist
name=
"data_goods"
id=
"vo"
>
<div
style=
"margin-top: 10px;"
>
<img
src=
"{:cmf_get_image_url($vo.thumbnail)}"
class=
"img-rounded"
>
<notempty
name=
"$vo.thumbnail"
>
<img
src=
"{:cmf_get_image_preview_url($vo.thumbnail)}"
style=
"height:36px;width: 36px;"
onclick=
"parent.imagePreviewDialog(this.src);"
>
</notempty>
<h4>
书籍:{$vo.book_name}
X
{$vo.number}本
</h4>
<h4>
定价:{$vo.pricing}
</h4>
<h4>
售价:{$vo.price}
</h4>
...
...
public/themes/admin_simpleboot3/admin/platformorders/plat_view.html
查看文件 @
93c1e9b
...
...
@@ -8,7 +8,11 @@
</ul>
<volist
name=
"data_goods"
id=
"vo"
>
<div
style=
"margin-top: 10px;"
>
<img
src=
"{:cmf_get_image_url($vo.thumbnail)}"
class=
"img-rounded"
style=
"width: 300px;height: 300px;"
>
<notempty
name=
"$vo.thumbnail"
>
<img
src=
"{:cmf_get_image_preview_url($vo.thumbnail)}"
style=
"height:36px;width: 36px;"
onclick=
"parent.imagePreviewDialog(this.src);"
>
</notempty>
<h4>
书籍:{$vo.book_name}
X
{$vo.number}本
</h4>
<h4>
定价:{$vo.pricing}
</h4>
<h4>
售价:{$vo.price}
</h4>
...
...
public/themes/admin_simpleboot3/admin/salesman/salesman_edit.html
查看文件 @
93c1e9b
...
...
@@ -36,11 +36,23 @@
</tr>
<tr>
<th>
身份证正面
</th>
<td><img
src=
"{:cmf_get_image_url($data.img_front)}"
alt=
""
></td>
<td>
<notempty
name=
"$data.img_front"
>
<img
src=
"{:cmf_get_image_preview_url($data.img_front)}"
style=
"height:36px;width: 36px;"
onclick=
"parent.imagePreviewDialog(this.src);"
>
</notempty>
</td>
</tr>
<tr>
<th>
身份证反面
</th>
<td><img
src=
"{:cmf_get_image_url($data.img_back)}"
alt=
""
></td>
<td>
<notempty
name=
"$data.img_back"
>
<img
src=
"{:cmf_get_image_preview_url($data.img_back)}"
style=
"height:36px;width: 36px;"
onclick=
"parent.imagePreviewDialog(this.src);"
>
</notempty>
</td>
</tr>
</table>
<div
class=
"form-group"
>
...
...
public/themes/admin_simpleboot3/admin/salesmanorder/sale_order_show.html
查看文件 @
93c1e9b
...
...
@@ -8,7 +8,11 @@
</ul>
<volist
name=
"data_content"
id=
"vo"
>
<div
style=
"margin-top: 10px;"
>
<img
src=
"{:cmf_get_image_url($vo.thumbnail)}"
class=
"img-rounded"
style=
"width: 300px;height: 300px;"
>
<notempty
name=
"$vo.thumbnail"
>
<img
src=
"{:cmf_get_image_preview_url($vo.thumbnail)}"
style=
"height:36px;width: 36px;"
onclick=
"parent.imagePreviewDialog(this.src);"
>
</notempty>
<h4>
书籍:{$vo.book_name}
X
{$vo.number}本
</h4>
<h4>
定价:{$vo.pricing}
</h4>
<h4>
售价:{$vo.price}
</h4>
...
...
请
注册
或
登录
后发表评论