Index: ssts-web/src/main/webapp/dx-disinfectsystem/plugins/SlickGrid/slick.grid.js
===================================================================
diff -u -r24760 -r24799
--- ssts-web/src/main/webapp/dx-disinfectsystem/plugins/SlickGrid/slick.grid.js (.../slick.grid.js) (revision 24760)
+++ ssts-web/src/main/webapp/dx-disinfectsystem/plugins/SlickGrid/slick.grid.js (.../slick.grid.js) (revision 24799)
@@ -1689,6 +1689,7 @@
}
stringArray.push("
");
+ //stringArray.push("");
var colspan, m;
for (var i = 0, ii = columns.length; i < ii; i++) {
Index: ssts-web/src/main/webapp/dx-disinfectsystem/js/useRecord/record.js
===================================================================
diff -u -r24753 -r24799
--- ssts-web/src/main/webapp/dx-disinfectsystem/js/useRecord/record.js (.../record.js) (revision 24753)
+++ ssts-web/src/main/webapp/dx-disinfectsystem/js/useRecord/record.js (.../record.js) (revision 24799)
@@ -231,17 +231,21 @@
columns: [
{
checkbox: true
- },{
+ },
+ {
field: 'barcode',
title: '条码',
- }, {
+ },
+ {
field: 'showTousseName',
title: '名称'
- }, {
+ },
+ {
field: 'isUrgentForUseRecord',
title: '加急'
- }, {
+ },
+ {
field: 'amount',
title: '数量'
},
@@ -274,7 +278,8 @@
formatter:function(index,row,value){
return '
删除'
}
- }]
+ }
+ ]
})
//修改
//子模态框
Fisheye: Tag 24799 refers to a dead (removed) revision in file `ssts-web/src/main/webapp/dx-disinfectsystem/js/useRecord/SlickGridRecord.js'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 24799 refers to a dead (removed) revision in file `ssts-web/src/main/webapp/dx-disinfectsystem/css/useRecord/index1.css'.
Fisheye: No comparison available. Pass `N' to diff?