|
|
@@ -313,6 +313,8 @@ function initPurchaseDetailList(){
|
|
|
params=params+"&contractPurchaseFormId="+encodeURI(encodeURI(contractPurchaseFormId));
|
|
|
var contractPurchaseFormNumber=$("#contractPurchaseFormNumber").val();
|
|
|
params=params+"&contractPurchaseFormNumber="+encodeURI(encodeURI(contractPurchaseFormNumber));
|
|
|
+ var materialName=$("#materialName").val();
|
|
|
+ params=params+"&materialName="+encodeURI(encodeURI(materialName));
|
|
|
var qtyRemainMore=$("#qtyRemainMore").val();
|
|
|
params=params+"&qtyRemainMore="+qtyRemainMore;
|
|
|
loadPurchaseOrderMaterials(params);
|
|
|
@@ -392,6 +394,12 @@ body {
|
|
|
<input type="hidden" id="contractPurchaseFormNumber" name="contractPurchaseFormNumber" value="" />
|
|
|
</li>
|
|
|
</ul>
|
|
|
+ <ul class="list_search" style="float:left;width:185px;margin-left:50px;" >
|
|
|
+ <li class="title" style="width:80px;">物料名称:</li>
|
|
|
+ <li class="text" style="width:100px;"><input type="text" name="materialName"
|
|
|
+ id="materialName" value=""/></li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
<ul style="float:left;;width:85px;margin-left:50px;">
|
|
|
<li class="search-button">
|
|
|
<!-- <input type="button" class='l-button' name="searchPurchase" onclick="selectPurchase()" value="选择" /> -->
|