From 0a34bec1a557fb95c376a298e0cbdabd46f8a14e Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 03 三月 2023 13:56:51 +0800
Subject: [PATCH] 计算工资更新

---
 zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml b/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml
index 7c00765..0df533d 100644
--- a/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml
@@ -99,7 +99,7 @@
                             font-size: 14pt;
                             font-family: 'FangSong';
                             background: #fff;
-                            line-height: 1.5;
+                            line-height: 150%;
                         }
 
                         span {
@@ -119,7 +119,7 @@
                     <div id="page1" style="page-break-after:always;">
                         <table border="0" align="center" cellpadding="3" cellspacing="0">
                             <tr>
-                                <td colspan="2" style="font-size:29.3px;text-align:center">璐ㄧ枒鍑斤紙姝f湰锛�</td>
+                                <td colspan="2" style="font-size:21px; text-align: center"><b>璐ㄧ枒鍑斤紙姝f湰锛�</b></td>
                             </tr>
                             <tr>
                                 <td colspan="2"><b>涓�銆佽川鐤戜緵搴斿晢鍩烘湰淇℃伅</b></td>
@@ -452,7 +452,7 @@
                 , content: '   <div class="clearfix layer-area" style="padding-bottom:15px;"> ' +
                     ' <label class="text-right col-sm-6 col-md-6 control-label">鍓湰鏁伴噺</label>' +
                     '   <div class="col-sm-6 col-md-6">' +
-                    ' <input class="form-control" label="鍓湰鏁伴噺" name="PrintNums" id="PrintNums" labtype="txt" addvisible="true"   type="number" value="@(PrintNum)" oninput="if(value.length>2)value=value.slice(0,2)" >' +
+                    ' <input class="form-control" label="鍓湰鏁伴噺" name="PrintNums" id="PrintNums" labtype="txt" addvisible="true"   type="text" value="@(PrintNum)" oninput="if(value.length>2)value=value.slice(0,2)" >' +
 
 
                     '</div>' +
@@ -528,7 +528,7 @@
                 , content: '   <div class="clearfix layer-area" style="padding-bottom:15px;"> ' +
                     ' <label class="text-right col-sm-6 col-md-6 control-label">鍓湰鏁伴噺</label>' +
                     '   <div class="col-sm-6 col-md-6">' +
-                    ' <input class="form-control" label="鍓湰鏁伴噺" name="PrintNums" id="PrintNums" labtype="txt" addvisible="true"   type="number" value="0" oninput="if(value.length>2)value=value.slice(0,2)" >' +
+                    ' <input class="form-control" label="鍓湰鏁伴噺" name="PrintNums" id="PrintNums" labtype="txt" addvisible="true"   type="text" value="0" oninput="if(value.length>2)value=value.slice(0,2)" >' +
 
 
                     '</div>' +

--
Gitblit v1.9.1