Sfoglia il codice sorgente

修改采购审批

ouyj 10 mesi fa
parent
commit
613a642a30

+ 2 - 2
pom.xml

@@ -364,11 +364,11 @@
 		    <artifactId>xercesImpl</artifactId>
 		    <version>2.12.2</version>
 		</dependency>
-		<!--<dependency>
+		<!-- <dependency>
 			<groupId>mysql</groupId>
 			<artifactId>mysql-connector-java</artifactId>
 			<version>5.1.47</version>
-		</dependency>-->
+		</dependency> -->
 		<dependency>
 			<groupId>mysql</groupId>
 			<artifactId>mysql-connector-java</artifactId>

+ 1 - 1
src/main/webapp/yw/contract/purchaseNoContract/processContractPurchase.jsp

@@ -336,7 +336,7 @@
                     <span style="font-size: 20px;">物品信息</span>
                     <img align="bottom" id="addBuyInfo" style="cursor: pointer" class="add"
                          src="${pageContext.request.contextPath}/liger/lib/ligerUI/skins/${sessionScope.css}/images/index/jia.png">
-                    <input type="button" class='l-button' id="addFromExcel" onclick="addExcel()" value="导入物品" />
+                    <c:if test="${curTacheModel.n_se eq 1}"><input type="button" class='l-button' id="addFromExcel" onclick="addExcel()" value="导入物品" /></c:if>       
                 </td>
             </tr>
         </table>