Commit 5d019994 by liuyang

2024-04-22 新增销售计划页面和功能

parent 5da8b18a
...@@ -59,6 +59,11 @@ $(function () { ...@@ -59,6 +59,11 @@ $(function () {
loadComplete: function(grid) { loadComplete: function(grid) {
}, },
beforeEdit:function (e) {
if (e.model["status"] === "1") {
e.preventDefault();
}
},
//单元格数据储存时回调 //单元格数据储存时回调
afterEdit:function (e) { afterEdit:function (e) {
/*if (e.field === "groupCode" && e.model["factoryCode"].length === 0){ /*if (e.field === "groupCode" && e.model["factoryCode"].length === 0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment