|  |  | @ -3,7 +3,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     <!--        配送企业资质       --> |  |  |  |     <!--        配送企业资质       --> | 
			
		
	
		
		
			
				
					
					|  |  |  |     <el-card> |  |  |  |     <el-card> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <el-form if="queryList && queryList.length > 0" :model="filterQuery" class="query-form" size="mini" label-width="120px" v-show="showSearch"> |  |  |  |       <el-form if="queryList && queryList.length > 0" :model="filterQuery" class="query-form" size="mini" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                label-width="120px" v-show="showSearch"> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        <el-row>--> |  |  |  |         <!--        <el-row>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          <el-col :span="6">--> |  |  |  |         <!--          <el-col :span="6">--> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--            <el-form-item label="配送企业名称:">--> |  |  |  |         <!--            <el-form-item label="配送企业名称:">--> | 
			
		
	
	
		
		
			
				
					|  |  | @ -19,8 +20,10 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          </el-col>--> |  |  |  |         <!--          </el-col>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        </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"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item  :style="item.style?item.style:item.width?'width:'+(item.width)+'px':''" v-if="item.columnType == 'input' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`" :key="item.id"> |  |  |  |             <el-form-item :style="item.style?item.style:item.width?'width:'+(item.width)+'px':''" | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                           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]" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :placeholder="item.columnDesc" |  |  |  |                 :placeholder="item.columnDesc" | 
			
		
	
	
		
		
			
				
					|  |  | @ -29,7 +32,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 clearable |  |  |  |                 clearable | 
			
		
	
		
		
			
				
					
					|  |  |  |               ></el-input> |  |  |  |               ></el-input> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item v-if="item.columnType == 'select' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |             <el-form-item v-if="item.columnType == 'select' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-select v-model="filterQuery[item.columnName]" |  |  |  |               <el-select v-model="filterQuery[item.columnName]" | 
			
		
	
		
		
			
				
					
					|  |  |  |                          :placeholder="item.columnDesc" |  |  |  |                          :placeholder="item.columnDesc" | 
			
		
	
		
		
			
				
					
					|  |  |  |                          :disabled="executeEval(null,item.disabledFuc,false)" |  |  |  |                          :disabled="executeEval(null,item.disabledFuc,false)" | 
			
		
	
	
		
		
			
				
					|  |  | @ -42,7 +46,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 /> |  |  |  |                 /> | 
			
		
	
		
		
			
				
					
					|  |  |  |               </el-select> |  |  |  |               </el-select> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item v-if="item.columnType == 'selectServer' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |             <el-form-item v-if="item.columnType == 'selectServer' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-select |  |  |  |               <el-select | 
			
		
	
		
		
			
				
					
					|  |  |  |                 v-model="filterQuery[item.columnName]" |  |  |  |                 v-model="filterQuery[item.columnName]" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :placeholder="item.columnDesc" |  |  |  |                 :placeholder="item.columnDesc" | 
			
		
	
	
		
		
			
				
					|  |  | @ -59,7 +64,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 /> |  |  |  |                 /> | 
			
		
	
		
		
			
				
					
					|  |  |  |               </el-select> |  |  |  |               </el-select> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item v-if="item.columnType == 'datePicker' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |             <el-form-item v-if="item.columnType == 'datePicker' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-date-picker |  |  |  |               <el-date-picker | 
			
		
	
		
		
			
				
					
					|  |  |  |                 v-model="dateRange" |  |  |  |                 v-model="dateRange" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :style="`width:${item.width+'px'}`" |  |  |  |                 :style="`width:${item.width+'px'}`" | 
			
		
	
	
		
		
			
				
					|  |  | @ -72,7 +78,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :default-time="['00:00:00', '23:59:59']" |  |  |  |                 :default-time="['00:00:00', '23:59:59']" | 
			
		
	
		
		
			
				
					
					|  |  |  |               ></el-date-picker> |  |  |  |               ></el-date-picker> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item v-if="item.columnType == 'date' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |             <el-form-item v-if="item.columnType == 'date' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-date-picker |  |  |  |               <el-date-picker | 
			
		
	
		
		
			
				
					
					|  |  |  |                 v-model="filterQuery[item.columnName]" |  |  |  |                 v-model="filterQuery[item.columnName]" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :style="`width:${item.width+'px'}`" |  |  |  |                 :style="`width:${item.width+'px'}`" | 
			
		
	
	
		
		
			
				
					|  |  | @ -182,7 +189,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             :show-overflow-tooltip="item.tooltip" |  |  |  |             :show-overflow-tooltip="item.tooltip" | 
			
		
	
		
		
			
				
					
					|  |  |  |             :key="item.columnName" |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |           > |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |             <template  slot-scope="scope"> |  |  |  |             <template slot-scope="scope"> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |               <el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio> |  |  |  |               <el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </template> |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-table-column> |  |  |  |           </el-table-column> | 
			
		
	
	
		
		
			
				
					|  |  | @ -195,8 +202,10 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             :show-overflow-tooltip="item.tooltip" |  |  |  |             :show-overflow-tooltip="item.tooltip" | 
			
		
	
		
		
			
				
					
					|  |  |  |             :key="item.columnName" |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |           > |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |             <template   slot-scope="scope"> |  |  |  |             <template slot-scope="scope"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |               <span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{ item.lableRuleObj[scope.row[item.columnName]] }}</span> |  |  |  |               <span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{ | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                   item.lableRuleObj[scope.row[item.columnName]] | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 }}</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </template> |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-table-column> |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column |  |  |  |           <el-table-column | 
			
		
	
	
		
		
			
				
					|  |  | @ -208,9 +217,12 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             :show-overflow-tooltip="item.tooltip" |  |  |  |             :show-overflow-tooltip="item.tooltip" | 
			
		
	
		
		
			
				
					
					|  |  |  |             :key="item.columnName" |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |           > |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |             <template   slot-scope="scope"> |  |  |  |             <template slot-scope="scope"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |               <el-tag :type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])"> |  |  |  |               <el-tag | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                 <span>{{ item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName] }}</span> |  |  |  |                 :type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])"> | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 <span>{{ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     item.lableRuleObj ? item.lableRuleObj[scope.row[item.columnName]] : scope.row[item.columnName] | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                   }}</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |               </el-tag> |  |  |  |               </el-tag> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </template> |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-table-column> |  |  |  |           </el-table-column> | 
			
		
	
	
		
		
			
				
					|  |  | @ -245,11 +257,14 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             :key="item.columnName" |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |           > |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |             <template slot-scope="scope"> |  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{ scope.row[item.columnName] }}</span> |  |  |  |               <span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{ | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                   scope.row[item.columnName] | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 }}</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </template> |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-table-column> |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column v-if="item.columnName == 'failCout'"  :label="item.columnDesc" prop="auditStatus"  :width="item.width"> |  |  |  |           <el-table-column v-if="item.columnName == 'failCout'" :label="item.columnDesc" prop="auditStatus" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                            :width="item.width"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <template slot-scope="scope"> |  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-tag type="danger" v-if="scope.row.failCout==0 && scope.row.passCout==0"> |  |  |  |               <el-tag type="danger" v-if="scope.row.failCout==0 && scope.row.passCout==0"> | 
			
		
	
	
		
		
			
				
					|  |  | @ -264,7 +279,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             </template> |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-table-column> |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column v-if="item.columnName == 'productFailCout'"  :label="item.columnDesc" prop="auditStatus"  :width="item.width"> |  |  |  |           <el-table-column v-if="item.columnName == 'productFailCout'" :label="item.columnDesc" prop="auditStatus" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                            :width="item.width"> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <template slot-scope="scope"> |  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-tag type="danger" v-if="scope.row.productFailCout==0 && scope.row.prouctPassCout==0"> |  |  |  |               <el-tag type="danger" v-if="scope.row.productFailCout==0 && scope.row.prouctPassCout==0"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 未添加证书 |  |  |  |                 未添加证书 | 
			
		
	
	
		
		
			
				
					|  |  | @ -311,7 +327,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     <!--        生产企业资质       --> |  |  |  |     <!--        生产企业资质       --> | 
			
		
	
		
		
			
				
					
					|  |  |  |     <el-card class="el-card"> |  |  |  |     <el-card class="el-card"> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <el-form v-if="queryList2 && queryList2.length > 0" :model="filterManufacturerQuery" class="query-form" label-width="120px" v-show="showSearch2"> |  |  |  |       <el-form v-if="queryList2 && queryList2.length > 0" :model="filterManufacturerQuery" class="query-form" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                label-width="120px" v-show="showSearch2"> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        <el-row>--> |  |  |  |         <!--        <el-row>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          <el-col :span="6">--> |  |  |  |         <!--          <el-col :span="6">--> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--            <el-form-item label="生产企业名称">--> |  |  |  |         <!--            <el-form-item label="生产企业名称">--> | 
			
		
	
	
		
		
			
				
					|  |  | @ -327,8 +344,9 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          </el-col>--> |  |  |  |         <!--          </el-col>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        </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 queryList2" > |  |  |  |           <template v-for="(item, index) in queryList2"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             <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="filterManufacturerQuery[item.columnName]" |  |  |  |                 v-model="filterManufacturerQuery[item.columnName]" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :placeholder="item.columnDesc" |  |  |  |                 :placeholder="item.columnDesc" | 
			
		
	
	
		
		
			
				
					|  |  | @ -336,60 +354,64 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 @keyup.enter.native="executeFuc($event,'5',item.clickFuc)" |  |  |  |                 @keyup.enter.native="executeFuc($event,'5',item.clickFuc)" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 clearable |  |  |  |                 clearable | 
			
		
	
		
		
			
				
					
					|  |  |  |               ></el-input> |  |  |  |               ></el-input> | 
			
		
	
		
		
			
				
					
					|  |  |  |                     </el-form-item> |  |  |  |             </el-form-item> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     <el-form-item v-if="item.columnType == 'select' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |             <el-form-item v-if="item.columnType == 'select' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                       <el-select v-model="filterManufacturerQuery[item.columnName]" |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                  :placeholder="item.columnDesc" |  |  |  |               <el-select v-model="filterManufacturerQuery[item.columnName]" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                  :disabled="executeEval(null,item.disabledFuc,false)" |  |  |  |                          :placeholder="item.columnDesc" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                  clearable> |  |  |  |                          :disabled="executeEval(null,item.disabledFuc,false)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         <el-option |  |  |  |                          clearable> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                           v-for="dict in item.lableRuleObj" |  |  |  |                 <el-option | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                           :key="dict.value" |  |  |  |                   v-for="dict in item.lableRuleObj" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                           :label="dict.label" |  |  |  |                   :key="dict.value" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                           :value="dict.value" |  |  |  |                   :label="dict.label" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         /> |  |  |  |                   :value="dict.value" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                       </el-select> |  |  |  |                 /> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     </el-form-item> |  |  |  |               </el-select> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     <el-form-item v-if="item.columnType == 'selectServer' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |             </el-form-item> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                       <el-select |  |  |  |             <el-form-item v-if="item.columnType == 'selectServer' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         v-model="filterManufacturerQuery[item.columnName]" |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         :placeholder="item.columnDesc" |  |  |  |               <el-select | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         :disabled="executeEval(null,item.disabledFuc,false)" |  |  |  |                 v-model="filterManufacturerQuery[item.columnName]" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         filterable |  |  |  |                 :placeholder="item.columnDesc" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         remote |  |  |  |                 :disabled="executeEval(null,item.disabledFuc,false)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         :remote-method="(query) => executeFuc(query,'5',item.clickFuc)" |  |  |  |                 filterable | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         clearable> |  |  |  |                 remote | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         <el-option |  |  |  |                 :remote-method="(query) => executeFuc(query,'5',item.clickFuc)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                           v-for="item in options[item.clickFuc]" |  |  |  |                 clearable> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                           :key="item.code" |  |  |  |                 <el-option | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                           :label="item.label" |  |  |  |                   v-for="item in options[item.clickFuc]" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                           :value="item.code" |  |  |  |                   :key="item.code" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         /> |  |  |  |                   :label="item.label" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                       </el-select> |  |  |  |                   :value="item.code" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     </el-form-item> |  |  |  |                 /> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     <el-form-item v-if="item.columnType == 'datePicker' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |               </el-select> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                       <el-date-picker |  |  |  |             </el-form-item> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         v-model="dateRange" |  |  |  |             <el-form-item v-if="item.columnType == 'datePicker' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         :style="`width:${item.width+'px'}`" |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         value-format="yyyy-MM-dd HH:mm:ss" |  |  |  |               <el-date-picker | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         :disabled="executeEval(null,item.disabledFuc,false)" |  |  |  |                 v-model="dateRange" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         type="daterange" |  |  |  |                 :style="`width:${item.width+'px'}`" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         range-separator="-" |  |  |  |                 value-format="yyyy-MM-dd HH:mm:ss" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         start-placeholder="开始日期" |  |  |  |                 :disabled="executeEval(null,item.disabledFuc,false)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         end-placeholder="结束日期" |  |  |  |                 type="daterange" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         :default-time="['00:00:00', '23:59:59']" |  |  |  |                 range-separator="-" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                       ></el-date-picker> |  |  |  |                 start-placeholder="开始日期" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     </el-form-item> |  |  |  |                 end-placeholder="结束日期" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     <el-form-item v-if="item.columnType == 'date' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |                 :default-time="['00:00:00', '23:59:59']" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                       <el-date-picker |  |  |  |               ></el-date-picker> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         v-model="filterManufacturerQuery[item.columnName]" |  |  |  |             </el-form-item> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         :style="`width:${item.width+'px'}`" |  |  |  |             <el-form-item v-if="item.columnType == 'date' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         value-format="yyyy-MM-dd" |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         :disabled="executeEval(null,item.disabledFuc,false)" |  |  |  |               <el-date-picker | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         type="date" |  |  |  |                 v-model="filterManufacturerQuery[item.columnName]" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         :placeholder="item.columnDesc" |  |  |  |                 :style="`width:${item.width+'px'}`" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                       ></el-date-picker> |  |  |  |                 value-format="yyyy-MM-dd" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     </el-form-item> |  |  |  |                 :disabled="executeEval(null,item.disabledFuc,false)" | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 type="date" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 :placeholder="item.columnDesc" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               ></el-date-picker> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </template> |  |  |  |           </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </el-row> |  |  |  |         </el-row> | 
			
		
	
		
		
			
				
					
					|  |  |  |       </el-form> |  |  |  |       </el-form> | 
			
		
	
	
		
		
			
				
					|  |  | @ -404,165 +426,173 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |       <el-divider style="margin: 15px"></el-divider> |  |  |  |       <el-divider style="margin: 15px"></el-divider> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <el-table v-loading="loadManufacturerLoading" :data="manufacturerList" style="width: 100%" ref="table" |  |  |  |       <el-table v-loading="loadManufacturerLoading" :data="manufacturerList" style="width: 100%" ref="table" | 
			
		
	
		
		
			
				
					
					|  |  |  |       highlight-current-row border  @row-click="(row) => executeFuc(row,'0',tableObj2.handleChangeFuc)"> |  |  |  |                 highlight-current-row border @row-click="(row) => executeFuc(row,'0',tableObj2.handleChangeFuc)"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--        <el-table-column label="序号" type="index"></el-table-column>--> |  |  |  |         <!--        <el-table-column label="序号" type="index"></el-table-column>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--        <el-table-column label="生产企业名称" prop="companyName" width="200" show-overflow-tooltip></el-table-column>--> |  |  |  |         <!--        <el-table-column label="生产企业名称" prop="companyName" width="200" show-overflow-tooltip></el-table-column>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--        <el-table-column label="社会信用号" prop="creditCode"></el-table-column>--> |  |  |  |         <!--        <el-table-column label="社会信用号" prop="creditCode"></el-table-column>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--        <el-table-column label="企业类型" prop="bussinessStatus" width="120">--> |  |  |  |         <!--        <el-table-column label="企业类型" prop="bussinessStatus" width="120">--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--          <template slot-scope="scope">--> |  |  |  |         <!--          <template slot-scope="scope">--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--            <span>{{ companyTypeMap[scope.row.companyType] }}</span>--> |  |  |  |         <!--            <span>{{ companyTypeMap[scope.row.companyType] }}</span>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--          </template>--> |  |  |  |         <!--          </template>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--        </el-table-column>--> |  |  |  |         <!--        </el-table-column>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--        <el-table-column label="所在地区" prop="placeArea"></el-table-column>--> |  |  |  |         <!--        <el-table-column label="所在地区" prop="placeArea"></el-table-column>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--        <el-table-column label="所在地址" prop="placeAddress" :show-overflow-tooltip="true"></el-table-column>--> |  |  |  |         <!--        <el-table-column label="所在地址" prop="placeAddress" :show-overflow-tooltip="true"></el-table-column>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--        <el-table-column label="所属供应商" prop="supName" :show-overflow-tooltip="true"></el-table-column>--> |  |  |  |         <!--        <el-table-column label="所属供应商" prop="supName" :show-overflow-tooltip="true"></el-table-column>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--        <el-table-column label="配送产品证书" prop="auditStatus" width="120">--> |  |  |  |         <!--        <el-table-column label="配送产品证书" prop="auditStatus" width="120">--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--          <template slot-scope="scope">--> |  |  |  |         <!--          <template slot-scope="scope">--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            <el-tag type="danger" v-if="scope.row.failCout==0 && scope.row.passCout==0">--> |  |  |  |         <!--            <el-tag type="danger" v-if="scope.row.failCout==0 && scope.row.passCout==0">--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           <!--              未添加证书--> |  |  |  |         <!--              未添加证书--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            </el-tag>--> |  |  |  |         <!--            </el-tag>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            <el-tag type="warning" v-if="scope.row.failCout>0">--> |  |  |  |         <!--            <el-tag type="warning" v-if="scope.row.failCout>0">--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           <!--              未全部审核--> |  |  |  |         <!--              未全部审核--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            </el-tag>--> |  |  |  |         <!--            </el-tag>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            <el-tag type="success" v-if="scope.row.failCout==0 && scope.row.passCout>0">--> |  |  |  |         <!--            <el-tag type="success" v-if="scope.row.failCout==0 && scope.row.passCout>0">--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           <!--              已全部审核--> |  |  |  |         <!--              已全部审核--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            </el-tag>--> |  |  |  |         <!--            </el-tag>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--          </template>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--        </el-table-column>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--        <el-table-column label="审核状态" prop="auditStatus" width="120">--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--          <template slot-scope="scope">--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            <el-tag :type="(scope.row.auditStatus) | statusFilterType">--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--              {{ checkFlag[scope.row.auditStatus] }}--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            </el-tag>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--          </template>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--        </el-table-column>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--        <el-table-column label="操作" width="120">--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--          <template slot-scope="scope">--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            <el-button type="text" size="small"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--                       v-if="scope.row.auditStatus ==6 || scope.row.auditStatus ==3|| scope.row.auditStatus ==4"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--                       @click.native.stop="addInfoDialog(scope.row)">审核--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            </el-button>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            <el-button type="text" size="small"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--                       v-if="scope.row.auditStatus !=6 && scope.row.auditStatus !=3 && scope.row.auditStatus !=4"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--                       @click.native.stop="addInfoDialog(scope.row)">详情--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--            </el-button>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--          </template>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <!--        </el-table-column>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           <template v-for="(item, index) in tableHeader2"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-table-column |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               v-if="item.columnType == 'id' && executeEval(row,item.expression,true)" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               type="index" :label="item.columnDesc"></el-table-column> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-table-column |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               v-if="item.columnType == 'selection'" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               type="selection" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :width="item.width" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :selectable="(row,number) => executeFuc(row,'3',item.clickFuc)" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             ></el-table-column> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-table-column |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               v-if="item.columnType == 'radio' && executeEval(row,item.expression,true)" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :prop="item.columnName" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :label="item.columnDesc" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :sortable="item.sort" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :width="item.width" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :show-overflow-tooltip="item.tooltip" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :key="item.columnName" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             > |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               <template  slot-scope="scope"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               </template> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-table-column> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-table-column |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               v-if="item.columnType == 'laber' && executeEval(row,item.expression,true)" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :prop="item.columnName" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :label="item.columnDesc" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :sortable="item.sort" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :width="item.width" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :show-overflow-tooltip="item.tooltip" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :key="item.columnName" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             > |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               <template   slot-scope="scope"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{ item.lableRuleObj[scope.row[item.columnName]] }}</span> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               </template> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-table-column> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-table-column |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               v-if="item.columnType == 'eltag' && executeEval(row,item.expression,true)" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :prop="item.columnName" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :label="item.columnDesc" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :sortable="item.sort" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :width="item.width" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :show-overflow-tooltip="item.tooltip" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :key="item.columnName" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             > |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               <template   slot-scope="scope"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-tag :type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                   <span>{{ item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName] }}</span> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 </el-tag> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               </template> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-table-column> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-table-column |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               v-if="item.columnType == 'button' && executeEval(row,item.expression,true)" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :prop="item.columnName" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :label="item.columnDesc" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :width="item.width" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :key="item.columnName" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               fixed="right" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             > |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               <template slot-scope="scope"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-button v-for="(buttonItem, buttonIndex) in item.buttonRulObj" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                            :type="buttonItem.type" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                            :size="buttonItem.size" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                            :style="buttonItem.style" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                            :key="buttonItem" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                            v-if="executeEval(scope.row,buttonItem.hasPermi,true)" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                            :disabled="executeEval(scope.row,buttonItem.disabledFuc,false)" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                            @click.native.stop="executeFuc(scope.row,'1',buttonItem.clickFuc)" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 >{{ buttonItem.name }} |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 </el-button> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               </template> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-table-column> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-table-column |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               v-if="item.columnType == 'text' && executeEval(row,item.expression,true)" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :prop="item.columnName" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :label="item.columnDesc" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :sortable="item.sort" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :width="item.width" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :show-overflow-tooltip="item.tooltip" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               :key="item.columnName" |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             > |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               <template slot-scope="scope"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{ scope.row[item.columnName] }}</span> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               </template> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-table-column> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-table-column v-if="item.columnName == 'failCout'" :label="item.columnDesc" prop="auditStatus" :width="item.width"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               <template slot-scope="scope"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-tag type="danger" v-if="scope.row.failCout==0 && scope.row.passCout==0"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                   未添加证书 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 </el-tag> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-tag type="warning" v-if="scope.row.failCout>0"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                   未全部审核 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 </el-tag> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-tag type="success" v-if="scope.row.failCout==0 && scope.row.passCout>0"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                   已全部审核 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 </el-tag> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |               </template> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-table-column> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           </template> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-table> |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |           <pagination |  |  |  |         <!--          </template>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             v-show="manufacturerTotal>0" |  |  |  |         <!--        </el-table-column>--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             :total="manufacturerTotal" |  |  |  |         <!--        <el-table-column label="审核状态" prop="auditStatus" width="120">--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             :page.sync="filterManufacturerQuery.page" |  |  |  |         <!--          <template slot-scope="scope">--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             :limit.sync="filterManufacturerQuery.limit" |  |  |  |         <!--            <el-tag :type="(scope.row.auditStatus) | statusFilterType">--> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             @pagination="handleManuChange" |  |  |  |         <!--              {{ checkFlag[scope.row.auditStatus] }}--> | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--            </el-tag>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--          </template>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--        </el-table-column>--> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |           ></pagination> |  |  |  |         <!--        <el-table-column label="操作" width="120">--> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--          <template slot-scope="scope">--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--            <el-button type="text" size="small"--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--                       v-if="scope.row.auditStatus ==6 || scope.row.auditStatus ==3|| scope.row.auditStatus ==4"--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--                       @click.native.stop="addInfoDialog(scope.row)">审核--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--            </el-button>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--            <el-button type="text" size="small"--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--                       v-if="scope.row.auditStatus !=6 && scope.row.auditStatus !=3 && scope.row.auditStatus !=4"--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--                       @click.native.stop="addInfoDialog(scope.row)">详情--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--            </el-button>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--          </template>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <!--        </el-table-column>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <template v-for="(item, index) in tableHeader2"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-table-column | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             v-if="item.columnType == 'id' && executeEval(row,item.expression,true)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             type="index" :label="item.columnDesc"></el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-table-column | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             v-if="item.columnType == 'selection'" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             type="selection" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :width="item.width" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :selectable="(row,number) => executeFuc(row,'3',item.clickFuc)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           ></el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-table-column | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             v-if="item.columnType == 'radio' && executeEval(row,item.expression,true)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :prop="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :label="item.columnDesc" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :sortable="item.sort" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :width="item.width" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :show-overflow-tooltip="item.tooltip" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-table-column | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             v-if="item.columnType == 'laber' && executeEval(row,item.expression,true)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :prop="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :label="item.columnDesc" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :sortable="item.sort" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :width="item.width" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :show-overflow-tooltip="item.tooltip" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                   item.lableRuleObj[scope.row[item.columnName]] | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 }}</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-table-column | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             v-if="item.columnType == 'eltag' && executeEval(row,item.expression,true)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :prop="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :label="item.columnDesc" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :sortable="item.sort" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :width="item.width" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :show-overflow-tooltip="item.tooltip" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-tag | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 :type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 <span>{{ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     item.lableRuleObj ? item.lableRuleObj[scope.row[item.columnName]] : scope.row[item.columnName] | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                   }}</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               </el-tag> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-table-column | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             v-if="item.columnType == 'button' && executeEval(row,item.expression,true)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :prop="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :label="item.columnDesc" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :width="item.width" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             fixed="right" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-button v-for="(buttonItem, buttonIndex) in item.buttonRulObj" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                          :type="buttonItem.type" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                          :size="buttonItem.size" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                          :style="buttonItem.style" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                          :key="buttonItem" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                          v-if="executeEval(scope.row,buttonItem.hasPermi,true)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                          :disabled="executeEval(scope.row,buttonItem.disabledFuc,false)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                          @click.native.stop="executeFuc(scope.row,'1',buttonItem.clickFuc)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               >{{ buttonItem.name }} | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               </el-button> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-table-column | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             v-if="item.columnType == 'text' && executeEval(row,item.expression,true)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :prop="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :label="item.columnDesc" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :sortable="item.sort" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :width="item.width" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :show-overflow-tooltip="item.tooltip" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                   scope.row[item.columnName] | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 }}</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-table-column v-if="item.columnName == 'failCout'" :label="item.columnDesc" prop="auditStatus" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                            :width="item.width"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-tag type="danger" v-if="scope.row.failCout==0 && scope.row.passCout==0"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 未添加证书 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               </el-tag> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-tag type="warning" v-if="scope.row.failCout>0"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 未全部审核 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               </el-tag> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-tag type="success" v-if="scope.row.failCout==0 && scope.row.passCout>0"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 已全部审核 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               </el-tag> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       </el-table> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       <pagination | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         v-show="manufacturerTotal>0" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         :total="manufacturerTotal" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         :page.sync="filterManufacturerQuery.page" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         :limit.sync="filterManufacturerQuery.limit" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         @pagination="handleManuChange" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       ></pagination> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     </el-card> |  |  |  |     </el-card> | 
			
		
	
	
		
		
			
				
					|  |  | @ -588,7 +618,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     <!--        配送产品资质       --> |  |  |  |     <!--        配送产品资质       --> | 
			
		
	
		
		
			
				
					
					|  |  |  |     <el-card class="el-card"> |  |  |  |     <el-card class="el-card"> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <el-form v-if="queryList3 && queryList3.length > 0" :model="registrationQuery" class="query-form" label-width="120px" v-show="showSearch3"> |  |  |  |       <el-form v-if="queryList3 && queryList3.length > 0" :model="registrationQuery" class="query-form" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                label-width="120px" v-show="showSearch3"> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        <el-row>--> |  |  |  |         <!--        <el-row>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          <el-col :span="6">--> |  |  |  |         <!--          <el-col :span="6">--> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--            <el-form-item label="物资名称:">--> |  |  |  |         <!--            <el-form-item label="物资名称:">--> | 
			
		
	
	
		
		
			
				
					|  |  | @ -610,8 +641,9 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          </el-col>--> |  |  |  |         <!--          </el-col>--> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        </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 queryList3" > |  |  |  |           <template v-for="(item, index) in queryList3"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             <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="registrationQuery[item.columnName]" |  |  |  |                 v-model="registrationQuery[item.columnName]" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :placeholder="item.columnDesc" |  |  |  |                 :placeholder="item.columnDesc" | 
			
		
	
	
		
		
			
				
					|  |  | @ -620,7 +652,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 clearable |  |  |  |                 clearable | 
			
		
	
		
		
			
				
					
					|  |  |  |               ></el-input> |  |  |  |               ></el-input> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item v-if="item.columnType == 'select' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |             <el-form-item v-if="item.columnType == 'select' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-select v-model="registrationQuery[item.columnName]" |  |  |  |               <el-select v-model="registrationQuery[item.columnName]" | 
			
		
	
		
		
			
				
					
					|  |  |  |                          :placeholder="item.columnDesc" |  |  |  |                          :placeholder="item.columnDesc" | 
			
		
	
		
		
			
				
					
					|  |  |  |                          :disabled="executeEval(null,item.disabledFuc,false)" |  |  |  |                          :disabled="executeEval(null,item.disabledFuc,false)" | 
			
		
	
	
		
		
			
				
					|  |  | @ -633,7 +666,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 /> |  |  |  |                 /> | 
			
		
	
		
		
			
				
					
					|  |  |  |               </el-select> |  |  |  |               </el-select> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item v-if="item.columnType == 'selectServer' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |             <el-form-item v-if="item.columnType == 'selectServer' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-select |  |  |  |               <el-select | 
			
		
	
		
		
			
				
					
					|  |  |  |                 v-model="registrationQuery[item.columnName]" |  |  |  |                 v-model="registrationQuery[item.columnName]" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :placeholder="item.columnDesc" |  |  |  |                 :placeholder="item.columnDesc" | 
			
		
	
	
		
		
			
				
					|  |  | @ -650,7 +684,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 /> |  |  |  |                 /> | 
			
		
	
		
		
			
				
					
					|  |  |  |               </el-select> |  |  |  |               </el-select> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item v-if="item.columnType == 'datePicker' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |             <el-form-item v-if="item.columnType == 'datePicker' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-date-picker |  |  |  |               <el-date-picker | 
			
		
	
		
		
			
				
					
					|  |  |  |                 v-model="dateRange" |  |  |  |                 v-model="dateRange" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :style="`width:${item.width+'px'}`" |  |  |  |                 :style="`width:${item.width+'px'}`" | 
			
		
	
	
		
		
			
				
					|  |  | @ -663,7 +698,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :default-time="['00:00:00', '23:59:59']" |  |  |  |                 :default-time="['00:00:00', '23:59:59']" | 
			
		
	
		
		
			
				
					
					|  |  |  |               ></el-date-picker> |  |  |  |               ></el-date-picker> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </el-form-item> |  |  |  |             </el-form-item> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <el-form-item v-if="item.columnType == 'date' && executeEval(row,item.expression,true)" :label="item.columnDesc+`:`"> |  |  |  |             <el-form-item v-if="item.columnType == 'date' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                           :label="item.columnDesc+`:`"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-date-picker |  |  |  |               <el-date-picker | 
			
		
	
		
		
			
				
					
					|  |  |  |                 v-model="registrationQuery[item.columnName]" |  |  |  |                 v-model="registrationQuery[item.columnName]" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :style="`width:${item.width+'px'}`" |  |  |  |                 :style="`width:${item.width+'px'}`" | 
			
		
	
	
		
		
			
				
					|  |  | @ -744,7 +780,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             :show-overflow-tooltip="item.tooltip" |  |  |  |             :show-overflow-tooltip="item.tooltip" | 
			
		
	
		
		
			
				
					
					|  |  |  |             :key="item.columnName" |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |           > |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |             <template  slot-scope="scope"> |  |  |  |             <template slot-scope="scope"> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |               <el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio> |  |  |  |               <el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </template> |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-table-column> |  |  |  |           </el-table-column> | 
			
		
	
	
		
		
			
				
					|  |  | @ -757,8 +793,10 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             :show-overflow-tooltip="item.tooltip" |  |  |  |             :show-overflow-tooltip="item.tooltip" | 
			
		
	
		
		
			
				
					
					|  |  |  |             :key="item.columnName" |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |           > |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |             <template   slot-scope="scope"> |  |  |  |             <template slot-scope="scope"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |               <span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{ item.lableRuleObj[scope.row[item.columnName]] }}</span> |  |  |  |               <span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{ | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                   item.lableRuleObj[scope.row[item.columnName]] | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 }}</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </template> |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-table-column> |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table-column |  |  |  |           <el-table-column | 
			
		
	
	
		
		
			
				
					|  |  | @ -770,9 +808,12 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             :show-overflow-tooltip="item.tooltip" |  |  |  |             :show-overflow-tooltip="item.tooltip" | 
			
		
	
		
		
			
				
					
					|  |  |  |             :key="item.columnName" |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |           > |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |             <template   slot-scope="scope"> |  |  |  |             <template slot-scope="scope"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |               <el-tag :type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])"> |  |  |  |               <el-tag | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                 <span>{{ item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName] }}</span> |  |  |  |                 :type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])"> | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 <span>{{ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     item.lableRuleObj ? item.lableRuleObj[scope.row[item.columnName]] : scope.row[item.columnName] | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                   }}</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |               </el-tag> |  |  |  |               </el-tag> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </template> |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-table-column> |  |  |  |           </el-table-column> | 
			
		
	
	
		
		
			
				
					|  |  | @ -807,7 +848,9 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             :key="item.columnName" |  |  |  |             :key="item.columnName" | 
			
		
	
		
		
			
				
					
					|  |  |  |           > |  |  |  |           > | 
			
		
	
		
		
			
				
					
					|  |  |  |             <template slot-scope="scope"> |  |  |  |             <template slot-scope="scope"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{ scope.row[item.columnName] }}</span> |  |  |  |               <span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{ | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                   scope.row[item.columnName] | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 }}</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |             </template> |  |  |  |             </template> | 
			
		
	
		
		
			
				
					
					|  |  |  |           </el-table-column> |  |  |  |           </el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |         </template> |  |  |  |         </template> | 
			
		
	
	
		
		
			
				
					|  |  | @ -850,7 +893,7 @@ import {deleteCompany, getCompanyList} from "@/api/purchase/supManufacturer"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import suppliersRegistrationBasic from "@/views/purchase/product/supProductAuditDialog"; |  |  |  | import suppliersRegistrationBasic from "@/views/purchase/product/supProductAuditDialog"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {deleteRegistration, getRegistrationList} from "@/api/purchase/suppliersRegistrationBasic"; |  |  |  | import {deleteRegistration, getRegistrationList} from "@/api/purchase/suppliersRegistrationBasic"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import { |  |  |  | import { | 
			
		
	
		
		
			
				
					
					|  |  |  |   getHead,executeFuc |  |  |  |   getHead, executeFuc | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | } from "@/utils/customConfig"; |  |  |  | } from "@/utils/customConfig"; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -871,17 +914,16 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       loading: false, |  |  |  |       loading: false, | 
			
		
	
		
		
			
				
					
					|  |  |  |       list: [], |  |  |  |       list: [], | 
			
		
	
		
		
			
				
					
					|  |  |  |       total: 0, |  |  |  |       total: 0, | 
			
		
	
		
		
			
				
					
					|  |  |  |       tableHeader:[], |  |  |  |       tableHeader: [], | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       queryList:[], |  |  |  |       queryList: [], | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       fromList:[], |  |  |  |       fromList: [], | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       tableHeader2:[], |  |  |  |       tableHeader2: [], | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       queryList2:[], |  |  |  |       queryList2: [], | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       fromList2:[], |  |  |  |       fromList2: [], | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       tableHeader3:[], |  |  |  |       tableHeader3: [], | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       queryList3:[], |  |  |  |       queryList3: [], | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       fromList3:[], |  |  |  |       fromList3: [], | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       options:{ |  |  |  |       options: {}, | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       }, |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       formName: 1, |  |  |  |       formName: 1, | 
			
		
	
		
		
			
				
					
					|  |  |  |       formMap: { |  |  |  |       formMap: { | 
			
		
	
		
		
			
				
					
					|  |  |  |         1: "配送企业资质详情", |  |  |  |         1: "配送企业资质详情", | 
			
		
	
	
		
		
			
				
					|  |  | @ -1044,10 +1086,10 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         }); |  |  |  |         }); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     onSubmit() { |  |  |  |     onSubmit() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.filterQuery.page=1; |  |  |  |       this.filterQuery.page = 1; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       this.getList(); |  |  |  |       this.getList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     editCompany(_this,row) { |  |  |  |     editCompany(_this, row) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) { |  |  |  |       if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         _this.formName = 2; |  |  |  |         _this.formName = 2; | 
			
		
	
		
		
			
				
					
					|  |  |  |         _this.editType = 2; |  |  |  |         _this.editType = 2; | 
			
		
	
	
		
		
			
				
					|  |  | @ -1084,7 +1126,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.supCompanyVisible = false; |  |  |  |       this.supCompanyVisible = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     supCompanyClick(_this,row) { |  |  |  |     supCompanyClick(_this, row) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       _this.filterManufacturerQuery.customerId = row.customerId; |  |  |  |       _this.filterManufacturerQuery.customerId = row.customerId; | 
			
		
	
		
		
			
				
					
					|  |  |  |       _this.registrationList = []; |  |  |  |       _this.registrationList = []; | 
			
		
	
		
		
			
				
					
					|  |  |  |       _this.onManufacturerReset(); |  |  |  |       _this.onManufacturerReset(); | 
			
		
	
	
		
		
			
				
					|  |  | @ -1116,7 +1158,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getManufacturerList(); |  |  |  |       this.getManufacturerList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     onManufacturerSubmit() { |  |  |  |     onManufacturerSubmit() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.filterManufacturerQuery.page=1; |  |  |  |       this.filterManufacturerQuery.page = 1; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       //this.onManufacturerReset(); |  |  |  |       //this.onManufacturerReset(); | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getManufacturerList(); |  |  |  |       this.getManufacturerList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.addInfoVisible = false; |  |  |  |       this.addInfoVisible = false; | 
			
		
	
	
		
		
			
				
					|  |  | @ -1139,7 +1181,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.total = 0; |  |  |  |           this.total = 0; | 
			
		
	
		
		
			
				
					
					|  |  |  |         }); |  |  |  |         }); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     addInfoDialog(_this,row) { |  |  |  |     addInfoDialog(_this, row) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |       if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) { |  |  |  |       if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         _this.editManufacturerType = 2; |  |  |  |         _this.editManufacturerType = 2; | 
			
		
	
	
		
		
			
				
					|  |  | @ -1168,7 +1210,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getManufacturerList(); |  |  |  |       this.getManufacturerList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     supManufacturerClick(_this,row) { |  |  |  |     supManufacturerClick(_this, row) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       _this.registrationQuery.customerId = row.customerId; |  |  |  |       _this.registrationQuery.customerId = row.customerId; | 
			
		
	
		
		
			
				
					
					|  |  |  |       _this.registrationQuery.manufacturerIdFk = row.manufacturerId; |  |  |  |       _this.registrationQuery.manufacturerIdFk = row.manufacturerId; | 
			
		
	
		
		
			
				
					
					|  |  |  |       _this.onReset2(); |  |  |  |       _this.onReset2(); | 
			
		
	
	
		
		
			
				
					|  |  | @ -1194,13 +1236,13 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getRegistrationList(); |  |  |  |       this.getRegistrationList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     onSubmit2() { |  |  |  |     onSubmit2() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.registrationQuery.page=1; |  |  |  |       this.registrationQuery.page = 1; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       this.getRegistrationList(); |  |  |  |       this.getRegistrationList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     hideSearch3() { |  |  |  |     hideSearch3() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.showSearch3 = !this.showSearch3; |  |  |  |       this.showSearch3 = !this.showSearch3; | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     registrationDialog(_this,row) { |  |  |  |     registrationDialog(_this, row) { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       if (row.auditStatus == 2) { |  |  |  |       if (row.auditStatus == 2) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         _this.editProductType = 2; |  |  |  |         _this.editProductType = 2; | 
			
		
	
		
		
			
				
					
					|  |  |  |         _this.formProductName = 1; |  |  |  |         _this.formProductName = 1; | 
			
		
	
	
		
		
			
				
					|  |  | @ -1239,11 +1281,11 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.registrationQuery.page = val.page; |  |  |  |       this.registrationQuery.page = val.page; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getRegistrationList(); |  |  |  |       this.getRegistrationList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     executeFuc(row,type,clickFuc,value){ |  |  |  |     executeFuc(row, type, clickFuc, value) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       return executeFuc(this,row,type,clickFuc,value); |  |  |  |       return executeFuc(this, row, type, clickFuc, value); | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     executeEval(row,expression,defaultRet){ |  |  |  |     executeEval(row, expression, defaultRet) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       if(expression){ |  |  |  |       if (expression) { | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         return eval(expression); |  |  |  |         return eval(expression); | 
			
		
	
		
		
			
				
					
					|  |  |  |       } |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  |       return defaultRet; |  |  |  |       return defaultRet; | 
			
		
	
	
		
		
			
				
					|  |  | @ -1256,7 +1298,14 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |   , |  |  |  |   , | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   created() { |  |  |  |   created() { | 
			
		
	
		
		
			
				
					
					|  |  |  |     getHead("supCertAudit-1","1").then((re) => { |  |  |  |     let unitIdFk = this.$route.query.unitIdFk; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     let manuIdFk = this.$route.query.manuIdFk; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     let productIdFk = this.$route.query.productIdFk; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     if (unitIdFk != null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.filterQuery.customerId = unitIdFk; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.filterManufacturerQuery.customerId = unitIdFk; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     getHead("supCertAudit-1", "1").then((re) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |       // 处理返回的数据 |  |  |  |       // 处理返回的数据 | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.tableObj = re.data; |  |  |  |       this.tableObj = re.data; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.tableHeader = re.data.tableList; |  |  |  |       this.tableHeader = re.data.tableList; | 
			
		
	
	
		
		
			
				
					|  |  | @ -1264,20 +1313,31 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.fromList = re.data.fromList; |  |  |  |       this.fromList = re.data.fromList; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getList(); |  |  |  |       this.getList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }); |  |  |  |     }); | 
			
		
	
		
		
			
				
					
					|  |  |  |     getHead("supCertAudit-2","1").then((re) => { |  |  |  |     getHead("supCertAudit-2", "1").then((re) => { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       // 处理返回的数据 |  |  |  |       // 处理返回的数据 | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.tableObj2 = re.data; |  |  |  |       this.tableObj2 = re.data; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.tableHeader2 = re.data.tableList; |  |  |  |       this.tableHeader2 = re.data.tableList; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.queryList2 = re.data.queryList; |  |  |  |       this.queryList2 = re.data.queryList; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.fromList2 = re.data.fromList; |  |  |  |       this.fromList2 = re.data.fromList; | 
			
		
	
		
		
			
				
					
					|  |  |  |     }); |  |  |  |     }); | 
			
		
	
		
		
			
				
					
					|  |  |  |     getHead("supCertAudit-3","1").then((re) => { |  |  |  |     getHead("supCertAudit-3", "1").then((re) => { | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       // 处理返回的数据 |  |  |  |       // 处理返回的数据 | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.tableObj3= re.data; |  |  |  |       this.tableObj3 = re.data; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       this.tableHeader3 = re.data.tableList; |  |  |  |       this.tableHeader3 = re.data.tableList; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.queryList3 = re.data.queryList; |  |  |  |       this.queryList3 = re.data.queryList; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.fromList3 = re.data.fromList; |  |  |  |       this.fromList3 = re.data.fromList; | 
			
		
	
		
		
			
				
					
					|  |  |  |     }); |  |  |  |     }); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     if (manuIdFk != null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.filterManufacturerQuery.manufacturerId = manuIdFk; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.registrationQuery.manufacturerIdFk = manuIdFk; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.getManufacturerList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     if (productIdFk != null) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.registrationQuery.productId = productIdFk; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.getRegistrationList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |   }, |  |  |  |   }, | 
			
		
	
		
		
			
				
					
					|  |  |  | }; |  |  |  | }; | 
			
		
	
		
		
			
				
					
					|  |  |  | </script> |  |  |  | </script> | 
			
		
	
	
		
		
			
				
					|  |  | 
 |