From c98da0527efee2deead2d0a5413dadbcb0eaeedd Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期四, 13 一月 2022 12:44:21 +0800
Subject: [PATCH] 删除禁用按钮
---
src/main/webapp/static/js/projectPlan/projectPlan.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/static/js/projectPlan/projectPlan.js b/src/main/webapp/static/js/projectPlan/projectPlan.js
index dbc6db2..fed6285 100644
--- a/src/main/webapp/static/js/projectPlan/projectPlan.js
+++ b/src/main/webapp/static/js/projectPlan/projectPlan.js
@@ -29,7 +29,7 @@
cols: [[
{type: 'checkbox', hide:true}
// ,{field: 'id', align: 'center',title: '鍞竴ID'}
- // ,{field: 'itemId', align: 'center',title: '椤圭洰ID'}
+ ,{field: 'itemId$', align: 'center',title: '椤圭洰鍚嶇О'}
,{field: 'flowId$', align: 'center',title: '鑺傜偣鍚嶇О'}
,{field: 'weightNum', align: 'center',title: '鏉冮噸鍊�'}
// ,{field: 'flowId', align: 'center',title: '鑺傜偣ID'}
@@ -295,7 +295,8 @@
if (res.data != null) {
// console.log(res.data[0].key)
- items = res.data[0].key;
+ // items = res.data[0].key;
+ items='0';
var tpl = $("#parentNodeGroup").html();
var template = Handlebars.compile(tpl);
var html = template(res);
--
Gitblit v1.9.1