|  |  | 
 |  |  |  | 
 |  |  |         <el-row style="margin-top: 20px;"> | 
 |  |  |             <el-col> | 
 |  |  |                 <template v-for="paramSettingzgfy in zgfy"> | 
 |  |  |                     <el-form-item> | 
 |  |  |                         <span slot="label">{{paramSettingzgfy.paramName}}</span> | 
 |  |  |                         <el-col> | 
 |  |  |                             <el-radio-group v-model="paramSettingzgfy.paramValue"> | 
 |  |  |                                 <el-radio :label="'1'">是</el-radio> | 
 |  |  |                                 <el-radio :label="'2'">否</el-radio> | 
 |  |  |                             </el-radio-group> | 
 |  |  |                         </el-col> | 
 |  |  |                     </el-form-item > | 
 |  |  |                 </template> | 
 |  |  |             </el-col> | 
 |  |  |         </el-row> | 
 |  |  |  | 
 |  |  |         <el-row style="margin-top: 20px;"> | 
 |  |  |             <el-col> | 
 |  |  |                 <template v-for="paramSettingTwo in fxms"> | 
 |  |  |                     <el-form-item> | 
 |  |  |                         <span slot="label">{{paramSettingTwo.paramName}}</span> | 
 |  |  | 
 |  |  |             </el-col> | 
 |  |  |         </el-row> | 
 |  |  |  | 
 |  |  |         <el-row v-show="isShow" style="margin-top: 20px;"> | 
 |  |  |         <el-row style="margin-top: 20px;"> | 
 |  |  |             <el-col> | 
 |  |  |                 <template v-for="paramSettingFour in shfs"> | 
 |  |  |                     <el-form-item> | 
 |  |  | 
 |  |  |                 :direction="direction" | 
 |  |  |                 size="90%" | 
 |  |  |         > | 
 |  |  |             <el-row > | 
 |  |  |             <el-row style="margin-left: 50px;"> | 
 |  |  |                 <el-col :span="24"> | 
 |  |  |                     <el-row class="vertical  "> | 
 |  |  |                         <el-input class="searchInput" @input="searchGoods()" v-model="queryKey" | 
 |  |  | 
 |  |  |             sqfs:[], | 
 |  |  |             shfs:[], | 
 |  |  |             sqtj:[], | 
 |  |  |             zgfy:[], | 
 |  |  |         }, | 
 |  |  |         created: function () { | 
 |  |  |             this.loadInfo(); | 
 |  |  | 
 |  |  |                         _this.fxkg = data.mapInfo.fxkg; | 
 |  |  |                         _this.fxms = data.mapInfo.fxms; | 
 |  |  |                         _this.sqfs = data.mapInfo.sqfs; | 
 |  |  |                         _this.zgfy = data.mapInfo.zgfy; | 
 |  |  |                         if(_this.sqfs.length > 0){ | 
 |  |  |                             let paramssqfs = _this.sqfs[0].paramValue; | 
 |  |  |                             if(paramssqfs == 2){ | 
 |  |  | 
 |  |  |                     } | 
 |  |  |                     submitDate.push(obj); | 
 |  |  |                 } | 
 |  |  |                 for (let i = 0; i < _this.zgfy.length; i++) { | 
 |  |  |                     let paramSetting = _this.zgfy[i]; | 
 |  |  |                     let paramCode = paramSetting.paramCode; | 
 |  |  |                     let paramValue = paramSetting.paramValue; | 
 |  |  |                     let paramValue1 = paramSetting.paramValue1; | 
 |  |  |                     let paramValue2 = paramSetting.paramValue2; | 
 |  |  |  | 
 |  |  |                     let obj = { | 
 |  |  |                         paramCode: paramCode, | 
 |  |  |                         paramValue: paramValue, | 
 |  |  |                         paramValue1: paramValue1, | 
 |  |  |                         paramValue2: paramValue2, | 
 |  |  |                     } | 
 |  |  |                     submitDate.push(obj); | 
 |  |  |                 } | 
 |  |  |                 for (let i = 0; i < _this.fxms.length; i++) { | 
 |  |  |                     let paramSetting = _this.fxms[i]; | 
 |  |  |                     let paramCode = paramSetting.paramCode; |