修改 新增采购计划编辑未提交 再次编辑存在上次数据问题 和样式调整

prod
wangwei 2 years ago
parent 507f2965bd
commit b3ff5d4374

@ -74,7 +74,7 @@
<el-button icon="el-icon-view" type="primary" @click="hideSearch">/</el-button>
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
<el-button type="primary" icon="el-icon-search" @click="onSubmitFind"></el-button>
<el-button type="primary" icon="search" @click="newDistributionForm()" :loading="loading">
<el-button type="primary" icon="el-icon-plus" @click="newDistributionForm()" :loading="loading">
新增单据
</el-button>
</el-button-group>

@ -272,6 +272,7 @@ export default {
} else {
this.newSpDistributionVisible = false
}
this.getList();
},
getId(id) {
if (this.formName == 'add' && id != null) {

Loading…
Cancel
Save