|  |  | @ -1,7 +1,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | <template> |  |  |  | <template> | 
			
		
	
		
		
			
				
					
					|  |  |  |   <div> |  |  |  |   <div> | 
			
		
	
		
		
			
				
					
					|  |  |  |     <el-card class="el-card"> |  |  |  |     <el-card class="el-card"> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <el-form v-if="queryList && queryList.length > 0 && showSearch" :model="filterQuery" class="query-form" label-width="100px"> |  |  |  |       <el-form v-if="queryList && queryList.length > 0 " :model="filterQuery" class="query-form" label-width="100px"> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | <!--        <el-row>--> |  |  |  | <!--        <el-row>--> | 
			
		
	
		
		
			
				
					
					|  |  |  | <!--          <el-col :span="8">--> |  |  |  | <!--          <el-col :span="8">--> | 
			
		
	
		
		
			
				
					
					|  |  |  | <!--            <el-form-item label="采购单号">--> |  |  |  | <!--            <el-form-item label="采购单号">--> | 
			
		
	
	
		
		
			
				
					|  |  | @ -67,6 +67,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | <!--        </el-row>--> |  |  |  | <!--        </el-row>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <el-row style=" display:flex;  flex-wrap: wrap; "> |  |  |  |         <el-row style=" display:flex;  flex-wrap: wrap; "> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <template v-for="(item, index) in queryList" > |  |  |  |           <template v-for="(item, index) in queryList" > | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <div v-if="showSearch || item.isImport"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item v-if="item.columnType == 'input' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`" :key="item.id"> |  |  |  |             <el-form-item v-if="item.columnType == 'input' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`" :key="item.id"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-input |  |  |  |               <el-input | 
			
		
	
		
		
			
				
					
					|  |  |  |                 v-model="filterQuery[item.columnName]" |  |  |  |                 v-model="filterQuery[item.columnName]" | 
			
		
	
	
		
		
			
				
					|  |  | @ -128,13 +129,14 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :placeholder="item.columnDesc" |  |  |  |                 :placeholder="item.columnDesc" | 
			
		
	
		
		
			
				
					
					|  |  |  |               ></el-date-picker> |  |  |  |               ></el-date-picker> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </div> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </template> |  |  |  |           </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </el-row> |  |  |  |         </el-row> | 
			
		
	
		
		
			
				
					
					|  |  |  |       </el-form> |  |  |  |       </el-form> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |       <div class="top-right-btn"> |  |  |  |       <div class="top-right-btn"> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <el-button-group style="display:flex;"> |  |  |  |         <el-button-group style="display:flex;"> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-button icon="el-icon-view" type="primary" @click="hideSearch">显示/隐藏搜索栏</el-button> |  |  |  |           <el-button icon="el-icon-view" type="primary" @click="hideSearch">高级查询</el-button> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |           <el-button type="primary" icon="el-icon-refresh" @click="onReset">重置</el-button> |  |  |  |           <el-button type="primary" icon="el-icon-refresh" @click="onReset">重置</el-button> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-button type="primary" icon="el-icon-search" @click="onSubmitFind">查询</el-button> |  |  |  |           <el-button type="primary" icon="el-icon-search" @click="onSubmitFind">查询</el-button> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-button type="primary" icon="el-icon-plus" @click="newDistributionForm()" :loading="loading">新增采购订单 |  |  |  |           <el-button type="primary" icon="el-icon-plus" @click="newDistributionForm()" :loading="loading">新增采购订单 | 
			
		
	
	
		
		
			
				
					|  |  | @ -414,7 +416,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     return { |  |  |  |     return { | 
			
		
	
		
		
			
				
					
					|  |  |  |       pageType:null, |  |  |  |       pageType:null, | 
			
		
	
		
		
			
				
					
					|  |  |  |       defaultSort: {prop: 'createTime', order: 'desc'}, |  |  |  |       defaultSort: {prop: 'createTime', order: 'desc'}, | 
			
		
	
		
		
			
				
					
					|  |  |  |       showSearch: true, |  |  |  |       showSearch: false, | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       pId: null, |  |  |  |       pId: null, | 
			
		
	
		
		
			
				
					
					|  |  |  |       isChang: false, |  |  |  |       isChang: false, | 
			
		
	
		
		
			
				
					
					|  |  |  |       filterQuery: { |  |  |  |       filterQuery: { | 
			
		
	
	
		
		
			
				
					|  |  | @ -522,7 +524,8 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         type: 1, |  |  |  |         type: 1, | 
			
		
	
		
		
			
				
					
					|  |  |  |         editStatus: 1, |  |  |  |         editStatus: 1, | 
			
		
	
		
		
			
				
					
					|  |  |  |         deptCode: this.invCodebe, |  |  |  |         deptCode: this.invCodebe, | 
			
		
	
		
		
			
				
					
					|  |  |  |         pageType: this.pageType |  |  |  |         pageType: this.pageType, | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         productType: 2, | 
			
		
	
		
		
			
				
					
					|  |  |  |       }; |  |  |  |       }; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.actDateRange = []; |  |  |  |       this.actDateRange = []; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getInvList(this); |  |  |  |       this.getInvList(this); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |