From f7f968bf90a2124d1787919b116bb143290622ce Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期三, 08 五月 2024 11:25:50 +0800 Subject: [PATCH] 增加货品管理页面,增加ip地址获取APi 修改发票列表宽度 --- CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html | 26 +++++++++++++++++++------- 1 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html index 9dccd14..c5fc8ff 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/good/goods/details.html @@ -192,10 +192,10 @@ <col width="80"> <col width="80"> <col width="80"> - <col width="80"> - <col width="80"> - <col width="80"> - <col width="80"> + <col width="100"> + <col width="100"> + <col width="100"> + <col width="100"> </colgroup> <thead> <tr> @@ -208,10 +208,13 @@ <th>搴撳瓨</th> <th><i class="required-color">*</i>閿�鍞环</th> <th>鎴愭湰浠�</th> + <th>缁忛攢鍟嗕环鏍�</th> <th>鎸囧闆跺敭浠�</th> - <th>涓�绾ц繑鐜�</th> + <th>缁忛攢鍟嗙敤鎴疯喘涔拌繑鐜�</th> + <th>鏅�氱敤鎴疯喘涔拌繑鐜�</th> + <!-- <th>涓�绾ц繑鐜�</th> <th>浜岀骇杩旂幇</th> - <th>涓夌骇杩旂幇</th> + <th>涓夌骇杩旂幇</th> --> </tr> </thead> <tbody id="productsTbody"> @@ -256,9 +259,18 @@ {{item.costprice}} </td> <td> + {{item.distributionPrice}} + </td> + <td> {{item.mktprice}} </td> <td> + {{item.distributionCutMoney}} + </td> + <td> + {{item.cutMoney}} + </td> + <!-- <td> {{item.levelOne}} </td> <td> @@ -266,7 +278,7 @@ </td> <td> {{item.levelThree}} - </td> + </td> --> </tr> {{# }); }} </tbody> -- Gitblit v1.9.1