修改html
This commit is contained in:
parent
5220bb806c
commit
ad1a86232d
|
@ -33,6 +33,14 @@
|
|||
<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"/>
|
||||
|
|
|
@ -32,6 +32,14 @@
|
|||
<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"/>
|
||||
|
@ -189,7 +197,7 @@
|
|||
{
|
||||
field: 'method',
|
||||
title: '标准要求',
|
||||
width:180,
|
||||
width:150,
|
||||
align: 'center',
|
||||
formatter: function(value, row, index) {
|
||||
return $.table.tooltip(value);
|
||||
|
@ -198,7 +206,7 @@
|
|||
{
|
||||
field: 'detailed',
|
||||
title: '工作任务',
|
||||
width:180,
|
||||
width:150,
|
||||
align: 'center',
|
||||
formatter: function(value, row, index) {
|
||||
return $.table.tooltip(value);
|
||||
|
|
|
@ -33,6 +33,14 @@
|
|||
<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"/>
|
||||
|
|
|
@ -10,6 +10,14 @@
|
|||
<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"/>
|
||||
|
|
|
@ -32,6 +32,14 @@
|
|||
<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"/>
|
||||
|
|
Loading…
Reference in New Issue