物料编码和工作站修改

This commit is contained in:
JinLu.Yin 2022-08-28 10:37:50 +08:00
parent 75147b60b0
commit 627c5554b5
2 changed files with 2 additions and 1 deletions

View File

@ -322,7 +322,7 @@
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button type="primary" @click="cancel" v-if="optType =='view'">返回</el-button> <el-button type="primary" @click="cancel" v-if="optType =='view'">返回</el-button>
<el-button type="primary" @click="submitForm" v-else> </el-button> <el-button type="primary" @click="submitForm" v-else> </el-button>
<el-button @click="cancel"></el-button> <el-button @click="cancel"></el-button>
</div> </div>
</el-dialog> </el-dialog>

View File

@ -271,6 +271,7 @@ export default {
updateBy: null, updateBy: null,
updateTime: null updateTime: null
}; };
this.autoGenFlag = false;
this.resetForm("form"); this.resetForm("form");
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */