Browse Source

优化purchaseApply-manage

mrzcc 6 years ago
parent
commit
d8e31d45e5

+ 2 - 2
WebService/src/main/resources/components/purchaseApplyPackage/purchaseApply-manage/purchaseApplyManage.html

@@ -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>
                         <div class="col-sm-1">

+ 4 - 1
WebService/src/main/resources/components/purchaseApplyPackage/purchaseApply-manage/purchaseApplyManage.js

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