From 0406c675e143bbb08284fd55381261afcc587afc Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期日, 18 一月 2026 15:51:36 +0800
Subject: [PATCH] 月结增加明细
---
src/main/webapp/static/js/orderPakinLog/order.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/orderPakinLog/order.js b/src/main/webapp/static/js/orderPakinLog/order.js
index 99a13a3..1786da1 100644
--- a/src/main/webapp/static/js/orderPakinLog/order.js
+++ b/src/main/webapp/static/js/orderPakinLog/order.js
@@ -51,6 +51,7 @@
{ align: 'center', title: '鏄庣粏', toolbar: '#tbLook', minWidth: 160, width: 160 },
{ field: 'createTime$', title: '鍒涘缓鏃堕棿', minWidth: 200, width: 200 },
{ field: 'settle$', align: 'center', title: '鐘舵��', templet: '#settleTpl', minWidth: 160, width: 160 },
+ { field: 'monthlySettleNo', align: 'center', title: '鏈堢粨鐘舵��', templet: '#monthlySettleTpl', minWidth: 120, width: 120 },
{ field: 'memo', align: 'center', title: '澶囨敞', hide: true },
{ align: 'center', title: '鎿嶄綔', toolbar: '#operate', width: 180 }
]],
--
Gitblit v1.9.1