mrzcc
2020-03-06 d8e31d45e54b0095bf4df59481623096e8429e4b
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);
            }