--no commit message
Showing
3 changed files
with
21 additions
and
21 deletions
| ... | @@ -217,17 +217,17 @@ | ... | @@ -217,17 +217,17 @@ |
| 217 | <el-input v-model="ruleForm.ygdj.jzmj"></el-input> | 217 | <el-input v-model="ruleForm.ygdj.jzmj"></el-input> |
| 218 | </el-form-item> | 218 | </el-form-item> |
| 219 | </el-col> | 219 | </el-col> |
| 220 | <el-col :span="8"> | 220 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 221 | <el-form-item label="注销预告业务号"> | 221 | <el-form-item label="注销预告业务号"> |
| 222 | <el-input v-model="ruleForm.ygdj.zxygywh"></el-input> | 222 | <el-input v-model="ruleForm.ygdj.zxygywh"></el-input> |
| 223 | </el-form-item> | 223 | </el-form-item> |
| 224 | </el-col> | 224 | </el-col> |
| 225 | <el-col :span="8"> | 225 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 226 | <el-form-item label="注销预告原因"> | 226 | <el-form-item label="注销预告原因"> |
| 227 | <el-input v-model="ruleForm.ygdj.zxygyy"></el-input> | 227 | <el-input v-model="ruleForm.ygdj.zxygyy"></el-input> |
| 228 | </el-form-item> | 228 | </el-form-item> |
| 229 | </el-col> | 229 | </el-col> |
| 230 | <el-col :span="8"> | 230 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 231 | <el-form-item label="注销时间"> | 231 | <el-form-item label="注销时间"> |
| 232 | <el-input v-model="ruleForm.ygdj.zxsj"></el-input> | 232 | <el-input v-model="ruleForm.ygdj.zxsj"></el-input> |
| 233 | </el-form-item> | 233 | </el-form-item> | ... | ... |
| ... | @@ -145,21 +145,31 @@ | ... | @@ -145,21 +145,31 @@ |
| 145 | </el-form-item> | 145 | </el-form-item> |
| 146 | </el-col> | 146 | </el-col> |
| 147 | <el-col :span="8"> | 147 | <el-col :span="8"> |
| 148 | <el-form-item label="登记时间:"> | ||
| 149 | <el-input v-model="ruleForm.yydj.djsj"></el-input> | ||
| 150 | </el-form-item> | ||
| 151 | </el-col> | ||
| 152 | <el-col :span="24"> | ||
| 153 | <el-form-item label="附记:"> | ||
| 154 | <el-input v-model="ruleForm.yydj.fj"></el-input> | ||
| 155 | </el-form-item> | ||
| 156 | </el-col> | ||
| 157 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> | ||
| 148 | <el-form-item label="注销异议业务号"> | 158 | <el-form-item label="注销异议业务号"> |
| 149 | <el-input v-model="ruleForm.yydj.zxyyywh"></el-input> | 159 | <el-input v-model="ruleForm.yydj.zxyyywh"></el-input> |
| 150 | </el-form-item> | 160 | </el-form-item> |
| 151 | </el-col> | 161 | </el-col> |
| 152 | <el-col :span="8"> | 162 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 153 | <el-form-item label="注销异议原因"> | 163 | <el-form-item label="注销异议原因"> |
| 154 | <el-input v-model="ruleForm.yydj.zxyyyy"></el-input> | 164 | <el-input v-model="ruleForm.yydj.zxyyyy"></el-input> |
| 155 | </el-form-item> | 165 | </el-form-item> |
| 156 | </el-col> | 166 | </el-col> |
| 157 | <el-col :span="8"> | 167 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 158 | <el-form-item label="注销异议登簿人"> | 168 | <el-form-item label="注销异议登簿人"> |
| 159 | <el-input v-model="ruleForm.yydj.zxyydbr"></el-input> | 169 | <el-input v-model="ruleForm.yydj.zxyydbr"></el-input> |
| 160 | </el-form-item> | 170 | </el-form-item> |
| 161 | </el-col> | 171 | </el-col> |
| 162 | <el-col :span="8"> | 172 | <el-col :span="8" v-if="ruleForm.qlxx.qszt == '2'"> |
| 163 | <el-form-item label="注销异议登记时间"> | 173 | <el-form-item label="注销异议登记时间"> |
| 164 | <el-date-picker | 174 | <el-date-picker |
| 165 | v-model="ruleForm.yydj.zxyydjsj" | 175 | v-model="ruleForm.yydj.zxyydjsj" |
| ... | @@ -171,16 +181,6 @@ | ... | @@ -171,16 +181,6 @@ |
| 171 | </el-date-picker> | 181 | </el-date-picker> |
| 172 | </el-form-item> | 182 | </el-form-item> |
| 173 | </el-col> | 183 | </el-col> |
| 174 | <el-col :span="8"> | ||
| 175 | <el-form-item label="登记时间:"> | ||
| 176 | <el-input v-model="ruleForm.yydj.djsj"></el-input> | ||
| 177 | </el-form-item> | ||
| 178 | </el-col> | ||
| 179 | <el-col :span="24"> | ||
| 180 | <el-form-item label="附记:"> | ||
| 181 | <el-input v-model="ruleForm.yydj.fj"></el-input> | ||
| 182 | </el-form-item> | ||
| 183 | </el-col> | ||
| 184 | </el-row> | 184 | </el-row> |
| 185 | <div class="slxx_title title-block"> | 185 | <div class="slxx_title title-block"> |
| 186 | 权利人信息 | 186 | 权利人信息 | ... | ... |
| ... | @@ -55,15 +55,15 @@ export default { | ... | @@ -55,15 +55,15 @@ export default { |
| 55 | if (res.code === 200) { | 55 | if (res.code === 200) { |
| 56 | this.leftButtonList = res.result.button; | 56 | this.leftButtonList = res.result.button; |
| 57 | this.rightButtonList = res.result.operation; | 57 | this.rightButtonList = res.result.operation; |
| 58 | console.log("this.rightButtonList[1].name",this.rightButtonList[1].name); | 58 | let arr=this.rightButtonList.filter((item) => { |
| 59 | if(this.rightButtonList[1].name!="删除"){ | 59 | return item.name=="删除" |
| 60 | }) | ||
| 61 | |||
| 62 | if(arr.length){ | ||
| 60 | this.$refs.Menu.getleftMenubl(1); | 63 | this.$refs.Menu.getleftMenubl(1); |
| 61 | }else{ | 64 | }else{ |
| 62 | this.$refs.Menu.getleftMenubl(); | 65 | this.$refs.Menu.getleftMenubl(); |
| 63 | } | 66 | } |
| 64 | |||
| 65 | console.log("this.rightButtonList ",this.rightButtonList); | ||
| 66 | // this.rightButtonList.splice(0,2) | ||
| 67 | } | 67 | } |
| 68 | }) | 68 | }) |
| 69 | 69 | ... | ... |
-
Please register or sign in to post a comment