From c2f77cb1c01b8215fd2fc8c76fd4180629b7f08f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 12 九月 2022 14:47:35 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms
---
src/main/webapp/static/js/projectPlan/projectPlan.js | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/main/webapp/static/js/projectPlan/projectPlan.js b/src/main/webapp/static/js/projectPlan/projectPlan.js
index 3c2fd9d..c4adcfa 100644
--- a/src/main/webapp/static/js/projectPlan/projectPlan.js
+++ b/src/main/webapp/static/js/projectPlan/projectPlan.js
@@ -33,20 +33,20 @@
{type: 'checkbox', hide:true}
// ,{field: 'id', align: 'center',title: '鍞竴ID'}
,{field: 'itemId$', align: 'center',title: '椤圭洰鍚嶇О'}
- ,{field: 'flowId$', align: 'center',title: '鑺傜偣鍚嶇О'}
- ,{field: 'weightNum', align: 'center',title: '鏉冮噸鍊�'}
+ ,{field: 'flowId$', align: 'center',title: '鑺傜偣鍚嶇О', width:180}
+ ,{field: 'weightNum', align: 'center',title: '鏉冮噸鍊�', hide:true}
// ,{field: 'flowId', align: 'center',title: '鑺傜偣ID'}
- ,{field: 'startTime$', align: 'center',title: '璁″垝寮�濮嬫椂闂�'}
- ,{field: 'endTime$', align: 'center',title: '璁″垝缁撴潫鏃堕棿'}
- ,{field: 'realStartTime$', align: 'center',title: '瀹為檯寮�濮嬫椂闂�'}
- ,{field: 'realEndTime$', align: 'center',title: '瀹為檯缁撴潫鏃堕棿'}
- ,{field: 'delay', align: 'center',title: '寤舵湡澶╂暟'}
+ ,{field: 'startTime$', align: 'center',title: '璁″垝寮�濮嬫椂闂�', width:115}
+ ,{field: 'endTime$', align: 'center',title: '璁″垝缁撴潫鏃堕棿', width:115}
+ ,{field: 'realStartTime$', align: 'center',title: '瀹為檯寮�濮嬫椂闂�', width:115}
+ ,{field: 'realEndTime$', align: 'center',title: '瀹為檯缁撴潫鏃堕棿', width:115}
+ ,{field: 'delay', align: 'center',title: '寤舵湡澶╂暟', width:90}
,{field: 'delayReason', align: 'center',title: '寤舵湡鍘熷洜'}
,{field: 'memo', align: 'center',title: '澶囨敞'}
,{field: 'dutyDepartment', align: 'center',title: '璐d换閮ㄩ棬'}
- ,{field: 'dutyMan', align: 'center',title: '璐d换浜�'}
- ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150}
+ ,{field: 'dutyMan', align: 'center',title: '璐d换浜�', width:80}
+ ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:70}
]],
request: {
pageName: 'curr',
--
Gitblit v1.9.1