From 1a40b7a8d4e6e24db362715b030ca9dfc1e2035e Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 03 四月 2024 10:19:26 +0800
Subject: [PATCH] 销售出库明细报表:分组合计增加千分号、控制小数位数
---
WebTM/views/工资管理/核算方式/Gy_ClassTimePrjSubBillList.html | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\346\240\270\347\256\227\346\226\271\345\274\217/Gy_ClassTimePrjSubBillList.html" "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\346\240\270\347\256\227\346\226\271\345\274\217/Gy_ClassTimePrjSubBillList.html"
index 8a6ee46..7fb2e90 100644
--- "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\346\240\270\347\256\227\346\226\271\345\274\217/Gy_ClassTimePrjSubBillList.html"
+++ "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\346\240\270\347\256\227\346\226\271\345\274\217/Gy_ClassTimePrjSubBillList.html"
@@ -146,6 +146,8 @@
, height: 'full-50'
, page: true
, cellMinWidth: 90
+ , limit: 50
+ , limits: [50, 500, 5000, 20000]
, cols: [[
{ type: 'checkbox', fixed: 'left' }
, { field: 'HInterID', title: 'HInterID', sort: true, hide: true }
@@ -230,6 +232,10 @@
, title: '鏍哥畻璁板綍-鏂板'
, shift: 0//寮瑰嚭鍔ㄧ敾
, content: '../鏍哥畻鏂瑰紡/Gy_ClassTimePrjSubBillEdit.html?OperationType=1&linterid=&HSouceBillType='
+ , end: function () {
+ //鍒锋柊椤甸潰,
+ location.reload();
+ }
})
}
//#endregion
@@ -249,6 +255,10 @@
, title: '鏍哥畻璁板綍-缂栬緫'
, shift: 0//寮瑰嚭鍔ㄧ敾
, content: '../鏍哥畻鏂瑰紡/Gy_ClassTimePrjSubBillEdit.html?OperationType=3&linterid=' + HInterID + '&HSouceBillType='
+ , end: function () {
+ //鍒锋柊椤甸潰,
+ location.reload();
+ }
})
} else {
layer.msg('璇烽�夋嫨涓�琛屾暟鎹紪杈戯紒');
--
Gitblit v1.9.1