From ba971bc56bf345dabd59520e9a88c2c942cd24e2 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 22 十二月 2023 09:59:37 +0800
Subject: [PATCH] #
---
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