From d814bde01eb91d1544b718463cd31317726bbf6b Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 27 十二月 2023 21:52:22 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/mdqdasrsVersion' into mdqdasrsVersion

---
 src/main/webapp/views/pakStore/turnOverOwner.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/pakStore/turnOverOwner.html b/src/main/webapp/views/pakStore/turnOverOwner.html
index 68b8caf..bf915a0 100644
--- a/src/main/webapp/views/pakStore/turnOverOwner.html
+++ b/src/main/webapp/views/pakStore/turnOverOwner.html
@@ -89,7 +89,7 @@
 
     function getCol() {
         var cols = [
-            {type: 'checkbox'}
+            {type: 'checkbox',width: 50}
             ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'}
         ];
         cols.push.apply(cols, detlCols);
@@ -122,7 +122,7 @@
             toolbar: '#toolbar',
             cellMinWidth: 50,
             cols: [[
-                {type: 'checkbox'}
+                {type: 'checkbox',width: 50}
                 ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', sort:true}
                 ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true}
                 ,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�', sort:true}

--
Gitblit v1.9.1