Merge branch 'master' of http://123.56.95.229:10010/r/高精
This commit is contained in:
@@ -132,6 +132,7 @@ export default {
|
|||||||
userName: '0000'
|
userName: '0000'
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
console.log(res, 9999)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
projectChange() {
|
projectChange() {
|
||||||
|
|||||||
@@ -91,7 +91,7 @@
|
|||||||
{{ scope.row.修补单件工时 }}
|
{{ scope.row.修补单件工时 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="录入准结" align="center" width="80px">
|
<el-table-column label="准结" align="center" width="80px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.修补工时 }}
|
{{ scope.row.修补工时 }}
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -380,7 +380,7 @@ export default {
|
|||||||
},
|
},
|
||||||
addTableData1() {
|
addTableData1() {
|
||||||
this.ADD_disable = true
|
this.ADD_disable = true
|
||||||
addList(this.form.EntryName, this.form.remark, this.form.contractSigningDate).then(response => {
|
addList(this.form.EntryName, this.form.remark, this.form.contractSigningDate, this.$store.state.user.id).then(response => {
|
||||||
this.dialogFormVisible1 = false
|
this.dialogFormVisible1 = false
|
||||||
if (response.data[0].result === '1') {
|
if (response.data[0].result === '1') {
|
||||||
this.$message.success('添加成功')
|
this.$message.success('添加成功')
|
||||||
|
|||||||
Reference in New Issue
Block a user