From 000ecca6ba9b6eb5251c69e86dafdda931dc7326 Mon Sep 17 00:00:00 2001
From: YL <YL@LAPTOP-SE03PLUR>
Date: 星期二, 08 三月 2022 08:59:56 +0800
Subject: [PATCH] 条码生成计算数量、最小包装数、箱数计算关系方法

---
 WebTM/views/生产工序管理/工序汇报单/Sc_ProcessReportList.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\261\207\346\212\245\345\215\225/Sc_ProcessReportList.html" "b/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\261\207\346\212\245\345\215\225/Sc_ProcessReportList.html"
index c8ff2c0..d32c7bd 100644
--- "a/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\261\207\346\212\245\345\215\225/Sc_ProcessReportList.html"
+++ "b/WebTM/views/\347\224\237\344\272\247\345\267\245\345\272\217\347\256\241\347\220\206/\345\267\245\345\272\217\346\261\207\346\212\245\345\215\225/Sc_ProcessReportList.html"
@@ -114,7 +114,7 @@
                 , limits: [50, 500, 5000, 20000]
                 , cols: [[
                     //{ field: 'hmainid', title: 'hmainid', sort: true, width: 165 }
-                    { type: 'checkbox' }
+                    { type: 'checkbox', fixed: 'left' }
                      ,{fixed: 'left', title:'鎿嶄綔', toolbar: '#barDemo', width:200}
                     , { field: 'hmainid ', title: 'hmainid', width: 105, sort: true, fixed: true, hide: true }
                     ,{ field: '鏃ユ湡', title: '鏃ユ湡', sort: true, width: 120 }

--
Gitblit v1.9.1