style:证书入库模块功能的完善
Showing
1 changed file
with
2 additions
and
5 deletions
... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
58 | <el-form-item label="备注" class="middle-margin-bottom"> | 58 | <el-form-item label="备注" class="middle-margin-bottom"> |
59 | <el-input type="textarea" v-model="ruleForm.bz" :rows="4" :disabled="!readOnly"></el-input> | 59 | <el-input type="textarea" v-model="ruleForm.bz" :rows="4" :disabled="!readOnly"></el-input> |
60 | </el-form-item> | 60 | </el-form-item> |
61 | <el-form-item v-if="readOnly"> | 61 | <el-form-item v-if="readOnly" style="text-align:center"> |
62 | <el-button type="primary" @click="submitForm">保存</el-button> | 62 | <el-button type="primary" @click="submitForm">保存</el-button> |
63 | <el-button @click="closeDialog">取消</el-button> | 63 | <el-button @click="closeDialog">取消</el-button> |
64 | </el-form-item> | 64 | </el-form-item> |
... | @@ -154,7 +154,7 @@ | ... | @@ -154,7 +154,7 @@ |
154 | zsrk(this.ruleForm).then(res => { | 154 | zsrk(this.ruleForm).then(res => { |
155 | if (res.code == 200) { | 155 | if (res.code == 200) { |
156 | this.$message.success('保存成功') | 156 | this.$message.success('保存成功') |
157 | this.$emit("input", false); | 157 | this.$popupCacel() |
158 | this.$refs['ruleForm'].resetFields(); | 158 | this.$refs['ruleForm'].resetFields(); |
159 | this.resetTableFields(); | 159 | this.resetTableFields(); |
160 | this.$parent.queryClick(); | 160 | this.$parent.queryClick(); |
... | @@ -163,7 +163,6 @@ | ... | @@ -163,7 +163,6 @@ |
163 | } | 163 | } |
164 | }) | 164 | }) |
165 | }, | 165 | }, |
166 | //序列号获取 | ||
167 | /** | 166 | /** |
168 | * @description: 序列号获取 | 167 | * @description: 序列号获取 |
169 | * @author: renchao | 168 | * @author: renchao |
... | @@ -176,7 +175,6 @@ | ... | @@ -176,7 +175,6 @@ |
176 | } | 175 | } |
177 | }) | 176 | }) |
178 | }, | 177 | }, |
179 | //获取详情信息 | ||
180 | /** | 178 | /** |
181 | * @description: 获取详情信息 | 179 | * @description: 获取详情信息 |
182 | * @param {*} bsmBatch | 180 | * @param {*} bsmBatch |
... | @@ -197,7 +195,6 @@ | ... | @@ -197,7 +195,6 @@ |
197 | } | 195 | } |
198 | }) | 196 | }) |
199 | }, | 197 | }, |
200 | //印刷序列号处理 | ||
201 | /** | 198 | /** |
202 | * @description: 印刷序列号处理 | 199 | * @description: 印刷序列号处理 |
203 | * @param {*} item | 200 | * @param {*} item | ... | ... |
-
Please register or sign in to post a comment