From 3de6a9eb5d6c00a756831fbab13da264c198ece7 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 25 四月 2024 16:16:50 +0800
Subject: [PATCH] 用户编辑页面添加 IC卡号 自动;异常反馈单刷卡签到
---
WebTM/views/工资管理/工资单/Pay_PayMentBill.html | 34 ++++++++++++++++++++++------------
1 files changed, 22 insertions(+), 12 deletions(-)
diff --git "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\345\215\225/Pay_PayMentBill.html" "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\345\215\225/Pay_PayMentBill.html"
index 5387a37..99f2c2b 100644
--- "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\345\215\225/Pay_PayMentBill.html"
+++ "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\345\267\245\350\265\204\345\215\225/Pay_PayMentBill.html"
@@ -14,6 +14,7 @@
<script src="../../../layuiadmin/Scripts/jquery-1.4.1.js"></script>
<script src="../../../layuiadmin/Scripts/webConfig.js"></script>
<script src="../../../layuiadmin/PubCustom.js"></script>
+ <script src="../../../layuiadmin/PageTitle.js"></script>
<!--<style>
.main-btn { /*澶撮儴涓绘寜閽�*/
padding: 0 2px; /*璋冩暣鎸夐挳宸﹀彸绌洪殭澶у皬*/
@@ -65,6 +66,7 @@
<button class="layui-btn layui-btn-normal" style="margin-left: 0px" type="button" lay-submit="" lay-filter="set_CancelCloseBill" id="set_CancelCloseBill">鍙嶅叧闂�</button>-->
</div>
<div class="layui-tab" lay-filter="tab-POStockInBill">
+ <h1 style="text-align: center; padding: 10px 0;"><b>宸ヨ祫鍗�</b></h1>
<ul class="layui-tab-title" lay-filter="tab-all">
<li lay-id="1" style="padding:1px;" class="layui-this">鍩烘湰淇℃伅</li>
<li lay-id="2" style="padding:1px;">鍏朵粬淇℃伅</li>
@@ -278,6 +280,14 @@
//妯″潡鍚�
var HModName = "Pay_PayMentBill";
+
+ //#region 銆愬姩鎬佽幏鍙栨ā鍧楀悕绉般��
+ var HModuleType = "2202";
+ //閫氳繃鍗曟嵁绫诲瀷锛屼粠鏁版嵁搴撳姩鎬佽幏鍙栧崟鎹ā鍧楀懡鍚�,寮曠敤js鏂囦欢 PageTitle.js
+ var HPageTitle = get_PageTitle(HModuleType) == "" ? $("h1").html() : get_PageTitle(HModuleType);
+ $("h1").html('<b>' + HPageTitle + '</b>');
+ //#endregion
+
//琛ㄦ牸娓叉煋鍙傛暟
var option = {}; //瀛愯〃娓叉煋鍙傛暟
//鑾峰彇鍙傛暟
@@ -539,7 +549,7 @@
, cellMinWidth: 120
, height: 400
, cols: [[
- { type: 'checkbox', totalRowText: '鍚堣琛�' }
+ { type: 'checkbox', totalRowText: '鍚堣' }
, { type: 'numbers', title: '搴忓彿' }
, { field: 'RowID', title: '琛屽彿', hide: true } //琛屾爣璇嗭紝鐢ㄤ簬涓嬩竴琛屻�佷笂涓�琛岃瘑鍒墍鍦ㄨ
, { field: 'HEmpID', title: '鑱屽憳ID', hide: true }
@@ -549,19 +559,19 @@
, { field: 'HPostID', title: '宀椾綅ID', hide: true }
, { field: 'HPostNumber', title: '宀椾綅浠g爜' }
, { field: 'HPostName', title: '宀椾綅鍚嶇О' }
- , { field: 'HPiecePay', title: '璁′欢宸ヨ祫' }
- , { field: 'HTimesPay', title: '璁℃椂宸ヨ祫', event: "HTimesPay" }
- , { field: 'HFixPay', title: '鍥哄畾宸ヨ祫' }
- , { field: 'HBasePay', title: '鍩虹宸ヨ祫' }
+ , { field: 'HPiecePay', title: '璁′欢宸ヨ祫', totalRow: true }
+ , { field: 'HTimesPay', title: '璁℃椂宸ヨ祫', event: "HTimesPay", totalRow: true }
+ , { field: 'HFixPay', title: '鍥哄畾宸ヨ祫', totalRow: true }
+ , { field: 'HBasePay', title: '鍩虹宸ヨ祫', totalRow: true }
, { field: 'HWorkTimes', title: '涓婄彮鏃堕棿' }
- , { field: 'HPayTotal', title: '宸ヨ祫灏忚' }
- , { field: 'HSubsidyTotal', title: '琛ヨ创鍚堣' }
- , { field: 'HDeuctTotal', title: '鎵f灏忚' }
- , { field: 'HShoudPay', title: '搴斿彂宸ヨ祫' }
- , { field: 'HInsurance', title: '鎵gぞ淇�' }
- , { field: 'HTaxBefore', title: '绋庡墠' }
+ , { field: 'HPayTotal', title: '宸ヨ祫灏忚', totalRow: true }
+ , { field: 'HSubsidyTotal', title: '琛ヨ创鍚堣', totalRow: true }
+ , { field: 'HDeuctTotal', title: '鎵f灏忚', totalRow: true }
+ , { field: 'HShoudPay', title: '搴斿彂宸ヨ祫', totalRow: true }
+ , { field: 'HInsurance', title: '鎵gぞ淇�', totalRow: true }
+ , { field: 'HTaxBefore', title: '绋庡墠', totalRow: true }
, { field: 'HTax', title: '绋�' }
- , { field: 'HRelPay', title: '瀹炲彂鍚堣' }
+ , { field: 'HRelPay', title: '瀹炲彂鍚堣', totalRow: true }
, { field: 'HRemark', title: '澶囨敞', edit: 'text' }
, { fixed: 'right', title: '鎿嶄綔', toolbar: '#barDemo' }
]]
--
Gitblit v1.9.1