@@ -29,8 +29,8 @@
<div class="col-sm-4">
<div class="form-group">
- <input type="text" placeholder="请输入订单号"
- v-model="purchaseApplyManageInfo.conditions.applyOrderId" class=" form-control">
+ <input type="text" placeholder="请填写申请人姓名"
+ v-model="purchaseApplyManageInfo.conditions.userName" class=" form-control">
</div>
<div class="col-sm-1">
@@ -15,7 +15,7 @@
states:'',
conditions:{
state:'',
- applyOrderId:'',
+ userName:''
}
},
@@ -77,6 +77,9 @@
}else{
vc.component.purchaseApplyManageInfo.moreCondition = true;
+ },
+ _queryInspectionPlanMethod:function () {
+ vc.component._listPurchaseApplys(DEFAULT_PAGE, DEFAULT_ROWS);