【优化】实收退导入界面

【新增】快捷菜单功能入口

【新增】爱库存电子面单获取
This commit is contained in:
chenping
2026-04-21 22:36:45 +08:00
parent 8b4b4cc49f
commit b20d422532
45 changed files with 2367 additions and 191 deletions

View File

@@ -226,7 +226,6 @@
</tbody></table>
<{/capture}>
<script>
if ($defined($E('.order-sensitive-btn'))) {
$E('.order-sensitive-btn').addEvent('click',function(e){
@@ -234,7 +233,6 @@ if ($defined($E('.order-sensitive-btn'))) {
new Security({url:'index.php?app=ome&ctl=admin_order&act=showSensitiveData&p[0]=<{$order.order_id}>',clickElement:$(e.target)}).desHtml($E('.delivery-info'));
});
});
}
if($defined($('consignee-edit'))){
@@ -747,9 +745,10 @@ function do_refund()
var height=550;
ome_order_refund_dialog(id, newtotal, total, is_cod, pay_status, width, height);
}
function ome_order_refund_dialog(id, newtotal, total, is_cod, pay_status,width,height)
{
var url = 'index.php?app=ome&ctl=admin_order&act=do_check&finder_id=<{$env.get.finder_id}>&p[0]='+id+'&p[1]='+newtotal+'&p[2]='+total+'&is_cod='+is_cod+'&pay_status='+pay_status;
var url = 'index.php?app=ome&ctl=admin_order&act=do_check&finder_id=<{$env.get.finder_id}>&p[0]='+id+'&p[1]='+newtotal+'&p[2]='+total+'&is_cod='+is_cod+'&pay_status='+pay_status;
new Dialog(url,{
title:'生成退款单',
width:width,

View File

@@ -47,25 +47,17 @@
/* 为每列设置固定宽度 */
.pkg_head_div th.width_100px,
.pkg_main_div td.width_100px { width: 100px; }
.pkg_head_div th.width_120px,
.pkg_main_div td.width_120px { width: 120px; }
.pkg_head_div th.width_160px,
.pkg_main_div td.width_160px { width: 160px; }
.pkg_head_div th.width_180px,
.pkg_main_div td.width_180px { width: 180px; }
.pkg_head_div th.width_200px,
.pkg_main_div td.width_200px { width: 200px; }
.pkg_head_div th.width_230px,
.pkg_main_div td.width_230px { width: 230px; }
.pkg_main_div table {
cursor: pointer;
}
.pkg_main_div table { cursor: pointer; }
</style>
<div class="division">