Compare commits

...

2 Commits

Author SHA1 Message Date
liuwu f83959de93 Merge remote-tracking branch 'origin/master' 2024-02-21 09:51:35 +08:00
liuwu ad1a86232d 修改html 2024-02-21 09:48:23 +08:00
5 changed files with 42 additions and 2 deletions

View File

@ -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"/>

View File

@ -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);

View File

@ -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"/>

View File

@ -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"/>

View File

@ -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"/>