工时统计工艺

This commit is contained in:
zhangdingyu
2019-10-29 12:00:09 +08:00
parent 8e0826b50e
commit 907ff3cb93
3 changed files with 244 additions and 1 deletions

View File

@@ -319,7 +319,7 @@ export default {
submitAdd() {
this.$refs['form'].validate((valid) => {
if (valid) {
submitAdd(this.form.technology, this.form.timeNumber, this.form.number, this.id).then(res => {
submitAdd(this.form.technology, this.form.timeNumber, this.form.number, this.id, this.form.opNum).then(res => {
if (res.data[0].result === '1') {
this.dialogFormVisible = false
this.$message.success('操作成功')