| src/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainList.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/sell/Kf_ICStockBillMainList/Kf_ICStockBillMainList.vue
@@ -1352,6 +1352,12 @@ //打开修改组件弹窗 handleEdit() { this.$nextTick(() => { if(this.rowForm.hmainid == 0) { this.$modal.msgError("请选择要编辑的数据!"); return; } this.openEdit = true; this.editShow = true; });