外协扣款

This commit is contained in:
zhangdingyu
2019-11-27 14:40:46 +08:00
parent d7cb18413f
commit a0ce595065
2 changed files with 4 additions and 4 deletions

View File

@@ -563,7 +563,7 @@ export default {
},
// 扣款编辑
WithdrawingEdit() {
WithdrawingEdit(this.liushuihao, this.form2.质量, this.form2.计划, this.form2.其他, this.form2.扣款说明).then(response => {
WithdrawingEdit(this.liushuihao, this.form2.质量, this.form2.扣款说明).then(response => {
if (response.data[0].result === '1') {
this.$message.success('修改成功')
this.searchTable()