Compare commits

..

No commits in common. "f83959de93b362ac5184009253d19240b01fd718" and "9a15c52b4b079fafe08262055b68388518211a88" have entirely different histories.

5 changed files with 2 additions and 42 deletions

View File

@ -33,14 +33,6 @@
<ul>
<input type="hidden" id="type" name="type" value="党务及意识形态"/>
<input type="hidden" id="zhiwu" name="zhiwu">
<li>
<label>年份:</label>
<select name="year" id="year">
<option>2023</option>
<option selected>2024</option>
<option>2025</option>
</select>
</li>
<li>
<label>简写:</label>
<input type="text" id="shotName" name="shotName"/>

View File

@ -32,14 +32,6 @@
<div class="select-list">
<ul>
<input type="hidden" name="type" value="日常考核指标"/>
<li>
<label>年份:</label>
<select name="year" id="year">
<option>2023</option>
<option selected>2024</option>
<option>2025</option>
</select>
</li>
<li>
<label>简写:</label>
<input type="text" id="shotName" name="shotName"/>
@ -197,7 +189,7 @@
{
field: 'method',
title: '标准要求',
width:150,
width:180,
align: 'center',
formatter: function(value, row, index) {
return $.table.tooltip(value);
@ -206,7 +198,7 @@
{
field: 'detailed',
title: '工作任务',
width:150,
width:180,
align: 'center',
formatter: function(value, row, index) {
return $.table.tooltip(value);

View File

@ -33,14 +33,6 @@
<ul>
<input type="hidden" id="zhiwu" name="zhiwu">
<input type="hidden" name="type" value="党风廉政建设"/>
<li>
<label>年份:</label>
<select name="year" id="year">
<option>2023</option>
<option selected>2024</option>
<option>2025</option>
</select>
</li>
<li>
<label>简写:</label>
<input type="text" id="shotName" name="shotName"/>

View File

@ -10,14 +10,6 @@
<form id="formId">
<div class="select-list">
<ul>
<li>
<label>年份:</label>
<select name="year" id="year">
<option>2023</option>
<option selected>2024</option>
<option>2025</option>
</select>
</li>
<li>
<label>考核类型:</label>
<input type="text" name="type"/>

View File

@ -32,14 +32,6 @@
<div class="select-list">
<ul>
<input type="hidden" name="type" value="季度考核指标"/>
<li>
<label>年份:</label>
<select name="year" id="year">
<option>2023</option>
<option selected>2024</option>
<option>2025</option>
</select>
</li>
<li>
<label>简写:</label>
<input type="text" id="shotName" name="shotName"/>