修改html
This commit is contained in:
parent
5220bb806c
commit
ad1a86232d
|
@ -33,6 +33,14 @@
|
||||||
<ul>
|
<ul>
|
||||||
<input type="hidden" id="type" name="type" value="党务及意识形态"/>
|
<input type="hidden" id="type" name="type" value="党务及意识形态"/>
|
||||||
<input type="hidden" id="zhiwu" name="zhiwu">
|
<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>
|
<li>
|
||||||
<label>简写:</label>
|
<label>简写:</label>
|
||||||
<input type="text" id="shotName" name="shotName"/>
|
<input type="text" id="shotName" name="shotName"/>
|
||||||
|
|
|
@ -32,6 +32,14 @@
|
||||||
<div class="select-list">
|
<div class="select-list">
|
||||||
<ul>
|
<ul>
|
||||||
<input type="hidden" name="type" value="日常考核指标"/>
|
<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>
|
<li>
|
||||||
<label>简写:</label>
|
<label>简写:</label>
|
||||||
<input type="text" id="shotName" name="shotName"/>
|
<input type="text" id="shotName" name="shotName"/>
|
||||||
|
@ -189,7 +197,7 @@
|
||||||
{
|
{
|
||||||
field: 'method',
|
field: 'method',
|
||||||
title: '标准要求',
|
title: '标准要求',
|
||||||
width:180,
|
width:150,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
formatter: function(value, row, index) {
|
formatter: function(value, row, index) {
|
||||||
return $.table.tooltip(value);
|
return $.table.tooltip(value);
|
||||||
|
@ -198,7 +206,7 @@
|
||||||
{
|
{
|
||||||
field: 'detailed',
|
field: 'detailed',
|
||||||
title: '工作任务',
|
title: '工作任务',
|
||||||
width:180,
|
width:150,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
formatter: function(value, row, index) {
|
formatter: function(value, row, index) {
|
||||||
return $.table.tooltip(value);
|
return $.table.tooltip(value);
|
||||||
|
|
|
@ -33,6 +33,14 @@
|
||||||
<ul>
|
<ul>
|
||||||
<input type="hidden" id="zhiwu" name="zhiwu">
|
<input type="hidden" id="zhiwu" name="zhiwu">
|
||||||
<input type="hidden" name="type" value="党风廉政建设"/>
|
<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>
|
<li>
|
||||||
<label>简写:</label>
|
<label>简写:</label>
|
||||||
<input type="text" id="shotName" name="shotName"/>
|
<input type="text" id="shotName" name="shotName"/>
|
||||||
|
|
|
@ -10,6 +10,14 @@
|
||||||
<form id="formId">
|
<form id="formId">
|
||||||
<div class="select-list">
|
<div class="select-list">
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
<label>年份:</label>
|
||||||
|
<select name="year" id="year">
|
||||||
|
<option>2023</option>
|
||||||
|
<option selected>2024</option>
|
||||||
|
<option>2025</option>
|
||||||
|
</select>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label>考核类型:</label>
|
<label>考核类型:</label>
|
||||||
<input type="text" name="type"/>
|
<input type="text" name="type"/>
|
||||||
|
|
|
@ -32,6 +32,14 @@
|
||||||
<div class="select-list">
|
<div class="select-list">
|
||||||
<ul>
|
<ul>
|
||||||
<input type="hidden" name="type" value="季度考核指标"/>
|
<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>
|
<li>
|
||||||
<label>简写:</label>
|
<label>简写:</label>
|
||||||
<input type="text" id="shotName" name="shotName"/>
|
<input type="text" id="shotName" name="shotName"/>
|
||||||
|
|
Loading…
Reference in New Issue