| | |
| | | |
| | | <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> |
| | | <div class="col-sm-1"> |
| | |
| | | states:'', |
| | | conditions:{ |
| | | state:'', |
| | | applyOrderId:'', |
| | | userName:'' |
| | | } |
| | | } |
| | | }, |
| | |
| | | }else{ |
| | | vc.component.purchaseApplyManageInfo.moreCondition = true; |
| | | } |
| | | }, |
| | | _queryInspectionPlanMethod:function () { |
| | | vc.component._listPurchaseApplys(DEFAULT_PAGE, DEFAULT_ROWS); |
| | | } |
| | | |
| | | |